Commit Graph

718 Commits

Author SHA1 Message Date
Alexander Holliday 771ecdc629 Merge pull request #602 from bluewave-labs/feat/forgot-password-page
Forgot password page
2024-08-12 11:56:02 -07:00
Daniel Cojocea 7258a59e56 Added email autocomplete on navigate 2024-08-12 14:06:01 -04:00
Daniel Cojocea 12992c8ae1 Final auth design 2024-08-12 13:58:18 -04:00
Daniel Cojocea 938226015d Added bluewave icon and initial design 2024-08-12 13:16:02 -04:00
Alexander Holliday 1d767454e2 Removed comma 2024-08-12 10:02:54 -07:00
Daniel Cojocea f152f490e3 Added fallback UI when there are no incidents recorded 2024-08-12 12:27:51 -04:00
Alexander Holliday 5d1dcf1a3b Merge pull request #591 from bluewave-labs/fix/db-decoupling
Decoupled JWT from DB, resolves #590
2024-08-11 10:02:28 -07:00
Alexander Holliday 4d9a790aa4 Merge pull request #592 from bluewave-labs/fix/fe/pagination-reset
Added pagination resets, resolve #588
2024-08-11 10:02:09 -07:00
Alexander Holliday 43726c7632 Merge pull request #594 from bluewave-labs/feat/register-page
Register page
2024-08-10 17:44:09 -07:00
Daniel Cojocea 35f2879e34 Refactored the submit function to improve readability 2024-08-10 19:50:17 -04:00
Daniel Cojocea a8db11b26e Added docs 2024-08-10 19:02:21 -04:00
Daniel Cojocea 5b19854edc Added auto focus field on render 2024-08-10 18:57:30 -04:00
Daniel Cojocea a13d804d82 Added authentication step 3 / 3 2024-08-10 18:54:17 -04:00
Daniel Cojocea 47918111a3 Added authentication step 2 / 3 2024-08-10 18:07:04 -04:00
Daniel Cojocea 1134b83997 Added authentication step 1 / 3 2024-08-10 17:46:35 -04:00
Daniel Cojocea ed78682a4c Initial landing register page design 2024-08-10 17:13:31 -04:00
Alex Holliday 573b9c2809 Added pagination resets 2024-08-10 10:38:14 -07:00
Alexander Holliday ee84d8d93e Merge pull request #589 from bluewave-labs/fix/table-population
Stop double rendering, add monitors to useEffect dependency array, #586
2024-08-10 10:25:16 -07:00
Alex Holliday 0cc7751d2e Decoupled JWT from DB 2024-08-10 10:20:06 -07:00
Alexander Holliday 14f6f05dfc Merge pull request #585 from bluewave-labs/feat/login-security
Feat/login security, resolves #583
2024-08-10 10:00:10 -07:00
Alex Holliday c599b7ce90 removed console.log 2024-08-09 23:19:53 -07:00
Alex Holliday 5851787c13 Stop double rendering, add monitors to useEffect dependency array 2024-08-09 23:17:17 -07:00
Alexander Holliday f634683486 Merge pull request #584 from bluewave-labs/feat/login-page
Login Page
2024-08-09 15:18:06 -07:00
Alexander Holliday b3badc7226 Merge pull request #580 from bluewave-labs/fix/incident-pagination
Fix/incident pagination, resolves #576
2024-08-09 14:54:09 -07:00
Daniel Cojocea 761c60f3bb Added loading skeleton and small styling changes 2024-08-09 17:36:15 -04:00
Alex Holliday 9f4d23b1b4 Add logout route and controller, remove JWT from user on logout 2024-08-09 13:33:13 -07:00
Alex Holliday 68164b9362 Add post request to logout 2024-08-09 13:22:16 -07:00
Daniel Cojocea 1681e93783 Fixed typo 2024-08-09 16:19:55 -04:00
Daniel Cojocea 72bc3a5652 Added forgot password button 2024-08-09 16:16:21 -04:00
Daniel Cojocea cac19d3130 Added focus on render for keyboard navigation 2024-08-09 15:59:37 -04:00
Daniel Cojocea 6c0d024f2a Added docs 2024-08-09 15:41:10 -04:00
Daniel Cojocea 939ff749e5 Added authentication step 2 / 2 2024-08-09 15:36:18 -04:00
Alexander Holliday 19bdd7fe90 Merge pull request #542 from MuhammadKhalilzadeh/aug-4-maintenance-window
completing create new  maintenance window (no-repeat) UI
2024-08-09 12:01:02 -07:00
Alex Holliday 26e3f81a91 Implemented pagination for incidents component 2024-08-09 11:54:30 -07:00
Daniel Cojocea d68ef08f6d Added authentication step 1 / 2 2024-08-09 14:34:59 -04:00
Daniel Cojocea 72b813e849 Added bluewave uptime favicon and inital design for login page 2024-08-09 13:33:54 -04:00
Alex Holliday 3924099e3e Merge remote-tracking branch 'upstream/develop' into fix/incident-pagination 2024-08-09 10:02:27 -07:00
Alex Holliday 01c6026dd2 Added styled pagination controls 2024-08-09 10:01:28 -07:00
Mohammad Khalilzadeh 2a3bb92877 animations and ripple effects removed 2024-08-09 11:09:28 +03:30
Daniel Cojocea 6d5cc931d0 Fixed pagination styling 2024-08-08 19:27:28 -04:00
Alex Holliday d95fcb119d Renamed filter to dateRange, add incidents table 2024-08-08 16:13:08 -07:00
Alexander Holliday 7e30be9085 Merge pull request #569 from mertssmnoglu/mertssmnoglu-restful-http-methods
fix: use correct request methods edit=PUT, delete=DELETE
2024-08-08 15:08:35 -07:00
Alexander Holliday 93545423e5 Merge pull request #573 from bluewave-labs/feat/pagespeed-configure
Configure pagespeed page
2024-08-08 15:08:21 -07:00
Alex Holliday 60996da401 iniital refactor 2024-08-08 14:56:26 -07:00
Alex Holliday f5ac47691d fixed bad merge 2024-08-08 14:29:25 -07:00
Alexander Holliday b3d96dc107 Merge branch 'develop' into fix/be/monitor-data-pagination 2024-08-08 14:25:07 -07:00
Alexander Holliday b9b1d4be05 Merge pull request #571 from bluewave-labs/feat/be/get-monitor-by-id-refactor
Feat/be/get monitor by id refactor
2024-08-08 14:22:18 -07:00
Daniel Cojocea 8b351871c6 Added skeleton layout 2024-08-08 17:15:39 -04:00
Daniel Cojocea e914a39d0b Added update pagespeed monitor thunk 2024-08-08 16:53:50 -04:00
Daniel Cojocea 0addb128bf Added delete pagespeed thunk 2024-08-08 16:37:23 -04:00