Commit Graph

36 Commits

Author SHA1 Message Date
Dane Everitt 0b0b80dc6d Add search box to server pages 2018-09-11 21:25:02 -07:00
Dane Everitt dae780249f Less colors 2018-09-11 19:23:22 -07:00
Dane Everitt 395a2860e7 Start working on a better design for the server boxes on the dashboard 2018-09-05 22:55:59 -07:00
Dane Everitt 68b23de55d Significantly less atrocious resource checking for servers... 2018-08-18 21:02:58 -07:00
Dane Everitt 5ca6538965 Autofocus search box when navigating to dashboard 2018-07-21 22:43:16 -07:00
Dane Everitt 2ab66ba8c8 Add logic to load server data into vuex for the request when visiting a server page 2018-07-18 22:48:19 -07:00
Dane Everitt 79ea4cbe1a Correct N+1 utilization checking 2018-07-15 18:11:29 -07:00
Dane Everitt 7f5485d648 Fix dashboard to track server state 2018-07-15 17:53:40 -07:00
Dane Everitt f2d2725ca0 Merge branch 'feature/vuejs' into feature/vue-serverview 2018-07-15 16:50:11 -07:00
Dane Everitt d9a09e92bd Add tests for all of the account actions 2018-07-15 15:58:24 -07:00
Dane Everitt a44b4c4426 Fix changing email address error handling 2018-07-14 22:03:19 -07:00
Dane Everitt ec8e434375 Set the 2fa image to always have a consistent height, less jarring transition 2018-07-04 19:00:20 -07:00
Dane Everitt 7711b697ad Finalize two-factor handling on account. 2018-06-20 23:05:35 -07:00
Dane Everitt 0cc895f2d5 Finalize email/password changing in UI 2018-06-17 16:53:24 -07:00
Dane Everitt 5c3d3f6ce9 Better support for mobile devices on login and account pages 2018-06-16 18:04:48 -07:00
Dane Everitt ac7cefb83f Make the account page mobile friendly 2018-06-16 16:43:52 -07:00
Dane Everitt d6959ea3dd Add a basic modal template to be used 2018-06-16 16:25:26 -07:00
Dane Everitt 84fecb7a92 Import only the needed things from lodash 2018-06-16 15:05:36 -07:00
Dane Everitt fce394f6bd Change email handling and logout function 2018-06-16 14:30:20 -07:00
Dane Everitt 1acedc2de2 Remove luxon completely. 2018-06-16 14:11:58 -07:00
Dane Everitt b8b9acd0e6 Get the base email update working through the API.
Still going to need to determine the best course of action to update the token on the client side.
2018-06-11 22:56:57 -07:00
Dane Everitt 14927c3e7e Add base UI for account management 2018-06-11 22:36:43 -07:00
Dane Everitt e5e66fdb58 Fix error handling in dashboard 2018-06-11 20:42:01 -07:00
Jakob Schrettenbrunner 05478e3277 Merge branch 'feature/vuejs' into feature/vue-serverview 2018-06-11 21:06:12 +02:00
Dane Everitt 5bcabbde35 Get dashboard in a more working state 2018-06-05 23:42:34 -07:00
Dane Everitt e948d81d8a Base attempt at using vuex to handle logins 2018-06-05 23:00:01 -07:00
Jakob Schrettenbrunner 58ad7a4b27 start to properly use vuex 2018-06-04 00:45:01 +02:00
Dane Everitt ee9a34716d Add navigation to vue, improve responsiveness of the design 2018-06-02 23:15:10 -07:00
Dane Everitt be5a9108f9 Dont refresh server statuses unless the page is active
Reduces the number of polling requests happening on the server by only sending those requests if the user is actively viewing the dashboard.

There was no point in updating the resource usage if no one is viewing it. After 30 seconds away from the window when a user comes back it will update instantenously, otherwise it'll just update after 5 seconds.
2018-06-02 22:23:54 -07:00
Dane Everitt 02b29a66ea Use client API to get resource use for a server 2018-06-02 19:08:53 -07:00
Dane Everitt bcd3b055dd Break out the server box into a component 2018-06-02 17:41:06 -07:00
Dane Everitt 9831adb91c Cleanup dashboard, make flash more customizable for pages 2018-05-28 16:28:36 -07:00
Dane Everitt aa61afb58f Add proper server models 2018-05-28 14:11:23 -07:00
Dane Everitt 6e5c365018 Use the client API to load servers on the listing page 2018-05-28 13:23:40 -07:00
Dane Everitt 47c1ecc9bc Make server blocks clickable, break out routes into their own file 2018-05-28 11:34:24 -07:00
Dane Everitt 6f2fcabf22 Add very basic server search and dynamic rendering functionality 2018-05-26 23:17:02 -07:00