-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Usually we use just use repeatedly just few of them, yet we must search for it constantly.
It would be nice to have quick links above datatable, just like google drive have tiles about main list of files, we just need names and tags in small tiles.
Backend should be already done or needs just misc adjustment.
We already have endpoint for last counters for android app:
HomeTab/internal/server/main.go
Line 99 in 414d5e1
| r.HandleFunc("/api/v1/counter/{id}", ApiCounter) |
HomeTab/internal/server/api_counter.go
Line 13 in 414d5e1
| func ApiCounter(w http.ResponseWriter, r *http.Request) { |