3clyp50
04cd6f638b
extend confirmClick coverage
2026-01-06 02:20:53 +01:00
3clyp50
1f0bbc2721
task sync from sidebar in scheduler store
...
- Added method to merge sidebar tasks into the scheduler store, preserving object references
- Updated showTaskDetail to sync with sidebar when the task list is empty (the empty array was causing the Task not found error. Tasks are now available on page load
2026-01-06 01:56:13 +01:00
3clyp50
06e6d0d6f9
memory dashboard cleanup
2026-01-02 14:10:40 +01:00
Alessandro
400095cbe9
refactor settings and scheduler
...
- Simplified task detail opening logic by integrating it into the `settingsModalStore`
- Updated the visibility condition for the task detail view in `scheduler-task-detail.html` to rely solely on the selected task state
rm attributes from components
simplify task display logic
settings components init
scheduler componentize
- Removed the inline scheduler settings script from `index.html` and replaced it with a new component structure in `scheduler-settings.html`, `scheduler-task-editor.html`, `scheduler-task-list.html`, and `scheduler-task-detail.html`.
- Introduced a dedicated `scheduler-store.js` to manage state and logic for the scheduler, enhancing maintainability and separation of concerns.
- Updated the `index.js` to remove the now obsolete `openTaskDetail` function, integrating task detail handling within the new store.
- Removed the deprecated `scheduler.js` file, consolidating functionality into the new component architecture.
settings modal store rename
- Replaced all instances of `$store.settingsModalStore` with `$store.settingsStore` across various settings components.
scheduler tab content x-if
2026-01-02 14:03:25 +01:00
3clyp50
8c3daa68ea
unify scrollbars and fix tunnel spinner
2026-01-02 11:57:10 +01:00
3clyp50
4d2830be71
disable save chat btn if no chat selected
2026-01-02 11:24:59 +01:00
3clyp50
98fe3e8be6
fix for scheduler and memory dashboard style
2026-01-02 10:59:47 +01:00
3clyp50
d4587e0b77
ui: streamline sidebar buttons, add dropdown component
2025-12-29 15:03:54 +01:00
3clyp50
7d1df7eaeb
scheduler cleanup
2025-12-29 13:33:25 +01:00
3clyp50
3722edc082
fix: edit task with project
...
Modified buildPayloadFromEditingTask() to only include project fields when creating a new task (isCreating === true), not when updating an existing one
2025-12-26 16:41:40 +01:00
3clyp50
0d92bb793b
shared css classes for memory-dash and scheduler
2025-12-26 14:47:05 +01:00
3clyp50
76fd1b7d08
scheduler redesign
2025-12-26 14:37:39 +01:00
3clyp50
a6ea619568
standalone scheduler modal
2025-12-26 13:52:31 +01:00
Wabifocus
c07bbba4da
InlineButtonConfirmations
2025-12-21 01:09:23 -08:00
frdel
0e1aa85890
projects continued
2025-11-03 16:17:12 +01:00
Alessandro
e860b67ead
refactor: modals styles cleanup and subdirectories
2025-10-22 20:10:50 +02:00
Alessandro
5bb89301f6
history/context/image modals components
2025-10-22 19:41:29 +02:00
Alessandro
e7684b007c
refactor: file-browser component
...
file browser component polishing
2025-10-22 19:41:29 +02:00
frdel
4283f5a937
Squashed commit of the following:
...
commit 55698f662e
Author: Alessandro <real.eclypso@gmail.com>
Date: Mon Oct 6 17:55:37 2025 +0200
fix Alpine init anti-patterns and clean globals
- Remove manual init via 'alpine:init' from components
- Drop store imports from index.html (components load their stores)
- Replace Alpine.store() calls with direct ES module imports in index.js
- Remove Alpine global accesses; broadcast connection status via CustomEvent
- Bind scroll state to preferences store; UI sync via x-model
commit 709afbaf22
Author: Alessandro <real.eclypso@gmail.com>
Date: Fri Oct 3 03:26:46 2025 +0200
sidebar top/bottom component; remove tabs (chats/tasks)
- remove tabs, unify chats/tasks
- sidebar bottom section component
- guards for speechStore and sidebarStore for double initialization
- sidebar path order
- logo fix
commit c8639d3312
Author: Alessandro <real.eclypso@gmail.com>
Date: Thu Sep 25 01:39:56 2025 +0200
CSS lift-and-shift and js cleanup
- sidebar CSS lift-and-shift
- chat input area CSS lift-and-shift
- cleanup, docstrings, and finetuning CSS
- quick fix for version info and newChat
- pref panel header css fix
- late-mount safe polling for pauseAgent button
- task actions incapsulation
- task actions extraction within component
- fix enter handler for chat input
- quick actions css lift
- memory dashboard import
commit f99640c6b6
Author: Alessandro <real.eclypso@gmail.com>
Date: Sun Sep 21 12:54:03 2025 +0200
input area, progress bar and bottom actions componentize
- componentize chat input area + action buttons
- componentize sidebar top icons and cleanup
- full screen input modal componentization
- progress bar box component creation
- legacy markup cleanup for input section
- simpler updateProgress (index.js)
commit 356abe5853
Author: Alessandro <real.eclypso@gmail.com>
Date: Mon Sep 8 15:20:23 2025 +0200
sidebar componentize
- left sidebar wrapper and css fine-tuning
- chat list extraction, cleanup and path handling (sidebar)
- updated and reordered paths for components extraction
- uniform style blocks for pref component
- unified context reference for killChat (chat lists fix)
- tasks list initial extraction as component and tasksStore creation
- quick actions component extraction
- sidebar preferences component extraction
commit 30d0b5ae8d
Author: frdel <38891707+frdel@users.noreply.github.com>
Date: Thu Oct 2 09:18:06 2025 +0200
Update README.md
commit e7027ca1f4
Author: frdel <38891707+frdel@users.noreply.github.com>
Date: Wed Oct 1 16:53:53 2025 +0200
browser use allow http://
commit 0c837997f7
Author: frdel <38891707+frdel@users.noreply.github.com>
Date: Wed Oct 1 09:12:14 2025 +0200
bugfixing in memory detail modal
commit 74aba3eb8c
Author: frdel <38891707+frdel@users.noreply.github.com>
Date: Wed Oct 1 08:42:31 2025 +0200
fix memory detail sizing
commit 02d5d1e4cb
Merge: f09ea5b 57bf5e7
Author: frdel <38891707+frdel@users.noreply.github.com>
Date: Wed Oct 1 08:23:54 2025 +0200
Merge branch 'pr/740' into testing
commit 57bf5e7b16
Author: Alessandro <real.eclypso@gmail.com>
Date: Tue Sep 30 15:08:39 2025 +0200
modal body fix, mem-detail CSS polishing
commit f09ea5b21e
Author: frdel <38891707+frdel@users.noreply.github.com>
Date: Tue Sep 30 11:26:20 2025 +0200
memory dashboard - double toast fix
commit bd09a89bef
Author: frdel <38891707+frdel@users.noreply.github.com>
Date: Mon Sep 29 21:39:51 2025 +0200
memory dashboard polishing
commit 06c0dc97dc
Author: frdel <38891707+frdel@users.noreply.github.com>
Date: Mon Sep 29 17:59:06 2025 +0200
memory dashboard design polishing
commit 24d5756c7c
Author: Alessandro <155005371+3clyp50@users.noreply.github.com>
Date: Mon Sep 29 15:35:59 2025 +0200
css finetuning for memory dashboard
commit b81ed66743
Author: Alessandro <155005371+3clyp50@users.noreply.github.com>
Date: Fri Sep 26 15:18:07 2025 +0200
further css centralization and footer injection
- mobile breakpoint change for mem dashboard (800=>960px)
- css cleanup and globalization
- final css cleanup
commit a6ce9c4404
Author: Alessandro <155005371+3clyp50@users.noreply.github.com>
Date: Thu Sep 25 21:17:01 2025 +0200
memory dashboard design
commit cd3bbf7062
Author: frdel <38891707+frdel@users.noreply.github.com>
Date: Thu Sep 25 13:06:02 2025 +0200
exclude embeddings from memory
2025-10-08 11:04:08 +02:00