Commit Graph

22 Commits

Author SHA1 Message Date
Matthew Penner f44833ca9c ui(server): fix used backup count 2021-08-04 17:22:57 -06:00
Alex 38be4c9e4b More descriptive error for when backup limit is 0 (#3244) 2021-04-17 14:05:31 -07:00
mammut53 8dca2140b3 Fix displaying wrong backup number on pages
By having multiplie pages the current number of backups broke
2021-03-07 01:57:02 +01:00
Dane Everitt a8d9eccf9c Support pagination of server backups, closes #2787 2020-12-06 12:01:42 -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 8c98264eed Remove last calls to useServer 2020-08-25 22:09:54 -07:00
Dane Everitt 1e735cf0e8 Support failed backup display on the frontend; use SWR for backup pages 2020-08-20 21:44:33 -07:00
Charles Morgan d3316f61d7 Titles on index / account pages
Also changed to use  `const { ..., name: serverName } = useServer();` where feasible
2020-08-01 23:49:00 -04:00
Charles Morgan d604a4a5f2 Merge branch 'develop' into pagetitles2 2020-08-01 22:03:07 -05:00
Charles Morgan 6d79ad23a5 Attempt 2?
80% sure this isn't how to use react-helmet.... but it works....
2020-07-26 23:32:24 -04:00
Charles Morgan 1fe254efc6 Re-add scroll bar style, fix missed tw conversion
Fixed backup message still using old method of "className" changed to use css={ts}
readded scrollbar styling from PR#2118
2020-07-22 01:54:49 -04:00
Dane Everitt f3586056f4 Update users screens 2020-07-04 16:26:07 -07:00
Dane Everitt 497f73d820 Only show limit warnings when necessary and relevant 2020-06-23 20:13:58 -07:00
Charles Morgan 2c326dcbe7 Fix condition
Fix condition for using message
2020-06-02 23:30:43 -04:00
Charles Morgan e3ac933591 Add using x of x when limit > 0
Added a using x of x so the end user knows how many they have and are using.
2020-06-02 23:27:10 -04:00
Charles Morgan 48869d2eda Remove create backup button if limit = 0, display message none can be created
Removes the create button if the limit is 0, just like it does with the database page
Also once limit is reached the create button is removed from view.
2020-06-02 23:14:16 -04:00
Dane Everitt e6a61fbe9b Update views to support a more logical container 2020-04-17 11:17:01 -07:00
Dane Everitt d3a06e1ca8 Add progress bar to top of page for nicer loading indicator styles 2020-04-10 12:41:08 -07:00
Dane Everitt 2eb6ab4d63 Store backups in server state 2020-04-06 22:25:54 -07:00
Dane Everitt 7f2b477538 Automatically update the backup view when the backup is completed 2020-04-06 21:22:57 -07:00
Dane Everitt ad9194a65c Build out frontend for viewing server backups 2020-04-04 13:24:03 -07:00
Dane Everitt 9991989f89 Very basic implemention of frontend logic required to display backups and create a new one 2020-04-04 10:59:25 -07:00