nidus-sync/ts
Eli Ribble 06e8de800a
Some checks failed
/ golint (push) Failing after 10s
feat: add ErrorNotification component and API error handling in Nuisance form
- Add ts/rmo/components/ErrorNotification.vue — reusable error alert
  with dismiss support, accessible markup, and configurable message
- Replace inline error div in Nuisance.vue with ErrorNotification
- Add resp.ok check in doSubmit() so HTTP error responses are caught
  and the workflow stops instead of proceeding to /submitted
- Fix typo: borwser → browser

Issue: #8
2026-05-20 21:53:44 +00:00
..
components Add view for showing contact details. 2026-05-18 23:37:59 +00:00
composable Add centralized error handler for sync Vue app 2026-05-08 23:33:49 +00:00
map Move map as bounds change on communication workspace 2026-04-28 20:37:38 +00:00
rmo feat: add ErrorNotification component and API error handling in Nuisance form 2026-05-20 21:53:44 +00:00
route Add basic layout of the contact review 2026-05-15 17:19:06 +00:00
store Avoid double slash which causes an unnecessary redirect 2026-05-18 15:22:39 +00:00
style Port root RMO with style to main page 2026-04-03 15:58:50 +00:00
type Fix references to public report reporter contact methods 2026-05-16 18:12:28 +00:00
view Add view for showing contact details. 2026-05-18 23:37:59 +00:00
AppSync.vue Add centralized error handler for sync Vue app 2026-05-08 23:33:49 +00:00
client.ts Longer timeout, more tracking on login 2026-05-12 18:37:59 +00:00
config.ts Add sentry integration with Vue frontend 2026-04-21 23:35:59 +00:00
env.d.ts TypeScript checking is clean. 2026-03-22 02:55:17 +00:00
format.ts Return communication database rows from communication API 2026-05-01 21:00:23 +00:00
global.d.ts remove Alpine and start fixing type errors 2026-03-22 02:36:57 +00:00
sentry.ts Get working sentry for the UI 2026-04-29 23:59:34 +00:00
SSEManager.ts Reconnect SSE event stream after shutdown 2026-04-29 15:02:18 +00:00
types.ts Move bounds to API types 2026-04-09 01:02:25 +00:00
vue-shim.d.ts TypeScript checking is clean. 2026-03-22 02:55:17 +00:00