Skip to content

feat(dashboard): add thread-focused dashboard view (toggle)#8

Open
HexaField wants to merge 1 commit into
mainfrom
feature/dashboard-thread-view-001
Open

feat(dashboard): add thread-focused dashboard view (toggle)#8
HexaField wants to merge 1 commit into
mainfrom
feature/dashboard-thread-view-001

Conversation

@HexaField
Copy link
Copy Markdown
Owner

Adds an expand/collapse toggle to the Dashboard that switches to a thread-focused view showing the 6 most recent threads (horizontally scrollable).

Spec: specs/dashboard-thread-view.md

Changes:

  • server: honour cputime unlimited
    filesize unlimited
    datasize unlimited
    stacksize 7MB
    coredumpsize 0kB
    addressspace unlimited
    memorylocked unlimited
    maxproc 8000
    descriptors 1048575 on GET /api/threads (returns N most-recent threads)
  • client: new RecentThreads component + toggle in DashboardView
  • tests: server route test for limit; client static test for RecentThreads

Local checks run: targeted vitest tests for updated server route and new client test (both passed).

Notes:

  • Full app dev server requires workspace build (@sovereign/core). I ran targeted unit tests and provided isolated UI verification (screenshot) in the PR description.

…nel; server supports limit on /api/threads; tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant