Add Kanban dashboard tab and harden Web UI smokes - #15719
Closed
amanning3390 wants to merge 6 commits into
Closed
amanning3390 wants to merge 6 commits into
amanning3390 wants to merge 6 commits into
Conversation
Collaborator
|
Thanks for the work here, @amanning3390. Closing unmerged — we landed the Kanban experience via PR #17805 as a dashboard plugin ( The SQLite-without-FTS5 hardening and cron scheduler test-isolation bits in this PR look like standalone improvements worth salvaging separately if you want to resubmit them as their own PR — those aren't redundant with #17805. Appreciate the effort on the KanbanPage itself even though we went a different route on UI architecture. |
Contributor
Author
|
Thanks for the comment, that makes much more sense! Should have complied with your dev docs from the start!
I think the "projects" add-on I'm working on should capture most of the items that could be added to the kanban, perhaps even easily reusable.
I'll shoot it over before I submit the PR <3
Best,
Mr-r0b0t
…________________________________
From: Teknium ***@***.***>
Sent: Friday, May 1, 2026 7:50 AM
To: NousResearch/hermes-agent ***@***.***>
Cc: Adam Manning ***@***.***>; Mention ***@***.***>
Subject: Re: [NousResearch/hermes-agent] Add Kanban dashboard tab and harden Web UI smokes (PR #15719)
[https://avatars.githubusercontent.com/u/127238744?s=20&v=4]teknium1 left a comment (NousResearch/hermes-agent#15719)<#15719 (comment)>
Thanks for the work here, @amanning3390<https://github.com/amanning3390>. Closing unmerged — we landed the Kanban experience via PR #17805<#17805> as a dashboard plugin (plugins/kanban/dashboard/) rather than a native web/src/pages/KanbanPage.tsx page. The plugin approach keeps the core dashboard lean and lets us iterate on kanban independently of the web frontend release cycle; it also matches where cron, memory, and other feature-specific UIs live.
The SQLite-without-FTS5 hardening and cron scheduler test-isolation bits in this PR look like standalone improvements worth salvaging separately if you want to resubmit them as their own PR — those aren't redundant with #17805<#17805>.
Appreciate the effort on the KanbanPage itself even though we went a different route on UI architecture.
—
Reply to this email directly, view it on GitHub<#15719 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BTGEJQ4BBOMRIOMLVJFM4KT4YSMRXAVCNFSM6AAAAACYGIK2QKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DGNJZGM2DCOBWGI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification