Commit Graph

118 Commits

Author SHA1 Message Date
Alex Holliday 465c1f9f9e Refactor getMonitorByUserID to getMonitorByTeamID 2024-08-26 19:38:24 -07:00
Alex Holliday ac37211e32 refactor invite to its own route and controller 2024-08-26 17:43:56 -07:00
Daniel Cojocea e72212a467 Reconfigured theme colors 2024-08-26 19:54:48 -04:00
Alex Holliday 4c2cc6fb2c First user is superadmin instead of admin 2024-08-26 10:00:34 -07:00
Daniel Cojocea ec79bcd500 Added tooltips to each individual bar 2024-08-22 20:15:49 -04:00
Alexander Holliday d5daa14a98 Merge pull request #703 from bluewave-labs/feat/status-dot-animated
Feat/status dot animated
2024-08-22 11:22:46 -07:00
Daniel Cojocea 122d9d8f56 Removed toast bounce animation and added a pulse effect to monitor status dot 2024-08-22 12:07:36 -04:00
Alex Holliday 4e430547ab Add error handling and logging to email service 2024-08-21 11:41:47 -07:00
Alex Holliday 726e2fc6c1 Remove unused lines from NetworkService 2024-08-20 10:34:29 -07:00
Alexander Holliday 3a01e3096e Merge branch 'develop' into feat/logger 2024-08-19 19:02:30 -07:00
Alex Holliday 5eb022a3c2 Add none logging level, update readme 2024-08-19 14:28:18 -07:00
Alex Holliday 5c561d87ce implement basic logger, replace console.log statements with logger methods 2024-08-19 14:20:55 -07:00
Alex Holliday 69597b3df0 Add jsdocs 2024-08-18 17:56:18 -07:00
Alex Holliday 20e4c7ef07 Refactored axios util into a service 2024-08-18 17:42:49 -07:00
Alex Holliday 92877e20ec Refactored remaining requests 2024-08-18 17:18:16 -07:00
Alex Holliday f78e5ca94c Add several endpoints 2024-08-18 12:20:28 -07:00
Alex Holliday 5beb0684a7 Renamed axiosConfig to NetworkService 2024-08-18 12:11:24 -07:00
Alex Holliday 6d99002fd1 Finish refactoring auth slice, fixed several bugs 2024-08-17 20:23:34 -07:00
Alex Holliday 46bd317760 Refactor register and login thunks 2024-08-17 13:03:24 -07:00
Alex Holliday 41f975cdfa Add comment formatting 2024-08-17 12:55:57 -07:00
Alex Holliday 10fceb6ff1 refactord pagespeed slice 2024-08-17 09:50:52 -07:00
Alex Holliday ceb8985afb Refactored uptimeMonitorsSlice axios requests 2024-08-17 09:35:50 -07:00
Daniel Cojocea f1289c0b6c redesign app layout: replaced css grid with flexbox 2024-08-13 17:22:21 -04:00
Daniel Cojocea 72b813e849 Added bluewave uptime favicon and inital design for login page 2024-08-09 13:33:54 -04:00
Daniel Cojocea d24e255b47 Added pagespeed metrics 2024-08-06 13:00:56 -04:00
Daniel Cojocea 03375067d0 Fixed hacky positioning and added pie sections 2024-08-05 13:18:00 -04:00
Daniel Cojocea be6c41c9ef Refactored check function and added docs 2024-08-03 12:04:40 -04:00
Daniel Cojocea 631602cec9 Added pie chart 2024-08-03 11:57:07 -04:00
Daniel Cojocea 4069a4525d Connected monitor to state 2024-08-02 18:38:32 -04:00
Alexander Holliday c2a341a3c5 Merge pull request #526 from bluewave-labs/feat/default-font
Updated default font and some small styling changes
2024-08-01 18:28:25 -07:00
Daniel Cojocea 30b7856c44 Updated default font and some small styling changes 2024-08-01 20:12:30 -04:00
Daniel Cojocea a0f2f666de Updated chip colors 2024-08-01 19:10:39 -04:00
Daniel C 5fe92f2b31 Status label refactor (#478)
* Refactored status label

* Updated colors and replaced old components

* Updated docs
2024-07-29 22:59:58 -07:00
Daniel C db66ba849b Page Speed (#470)
* Added page speed route and fallback UI

* Added first batch of components and route to create a page-speed monitor

* Added basic styling

* Added checkboxes and removed old component

* Added monitor card and some styling

* Moved time functions to separate file and added formatDate function

* Added status label

* Changed sidebar item priority and small styling fix

* Small styling changes
2024-07-28 13:51:47 -07:00
Daniel C 40a268ab18 Updated layout (#450)
* Updated layout

* Fixed error

* Changed integration background to white
2024-07-26 09:39:18 -07:00
Daniel Cojocea 49f9f1429a Added styling and basic filtering to incidents page 2024-07-23 17:32:41 -04:00
Daniel Cojocea 5150179193 Simplified toast function call 2024-07-18 10:43:46 -04:00
Daniel Cojocea 5fbf5caec4 Restructured login page 2024-07-15 18:14:20 -04:00
Daniel Cojocea 3855d4e4d5 Refactored textfield component 2024-07-12 18:45:23 -04:00
Daniel Cojocea 91abe374f6 Added jsdocs and proptypes 2024-07-11 20:30:11 -04:00
Daniel Cojocea 7e1ccff00d Added toast alerts to profile panel 2024-07-11 18:53:14 -04:00
Daniel Cojocea 92d4caa801 Added create toast function 2024-07-11 18:05:41 -04:00
Alex Holliday 10c8751c6b Added configured axios instance with 401 interceptor, refactored all requests to use axios instance 2024-07-09 11:45:14 -07:00
Daniel Cojocea b94d1021c2 Removed unused functions & fixed warning 2024-07-08 16:26:08 -04:00
Daniel Cojocea 7f7226d6e5 Merge remote-tracking branch 'upstream/master' into feat/image-upload 2024-07-08 14:06:53 -04:00
Alexander Holliday 4de1e71344 Merge branch 'master' into feat/issue-225-Maintenance-page 2024-07-07 21:57:44 -07:00
terryjung0244 a0bb52001e 1. Added route setup for the maintenance page in App.jsx.
2. Added a dashboard menu button for the maintenance page in DashboardMenu.
3. Moved content with CSS from the Incidents page to the Maintenance page.
4. Updated pathMap in PathMap.js to include the maintenance route.
2024-07-07 22:02:08 -04:00
Daniel Cojocea 49f8958418 Added proptypes and jsdocs, and color fix 2024-07-06 14:44:04 -04:00
Daniel Cojocea 59f8acff1c Refactored Alert component 2024-07-06 14:33:36 -04:00
Daniel Cojocea 6c645ba500 Removed ref 2024-07-05 18:48:32 -04:00