Commit Graph

260 Commits

Author SHA1 Message Date
MuhammadKhalilzadeh 22448e05d3 Emergency text field height fix 2024-06-28 20:35:41 +03:30
Alexander Holliday 7097c1b59f Merge pull request #220 from bluewave-labs/feat/redirect-on-monitor-create
Redirected user to Monitors page after adding a new monitor
2024-06-27 22:08:33 -07:00
Alexander Holliday 5a58b70711 Merge pull request #223 from bluewave-labs/fix/profile-settings-route
Added account parent route and fixed links
2024-06-27 22:08:19 -07:00
Alexander Holliday cd5c9db6c4 Merge pull request #212 from windsywinds/master
fix: add css for password input field
2024-06-27 20:58:28 -04:00
Daniel Cojocea 62d545df06 Added account parent route and fixed links 2024-06-27 19:19:36 -04:00
Alex Holliday 018b01f53c Redirected user to Monitors page after adding a new monitor 2024-06-27 15:45:05 -07:00
Alex Holliday 7a066733da Added async thunk for creating monitors, connected CreateMonitor to backend 2024-06-27 15:27:32 -07:00
Daniel Cojocea f3e222ac3a Added some basic validation 2024-06-27 17:26:00 -04:00
Daniel Cojocea 0ef7e014ed Merge branch 'fix/create-monitor-page' of github.com:bluewave-labs/bluewave-uptime into fix/create-monitor-page 2024-06-27 16:48:21 -04:00
Daniel Cojocea 16006934cd Commented out unfinished features 2024-06-27 16:44:56 -04:00
Alex Holliday 57be438ea7 fixed monitor page 2024-06-27 13:42:18 -07:00
Daniel Cojocea 081eb1727a Refactored useStates 2024-06-27 16:29:50 -04:00
Daniel Cojocea 3b88ea01d0 Fixed some small styling issues and validation schema 2024-06-27 13:35:12 -04:00
Sam Windsor 4fe31b27a9 fix: add css for password input 2024-06-27 16:53:52 +12:00
Alexander Holliday 25355c69c2 Merge pull request #209 from MuhammadKhalilzadeh/monitors
Monitors
2024-06-26 21:55:28 -04:00
Alexander Holliday 38a523a07c Merge pull request #210 from bluewave-labs/feat/upload-picture
Client side upload picture, #193
2024-06-26 21:49:36 -04:00
Daniel Cojocea 2aac260556 Added proptypes and jsdocs 2024-06-26 19:12:50 -04:00
Daniel Cojocea 95a30c5a8d Client side picture upload 2024-06-26 19:06:10 -04:00
MuhammadKhalilzadeh 4cc59e6728 Merge branch 'monitors' of https://github.com/MuhammadKhalilzadeh/bluewave-uptime into monitors 2024-06-26 22:01:01 +03:30
MuhammadKhalilzadeh b5ce75bb54 fixing bugs 2024-06-26 22:00:43 +03:30
MuhammadKhalilzadeh 033b9dcdd5 fixing bugs 2024-06-26 21:56:56 +03:30
Alexander Holliday a2eb493db6 Merge pull request #197 from bluewave-labs/fix/move-create-monitors
Moved CreateNewMonitor to its own directory as it is a page unto itself
2024-06-26 13:49:07 -04:00
Alexander Holliday abee39bc81 Merge pull request #198 from bluewave-labs/feat/upload-picture-design
Initial Design for the Upload Picture Modal
2024-06-26 02:01:31 -04:00
Daniel Cojocea db66774ca6 Initial design 2024-06-25 17:38:40 -04:00
Alex Holliday 1eb5681a6a Moved CreateNewMonitor to its own directory as it is a page unto itself 2024-06-25 14:36:20 -07:00
Alexander Holliday 140b8eecba Merge pull request #191 from bluewave-labs/feat/profile-settings-redux
Integrated redux, #173 and #182
2024-06-25 17:26:06 -04:00
Alexander Holliday 2288754cd0 Merge pull request #190 from MuhammadKhalilzadeh/monitors
Create new monitor without dropdowns
2024-06-25 17:25:44 -04:00
Alexander Holliday fbc983895c Revert "first commit" 2024-06-25 13:09:02 -07:00
Terry Jung 76a140f42b Merge pull request #195 from terryjung0244/feat/terry-component
first commit
2024-06-25 15:35:39 -04:00
terryjung0244 f5f67f277a first commit 2024-06-25 15:29:59 -04:00
Alexander Holliday f14ea09241 Merge pull request #186 from bluewave-labs/feat/monitor-user-name
Added authstate to CurrentStats, displays username correctly, resolves #185
2024-06-25 14:45:56 -04:00
Daniel Cojocea 91f2cac438 Fixed error handling bug 2024-06-25 14:20:13 -04:00
Daniel Cojocea a64be7c017 Merge remote-tracking branch 'upstream/master' into feat/profile-settings-redux 2024-06-25 14:16:52 -04:00
Alex Holliday 8eae283507 Fixed error handling bug in redux slices 2024-06-25 11:14:16 -07:00
Daniel Cojocea 4edc18a9f4 Implemented redux integration - profile panel 2024-06-25 13:01:21 -04:00
MuhammadKhalilzadeh 9f06a0abda Create new monitor without dropdowns 2024-06-25 13:34:19 +03:30
MuhammadKhalilzadeh fb2706caed Create new monitor without dropdowns 2024-06-25 13:33:06 +03:30
MuhammadKhalilzadeh 4eab458065 Create new monitor without dropdowns 2024-06-25 13:30:52 +03:30
MuhammadKhalilzadeh ca689d4de8 Create new monitor without dropdowns 2024-06-25 13:22:28 +03:30
Daniel Cojocea ee08bac389 Initial commit 2024-06-24 21:32:30 -04:00
Alex Holliday 8d92baff84 Added authstate to CurrentStats, displays username correctly 2024-06-24 14:59:19 -07:00
Alex Holliday bb27a9f49f NavBar now shows correct name on login, sign up redirect functional 2024-06-24 13:51:11 -07:00
Alex Holliday e356515098 Moved login and register out of the rouer outlet, added redirect to root route 2024-06-24 13:27:38 -07:00
Alex Holliday b84a5e017d Implemented protected route component, added protected routes. Fixed redircts. Removed token from localstorage, not being used 2024-06-24 13:03:42 -07:00
Alex Holliday 5beaa8dfe1 Merge remote-tracking branch 'upstream/master' into feat/protected-routes 2024-06-24 12:46:12 -07:00
Alexander Holliday b9419d7379 Merge pull request #179 from bluewave-labs/feat/logout
Implemented logout funcationality, resolves #178
2024-06-24 15:33:52 -04:00
Alex Holliday 3c8de47c5f Added clearing monitor state 2024-06-24 12:00:49 -07:00
Alex Holliday 6c6070baae iniital commit 2024-06-24 11:56:25 -07:00
Alex Holliday 7d7b155d45 AdImplemented logout funcationality: 2024-06-24 11:21:30 -07:00
Alexander Holliday 173baf76be Merge pull request #170 from bluewave-labs/feat/monitor-to-backend
Feat/monitor to backend, resolves #160
2024-06-24 14:00:23 -04:00