Matthew Penner
8aa9641ec2
ui(admin): too many changes, not enough commits
2021-05-20 16:00:46 -06:00
Matthew Penner
a3b59f24af
Merge branch 'develop' into feature/react-admin
2021-05-18 17:07:25 -06: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
Matthew Penner
e9546c70bd
ui(admin): add CopyOnClick button to NodeConfigurationContainer
2021-03-06 16:08:42 -07:00
Matthew Penner
c053ca7c44
admin(ui): add arrow key support to SearchableSelect
2021-02-17 15:17:37 -07:00
Matthew Penner
dc003a6ada
admin(ui): SearchableSelect - differentiate between loading and no items
2021-02-16 13:23:24 -07:00
Matthew Penner
9b08b6b595
admin(ui): fix SearchableSelect, other tweaks
2021-02-16 13:03:14 -07:00
Matthew Penner
93be6db530
admin(ui): fix remaining problems with SearchableSelect.tsx
2021-02-15 22:41:19 -07:00
Matthew Penner
3971c4499d
admin(ui): fix up SearchableSelect.tsx
2021-02-15 18:48:10 -07:00
Matthew Penner
a87fef37ec
Merge branch 'develop' into feature/react-admin
2021-02-07 16:16:22 -07:00
Matthew Penner
8e07bb4bc2
ui(admin): start work on DatabaseSelect.tsx
2021-02-05 09:44:31 -07:00
Matthew Penner
9184cbdf11
ui(admin): tweaks to LocationSelect.tsx
2021-02-02 14:11:54 -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
Matthew Penner
a43ef62435
admin(ui): show eggs in NestEditContainer
2021-01-08 10:48:11 -07:00
Matthew Penner
5946210e18
ui: fix ProgressBar being covered by admin sidebar
2021-01-08 08:41:39 -07:00
Matthew Penner
434d204c49
Add 'select-none' everywhere in the admin area
2020-12-27 22:02:30 -07: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
Dane Everitt
f1978683cc
More mobile cleanup
2020-09-13 10:49:57 -07:00
Dane Everitt
47283700a8
File manager cleanup for mobile devices
2020-09-13 10:33:12 -07:00
Rihan
9a4c0d8ba7
Make interface mobile responsive ( #2273 )
2020-09-13 10:02:25 -07:00
Dane Everitt
6139b4e479
Fix chrome dismissing modals when dragging out of it; closes #2295
2020-09-09 20:55:23 -07:00