fix: Ticks of bar charts.

- Update shadcn charts.
- Refactors user store.
- Fix: pagination incorrect total pages.
- Comestic changes and cleanups.
- Fixes toaster not working in OuterApp.vue.
- Allow complete from address in notification settings from address form field.
This commit is contained in:
Abhinav Raut
2024-11-06 02:44:02 +05:30
parent a530f36f65
commit d77756476e
38 changed files with 333 additions and 297 deletions

View File

@@ -12,7 +12,7 @@ import (
)
func ErrHandler(ctx *fasthttp.RequestCtx, status int, reason error) {
fmt.Printf("error status %d - error %d", status, reason)
fmt.Printf("error status %d: %s", status, reason)
}
var upgrader = websocket.FastHTTPUpgrader{