ytptube/ui
Copilot 36f3257c15
Tasks view: show URL on card, click name to edit (#4)
* Enhance tasks view: show URL on card and click name to edit

- List view: task name click opens edit form, URL shown below name
- Grid view: task name click opens edit form, URL shown in card content
- Added href="#" to anchor elements for accessibility

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:58:27 +10:30
..
app Tasks view: show URL on card, click name to edit (#4) 2026-03-09 15:58:27 +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