Commit Graph

65 Commits

Author SHA1 Message Date
Dane Everitt
0f8dcabb45 Even out the file manager rows 2019-05-27 18:45:37 -07:00
Dane Everitt
e99ac7abe8 Store the console output in a buffer for easier display 2019-05-27 18:26:34 -07:00
Dane Everitt
f9b8ddc917 Let the daemon send the initial logs 2019-05-27 18:03:23 -07:00
Dane Everitt
d284083d20 Fix the logic on database modals 2019-05-27 16:43:28 -07:00
Dane Everitt
06337e45d8 Add support for non-existent files being edited 2019-05-27 16:30:23 -07:00
Dane Everitt
a8462bf109 Add initial support for opening a file in the file manager, still needs more work 2019-05-25 16:24:13 -07:00
Dane Everitt
32db345238 Update modal code 2019-05-10 22:50:59 -07:00
Dane Everitt
2c73991f2b Add minimum code needed to open new file modal 2019-05-10 21:20:37 -07:00
Dane Everitt
e87c5f6657 Implement basic support for connecting to wings console via websocket rather than socketio 2019-05-01 20:12:20 -07:00
Dane Everitt
743ae040be Add accessability buttons to the file rows 2019-03-17 17:49:04 -07:00
Dane Everitt
5aa40800c8 Add support for copying a file or folder 2019-03-10 18:42:53 -07:00
Dane Everitt
3970a24218 Migrate the rename action to follow better structure 2019-03-10 15:44:49 -07:00
Dane Everitt
d6630341b4 Combine logic so we aren't constantly duplicating it 2019-03-10 14:50:44 -07:00
Dane Everitt
25621f4c1c Push the user into the newly created directory once made 2019-03-10 14:28:24 -07:00
Dane Everitt
66320972be Improve file deletion logic to not require a refresh 2019-03-10 14:14:47 -07:00
Dane Everitt
d34c737f16 Base delete file view, not actually connected to anything 2019-02-18 21:23:42 -08:00
Dane Everitt
ff820f30ad Add support for renaming files on the fly in the file manager 2019-02-18 20:41:58 -08:00
Dane Everitt
866b3a3aac Add support for actually creating that folder on the daemon 2019-02-17 13:29:11 -08:00
Dane Everitt
be7f7d8da8 Add initial support for tracking current FM directory for creating a folder (and other stuff eventually) 2019-02-16 17:54:15 -08:00
Dane Everitt
b6773b56c1 Format all the files 2019-02-09 21:15:45 -08:00
Dane Everitt
5bff8d99cc Move everything back to vue SFCs 2019-02-09 21:14:58 -08:00
Dane Everitt
40aa3da5de Migrate last of the SFC's to TS files 2019-02-09 18:46:06 -08:00
Dane Everitt
caca6cff8a Make the file manager look better 2019-02-09 17:07:11 -08:00
Dane Everitt
e62e3babcc More fixes 2019-02-09 14:48:47 -08:00
Dane Everitt
6e26f1929d Blues 2019-02-09 14:44:35 -08:00
Dane Everitt
32b43cff9a Convert color schema, begin migrating old classes (finishes grey & red) 2019-02-09 14:32:18 -08:00
Dane Everitt
6c7a5d5bb9 Finish UI stuff for today 2019-02-03 17:45:22 -08:00
Dane Everitt
378a26a7c5 Finish migrating most everything to TS 2019-02-03 15:39:59 -08:00
Dane Everitt
0407e97aa1 oopsie 2019-02-03 15:16:03 -08:00
Dane Everitt
3e61bfdeaa Replace console view with proper ts 2019-02-03 15:10:21 -08:00
Dane Everitt
cc6d10d7f8 Initial Webpack 4 configuration 2019-02-02 17:33:12 -08:00
Dane Everitt
6330d6579f Undo the ts setting in vue components, begin migration to Vue.component setup 2018-12-29 19:24:52 -08:00
Dane Everitt
96468ab4b3 Try some more changes 2018-12-29 17:00:50 -08:00
Dane Everitt
5e4ca8ef83 Cleanup socketio stuff for typescript 2018-12-16 18:57:34 -08:00
Dane Everitt
cc7f7d7123 Remove flow defs and usage, will be using TS 2018-12-16 14:11:56 -08:00
Dane Everitt
aee42df3ad Implement some flow and cleanup API call for file manager 2018-09-23 16:06:23 -07:00
Dane Everitt
5c4d5f733f Move some files around 2018-08-31 20:30:38 -07:00
Dane Everitt
b731659135 Finish up deletion logic 2018-08-26 14:11:18 -07:00
Dane Everitt
039650bf75 More animate 2018-08-26 14:05:10 -07:00
Dane Everitt
5170d40bb2 Cleaner animation 2018-08-26 14:03:43 -07:00
Dane Everitt
e906ada528 Better handling when deleting a database 2018-08-26 14:01:00 -07:00
Dane Everitt
9be2aa4ca9 Push beginning of DB deletion stuff 2018-08-25 14:43:21 -07:00
Dane Everitt
c28e9c1ab7 Add ability to create new database through the UI 2018-08-22 22:29:20 -07:00
Dane Everitt
17796fb1c4 Add basic database listing for server 2018-08-21 21:47:01 -07:00
Dane Everitt
dc52e238ac Change socket implementation for servers 2018-08-18 20:13:40 -07:00
Dane Everitt
5aa57e0681 Break out file manager file/directory rows into individual components 2018-08-14 21:17:10 -07:00
Dane Everitt
e9f8751c4c More filemanager work, directory browsing working 2018-08-13 22:58:58 -07:00
Dane Everitt
ceef2edf2e Add error handling for file manager 2018-08-13 21:06:11 -07:00
Dane Everitt
92a9146b61 Improve filemanager, get first level folders listing 2018-08-06 23:14:13 -07:00
Dane Everitt
00a3d7df87 Properly handle the console when the socket disconnects/reconnects 2018-08-06 22:21:13 -07:00