Skip to content

feat(web-ui): paginate and collapse tasks list#200

Merged
LIU9293 merged 1 commit intomainfrom
feat/tasks-paginate-collapsible-907449
Apr 20, 2026
Merged

feat(web-ui): paginate and collapse tasks list#200
LIU9293 merged 1 commit intomainfrom
feat/tasks-paginate-collapsible-907449

Conversation

@LIU9293
Copy link
Copy Markdown
Contributor

@LIU9293 LIU9293 commented Apr 20, 2026

Summary

  • Show the 10 most recent one-time tasks by default, with a Load more button that appends another 10 at a time.
  • Collapse each task row by default; the message body, timestamps, and error block only render when a row is expanded.
  • Count badge shows visible / total while the list is partially loaded.
  • Bump root version to 0.1.34.

Notes

  • Backend SQL ordering is unchanged (running → pending → others, then scheduled_at ASC / created_at DESC), so "most recent" already surfaces first.
  • Editing a task auto-expands it and pulls it into the visible window if it was beyond the current page.

Show the 10 most recent one-time tasks by default with a 'Load more'
button to append another 10, and collapse each task row so the message
body and detailed timestamps only render when expanded. Bumps version
to 0.1.34.
@LIU9293 LIU9293 merged commit 1ce2dfe into main Apr 20, 2026
2 checks passed
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