ytptube/ui
Copilot cd1d3e9e94
Add pagination to /tasks UI route (#3)
* Initial plan

* Add pagination (Pager component) to tasks page for navigating all results

Co-authored-by: jbatesy <51190172+jbatesy@users.noreply.github.com>

* Simplify Pager navigate handler per code review feedback

Co-authored-by: jbatesy <51190172+jbatesy@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jbatesy <51190172+jbatesy@users.noreply.github.com>
2026-03-09 15:41:45 +10:30
..
app Add pagination to /tasks UI route (#3) 2026-03-09 15:41:45 +10:30
public Feat: add app manifest to allow the app to be installed 2025-11-13 23:13:01 +03:00
tests refactor: replace notify with useNotification for error/success handling in composables 2026-02-20 23:27:54 +03:00
.env.example [FEAT] Added checkbox in task add page to directly archive all items in a task. 2025-10-17 17:21:21 +03:00
.gitignore initial nuxtjs ui skeleton 2024-12-13 18:31:07 +03:00
.oxfmtrc.json refactor: switch from pnpm to bun 2026-02-20 22:46:30 +03:00
bun.lock chore: update external packages 2026-03-08 18:48:55 +03:00
bunfig.toml fix: add jsdom as dev dependancy 2026-02-20 23:14:23 +03:00
eslint.config.js minor fixes and style update 2025-10-26 21:42:48 +03:00
nuxt.config.ts refactor: switch from pnpm to bun 2026-02-20 22:46:30 +03:00
package.json chore: update external packages 2026-03-08 18:48:55 +03:00
tsconfig.json add build sha to .version file to be able to cleanup user python packages on master/dev builds. 2025-09-04 17:03:38 +03:00
vitest.config.ts update ui tests 2025-09-16 19:28:52 +03:00
web-types.json initial nuxtjs ui skeleton 2024-12-13 18:31:07 +03:00