Product
Blog
Docs
Pricing
Log in
Sign up
Izuhbel/watchly
Izuhbel/watchly
/
Compare
Merge
Izuhbel/main
into
templates/main
17 files changed
Hide whitespace
+1401
-84
README.md
+42
-50
templates/main
Izuhbel/main
frontend/components/App.tsx
+102
-7
frontend/favicon.svg
+5
-5
frontend/index.html
+16
-4
frontend/components/Analytics.tsx
+68
-0
frontend/components/Dashboard.tsx
+155
-0
frontend/components/IncidentDetails.tsx
+108
-0
frontend/components/IncidentFeed.tsx
+60
-0
frontend/components/ReportIncident.tsx
+111
-0
frontend/components/Sidebar.tsx
+84
-0
frontend/components/SimplePages.tsx
+183
-0
frontend/components/TopBar.tsx
+108
-0
frontend/components/icons.tsx
+92
-0
frontend/components/ui.tsx
+127
-0
frontend/data
frontend/data/mockData.ts
+140
-0
frontend/components/Counter.tsx
+0
-18