agent-zero/python/api
Rafael Uzarowski 2890023242
fix: eview refinements for memory dashboard
Adressed:

1) When selecting memories using checkbox, it unchecks one second later automatically (Brave+Firefox)
2) Area filter does not work. When All is selecter, it shows me memories from fragments, solutions, etc., but when I select an area, no memories are shown.
3) Modal does not have a title, it shows a path
4) In light mode, buttons and some labels are almost invisible - we should not use custom colors anywhere, we should always use one of the color vars in the screenshot, those are automatically adjusted based on current theme. Also in light mode there's a lot of gray areas that blend, again, we should use our color vars.
5) The loading spinner is stretched into an oval
6) We should merge the first div (title and memory counts) with the third one (pagination) to save space. + we should also show the total number of memories in the DB (unfiltered, just the total count of docs)
7) Action buttons should stack vertically, we can remove the title to make it more narrow
8) We should not use emojis for icons, they break the design, it's used in the source badge (knowledge, conversation...)
2025-08-26 17:44:45 +02:00
..
api_files_get.py feat: External API Endpoints 2025-07-27 14:40:36 +02:00
api_log_get.py feat: External API Endpoints 2025-07-27 14:40:36 +02:00
api_message.py feat: External API Endpoints 2025-07-27 14:40:36 +02:00
api_reset_chat.py feat: External API Endpoints 2025-07-27 14:40:36 +02:00
api_terminate_chat.py feat: External API Endpoints 2025-07-27 14:40:36 +02:00
backup_create.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
backup_get_defaults.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
backup_inspect.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
backup_preview_grouped.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
backup_restore.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
backup_restore_preview.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
backup_test.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
chat_export.py v0.8.1 release 2025-01-17 22:50:17 +01:00
chat_load.py v0.8.1 release 2025-01-17 22:50:17 +01:00
chat_remove.py (WIP) feat: Task Scheduler Management UI/UX and tools - Part 3 2025-05-01 15:38:51 +02:00
chat_reset.py v0.8.1 release 2025-01-17 22:50:17 +01:00
csrf_token.py csrf + inor fixes 2025-07-02 17:03:03 +02:00
ctx_window_get.py vision prototype, terminal sessions 2025-04-01 13:55:50 +02:00
delete_work_dir_file.py v0.8.1 release 2025-01-17 22:50:17 +01:00
download_work_dir_file.py Better download (#628) 2025-07-31 13:51:25 +02:00
file_info.py v0.8.1 release 2025-01-17 22:50:17 +01:00
get_work_dir_files.py rate limiter polishing, file download polishing 2025-07-31 14:46:23 +02:00
health.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
history_get.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
image_get.py image_get fix, build examples 2025-07-30 09:20:36 +02:00
import_knowledge.py memory consolidation merge 2025-07-21 22:04:17 +02:00
mcp_server_get_detail.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
mcp_server_get_log.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
mcp_servers_apply.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
mcp_servers_status.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
memory_dashboard.py fix: eview refinements for memory dashboard 2025-08-26 17:44:45 +02:00
memory_delete.py feat: memory dashboard first version 2025-08-24 19:44:43 +02:00
message.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
message_async.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
notification_create.py notifications polishing 2025-08-04 13:07:25 +02:00
notifications_clear.py notifications polishing 2025-08-04 13:07:25 +02:00
notifications_history.py feat: notifications backend system and frontend display 2025-07-12 16:32:29 +02:00
notifications_mark_read.py feat: notifications backend system and frontend display 2025-07-12 16:32:29 +02:00
nudge.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
pause.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
poll.py feat: make agentcontexttype background invisible to user (#653) 2025-08-07 14:40:33 +02:00
restart.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
rfc.py local TTY implementation 2025-08-07 13:32:56 +02:00
scheduler_task_create.py scheduler contexts fix 2025-05-03 19:01:29 +02:00
scheduler_task_delete.py (WIP) feat: Task Scheduler Management UI/UX and tools - Part 3 2025-05-01 15:38:51 +02:00
scheduler_task_run.py (WIP) feat: Task Scheduler Management UI/UX and tools - Part 3 2025-05-01 15:38:51 +02:00
scheduler_task_update.py (WIP) feat: Task Scheduler Management UI/UX and tools - Part 3 2025-05-01 15:38:51 +02:00
scheduler_tasks_list.py (WIP) feat: Task Scheduler Management UI/UX and tools - Part 3 2025-05-01 15:38:51 +02:00
scheduler_tick.py security fixes 2025-06-24 14:19:49 +02:00
settings_get.py tunnel component refactor 2025-08-15 11:22:28 +02:00
settings_set.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
synthesize.py code exec interface + preload 2025-08-12 20:04:38 +02:00
transcribe.py code exec interface + preload 2025-08-12 20:04:38 +02:00
tunnel.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
tunnel_proxy.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
upload.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00
upload_work_dir_files.py api cleanup, microphone permission 2025-07-15 21:04:56 +02:00