Commit Graph

144 Commits

Author SHA1 Message Date
DaneEveritt
d47a05881b Show when an event was triggered via the API directly 2022-06-18 12:52:26 -04:00
DaneEveritt
cd97936179 Improve mobile support 2022-06-12 15:40:14 -04:00
DaneEveritt
68a654f9e8 Selectively show the additional metadata if it isn't in the display string at all 2022-06-12 15:30:49 -04:00
DaneEveritt
2f1c8ae91d Add basic server activity log view 2022-06-12 15:16:48 -04:00
DaneEveritt
0b4936ff1c Break out rows for activity; show metadata icon 2022-06-12 15:08:26 -04:00
DaneEveritt
33823b65de Fix dialog and tooltip design 2022-06-12 15:07:52 -04:00
DaneEveritt
04e97cc67e Make it easier for plugins to extend the navigation and add routes 2022-06-12 11:36:55 -04:00
DaneEveritt
88a7bd7578 Make the delay less goofy when mousing over elements 2022-06-12 09:39:20 -04:00
DaneEveritt
f860fd2cfe Improve usability of icon buttons in header with tooltip 2022-06-12 09:35:02 -04:00
DaneEveritt
9c957952fb Improve mobile display of activity log 2022-06-12 09:09:01 -04:00
DaneEveritt
4d30cc9e7e Add translation values to activity log output 2022-06-11 14:52:41 -04:00
DaneEveritt
c6e8b893c8 Add basic activity log view 2022-06-05 18:35:53 -04:00
DaneEveritt
2a2fc42e37 Add support for tooltips 2022-06-05 18:27:54 -04:00
DaneEveritt
1a5465dc34 Update react, add some V2 components for V1 usage 2022-06-05 14:56:42 -04:00
DaneEveritt
3fceb588fb Fix router logic to account for logged out users; closes #4085
Middleware was removed from the `/` route to redirect users without authentication, so now we need to handle this on the front-end properly.
2022-05-28 13:32:35 -04:00
Boy132
7d0d71baec Checkbox & Dropdown for Startup Variables (#3769) 2022-01-17 20:08:53 -07:00
Dane Everitt
f2e92d80ac Adjust copyright in footer to be more consistent 2022-01-02 07:25:07 -08:00
Matthew Penner
1c071b05aa ui: fix spinner z-index (#3520) 2021-08-03 19:46:00 -07:00
Dane Everitt
6b16b9bc2a Cleanup logic for asModal to make it a little easier to use dynamically 2021-05-16 12:35:49 -07:00
Dane Everitt
92cd659db3 Add underlying data changes necessary for new task & schedule features 2021-05-01 10:44:40 -07:00
Dane Everitt
a072b9c5be Update license year, right on time 👹 2021-03-26 09:30:13 -07:00
Dane Everitt
32fb21d0b7 Update use of server error blocks 2021-01-30 18:01:32 -08:00
Dane Everitt
187df97590 Add UI for restoring backup checkpoint text 2021-01-17 18:25:13 -08:00
Dane Everitt
2463c3f492 Cleanup and update some dependencies 2020-12-27 11:18:33 -08:00
Dane Everitt
621d652854 Fix focusring on disabled inputs 2020-12-27 10:52:40 -08:00
Dane Everitt
d54a8713d1 Fix width of dropdown menus 2020-12-27 10:49:33 -08:00
Dane Everitt
b2328b50c6 Fix checkbox design in file manager 2020-12-27 10:44:56 -08:00
Dane Everitt
bb2d3e4120 Slight UI tweaking to make life easier on people 2020-12-26 11:53:36 -08:00
Dane Everitt
22687bd078 Stop caching stupid things and causing builds to die 2020-12-26 10:41:25 -08:00
Dane Everitt
c75f89889a Update to Tailwind V2 2020-12-26 09:50:09 -08:00
Matthew Penner
e6c4a68e4a Update logic for tracking a server's transfer state 2020-12-17 10:35:54 -07:00
Dane Everitt
5bbb36b3cf Support updating docker image for a server from the frontend 2020-12-13 11:07:29 -08:00
Matthew Penner
de1f7ea906 Move file manager buttons beside the breadcrumb, other tweaks 2020-12-04 09:23:17 -07:00
Dane Everitt
0c8b7101c3 Merge pull request #2682 from AreYouRlyScared/minorfixes
Update database page layout to be more consistent with other pages, fixes text visibility issues
2020-11-10 20:15:26 -08:00
Charles Morgan
4a234af7a3 Minor changes
Changes CopyOnClick to allow any.
Allows database information to be copied on click.
Changes layouts on database/backups to match the network tab.
Changes text to lighten it one level from 400 to 300 for easier visibility.
Moves database api endpoints to their own folder for some organization.
2020-11-08 21:09:22 -05:00
Dane Everitt
085fa8dcb5 Update CopyOnClick.tsx 2020-11-08 17:13:55 -08:00
Dane Everitt
842652a6b8 Update CopyOnClick.tsx 2020-11-08 17:13:33 -08:00
Dane Everitt
027c705733 Correctly overlay spinner over all modal elements 2020-11-02 20:03:02 -08:00
Dane Everitt
b2be067f38 Support deleting an allocation for a server 2020-10-31 21:22:44 -07:00
Charles Morgan
394cd815d2 Network tab changes
Allows address feild to be copied to the clipboard when clicked
If alias is used changes it to hostname instead of ip address ( might just make it say address as that would cover both? )
Fixed overflow for allocations with a long alias
2020-10-31 16:16:41 -04:00
Dane Everitt
903b5795db Avoid breaking the entire UI when naughty characters are present in the file name or directory; closes #2575 2020-10-22 21:18:46 -07:00
Dane Everitt
f30dab053b Support much better server querying from frontend
Search all servers if making a query as an admin, allow searching by a more complex set of data, fix unfocus on search field when loading indicator was rendered
2020-10-15 21:21:38 -07:00
Dane Everitt
f33d0b1d72 Update schedule view UI 2020-10-14 20:13:36 -07:00
Oreo Oreoniv
0fa503f923 Fixed phantom shadow when opening modal window 2020-10-05 11:36:47 +03:00
Dane Everitt
2a42ef5c62 Mobile responsiveness fixes 2020-10-03 16:25:39 -07:00
Oreo Oreoniv
10eeae0927 Fix text overflows through out the front end (#2406) 2020-10-03 11:22:37 -07:00
Dane Everitt
cbedd4539c Performance cleanup; check main box when all children are checked; closes #2379 2020-09-22 21:41:35 -07:00
Charles Morgan
f6bec474f4 Remove unused imports 2020-09-18 03:43:33 -04:00
Dane Everitt
3af9e92603 Codemirror cleanup 2020-09-15 20:53:23 -07:00
Matthew Penner
9d7f4f954e Replace Ace editor with CodeMirror 2020-09-13 17:17:40 -06:00