Dane Everitt
ca6f501c70
Merge branch 'develop' into v2
2022-02-13 12:55:02 -05:00
Alex
5120590e47
ref: remove google analytics ( #3912 )
2022-02-05 09:08:43 -08:00
Dane Everitt
fcfca0730e
Use SWR to fetch and track the selected server on server detail pages
2021-10-03 16:10:06 -07:00
Matthew Penner
bf9dfa87da
yeet name_first and name_last from users table
2021-07-28 21:31:00 -06:00
Matthew Penner
2d412e66ac
ui: fix global styles
2021-07-13 15:58:44 -06:00
Matthew Penner
bca2338863
ui(admin): add search and sort to ServersContainer
2021-05-18 20:53:42 -06:00
Matthew Penner
ae88a01bea
fix eslint and admin not loading
2021-05-18 17:20:49 -06:00
Matthew Penner
a87fef37ec
Merge branch 'develop' into feature/react-admin
2021-02-07 16:16:22 -07:00
Dane Everitt
32fb21d0b7
Update use of server error blocks
2021-01-30 18:01:32 -08:00
Matthew Penner
72983e8385
ui: fix duplicate global styles
2021-01-29 09:07:15 -07:00
Matthew Penner
2352ef0369
admin(ui): display dynamic user information on sidebar
2021-01-07 10:21:09 -07:00
Matthew Penner
f67e340d33
Merge branch 'develop' into feature/react-admin
2020-12-28 12:05:19 -07:00
Matthew Penner
b19406bf22
Fix hot-reloading breaking react-router-dom
2020-12-28 11:10:01 -07:00
Matthew Penner
7369167e28
Fix problems after rebase, move RoleController to Api\Application
2020-12-27 22:02:30 -07:00
Matthew Penner
1cdf9bc18f
Lazy load the AdminRouter
2020-12-27 22:02:30 -07:00
Matthew Penner
1dff1f1810
Start porting over the admin area to react
2020-12-27 22:02:30 -07:00
Matthew Penner
e5c30cb6f3
Lazy load the AdminRouter
2020-12-27 22:02:30 -07:00
Matthew Penner
6c53738070
Get react admin sidebar working while Dane is shopping for domains
2020-12-27 22:02:30 -07:00
Matthew Penner
9ee3275b11
Start porting over the admin area to react
2020-12-27 22:02:29 -07:00
Dane Everitt
2463c3f492
Cleanup and update some dependencies
2020-12-27 11:18:33 -08:00
Dane Everitt
bb2d3e4120
Slight UI tweaking to make life easier on people
2020-12-26 11:53:36 -08:00
Dane Everitt
d22456d9ca
Block API access when 2FA is required on account; closes #2791
2020-12-06 13:56:14 -08:00
Dane Everitt
7cf6b4bcfe
Only load GA when valid key is provided; closes #2678
2020-11-08 13:18:15 -08:00
Charles Morgan
cb4f8efbe6
Add Google Analytics
...
Added Google Analytics to latest dev branch
2020-07-26 21:05:54 -04:00
Dane Everitt
1e163aa792
Get server console page rendering (mostly) correctly
2020-07-04 15:40:41 -07:00
Dane Everitt
ebe588718c
Fix route transitioning
2020-07-04 09:46:26 -07:00
Dane Everitt
d93e804a31
Get server listing design working mostly correct
2020-07-03 14:50:37 -07:00
Dane Everitt
94e3acb9c4
Get compilation back to working
2020-07-03 14:19:05 -07:00
Dane Everitt
2193916fe4
Get basic compiling working with new CSS setup
2020-07-03 13:55:33 -07: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
07d19ad326
Code cleanup and formatting
2020-04-10 10:11:15 -07:00
Dane Everitt
eb39826f46
Add base logic to configure two factor on account
2019-12-22 17:03:44 -08:00
Dane Everitt
66410a35f1
Fix recaptcha on login forms
2019-12-15 18:05:44 -08:00
Dane Everitt
16e6f3f45f
Attempting to solve a weird console loading issue by making into class component; doesn't fix but like the class better for this.
...
Loading the console, switching to file manager, and then switching back is needed to load the data the first time. After that every 2nd load of the console will load the data (and even send the data to the websocket as the daemon is reporting.)
2019-06-29 18:28:23 -07:00
Dane Everitt
109bed4f7d
Add basic navigation bar to server view
2019-06-28 22:49:08 -07:00
Dane Everitt
8ac8a370f8
Fix some issues with navigating in the router and bad animations
2019-06-28 22:17:29 -07:00
Dane Everitt
9cb8020dbe
Add basic navigation bar
2019-06-25 21:28:56 -07:00
Dane Everitt
46c338dc1b
Basic design concept for a nav bar
2019-06-24 22:17:58 -07:00
Dane Everitt
0789b814dd
Fix design issue
2019-06-22 18:10:57 -07:00
Dane Everitt
60f32f055e
Fix router to make it easier to actually navigate around the app
2019-06-22 18:09:42 -07:00
Dane Everitt
d22747b0b1
Only do this if no user is in the state already
2019-06-22 17:07:54 -07:00
Dane Everitt
e20a768182
Plop user data into the store when loading up the base component
2019-06-22 17:07:28 -07:00
Dane Everitt
328347fab7
Convert all of the login components into hook based ones
2019-06-22 16:45:51 -07:00
Dane Everitt
aabf9b8a70
Some adjustments to begin working on a dark theme
2019-06-22 15:23:02 -07:00
Dane Everitt
435626f4b7
Add support for flash messages utilizing redux
2019-06-11 23:12:03 -07:00
Dane Everitt
d9f30294de
Migrate the existing login form to use React
2019-06-09 19:26:20 -07:00
Dane Everitt
3f2a4b5762
Get initial implementation for react working
2019-06-09 17:29:10 -07:00