homebox/backend/app/api
Hayden 2cbcc8bb1d
feat: WebSocket based implementation of server sent events for cache busting (#527)
* rough implementation of WS based event system for server side notifications of mutation

* fix test construction

* fix deadlock on event bus

* disable linter error

* add item mutation events

* remove old event bus code

* refactor event system to use composables

* refresh items table when new item is added

* fix create form errors

* cleanup unnecessary calls

* fix importer erorrs + limit fn calls on import
2023-08-02 13:00:57 -08:00
..
handlers feat: WebSocket based implementation of server sent events for cache busting (#527) 2023-08-02 13:00:57 -08:00
static ui: rework location/labels pages (#475) 2023-07-27 13:21:28 -08:00
app.go feat: WebSocket based implementation of server sent events for cache busting (#527) 2023-08-02 13:00:57 -08:00
demo.go fix: cookie-auth-issues (#365) 2023-03-22 21:52:25 -08:00
logger.go refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00
main.go feat: WebSocket based implementation of server sent events for cache busting (#527) 2023-08-02 13:00:57 -08:00
middleware.go change safeserve -> httpkit (#405) 2023-04-09 10:39:43 -08:00
routes.go feat: WebSocket based implementation of server sent events for cache busting (#527) 2023-08-02 13:00:57 -08:00