No description
Find a file
2026-03-05 22:31:59 -08:00
.storybook Storybook... works? Hmm. 2025-10-29 15:54:33 -07:00
app WIP: put tasks on planner 2026-03-05 22:31:59 -08:00
caddy adjustments to get this to deploy in prod. 2025-08-06 06:20:37 +00:00
components Storybook... works? Hmm. 2025-10-29 15:54:33 -07:00
i18n WIP: stub planner pages 2026-02-27 15:01:43 -08:00
migrations WIP: put tasks on planner 2026-03-05 22:31:59 -08:00
public Add temporal, pinia, and show a task component on dashboard. 2025-06-09 18:19:36 -07:00
server WIP: put tasks on planner 2026-03-05 22:31:59 -08:00
shared WIP: put tasks on planner 2026-03-05 22:31:59 -08:00
test Bend over backwards to get a single nuxt component test to run. 2025-11-17 17:45:04 -08:00
.gitignore Attempt at integrating Storybook. NEEDS WORK. 2025-10-22 14:04:21 -07:00
.nuxtrc upgrade dependencies 2026-01-12 19:12:04 -08:00
CHANGELOG.md Initial version + changelog. 2025-07-30 22:06:52 -07:00
docker-compose.production.yml adjustments to get this to deploy in prod. 2025-08-06 06:20:37 +00:00
docker-compose.yml upgrade dependencies again, add tags table. 2026-02-25 14:46:17 -08:00
Dockerfile Attempt to fix ipx/sharp issue (glibc vs musl). 2025-08-06 18:24:07 -07:00
eslint.config.mjs Attempt at integrating Storybook. NEEDS WORK. 2025-10-22 14:04:21 -07:00
i18n.config.ts Small styles for journals. WIP: i18n d() function 2025-08-06 17:27:22 -07:00
kysely.config.ts Initial commit: nuxt (+ ui, i18n), storybook, vitest, kysely + migrations. 2025-05-20 22:31:58 -07:00
nuxt.config.ts WIP split task modal 2026-01-12 13:42:52 -08:00
package.json upgrade dependencies again, add tags table. 2026-02-25 14:46:17 -08:00
pnpm-lock.yaml upgrade dependencies again, add tags table. 2026-02-25 14:46:17 -08:00
pnpm-workspace.yaml upgrade dependencies 2026-01-12 19:12:04 -08:00
podman-compose.yml upgrade dependencies again, add tags table. 2026-02-25 14:46:17 -08:00
README.md Initial commit: nuxt (+ ui, i18n), storybook, vitest, kysely + migrations. 2025-05-20 22:31:58 -07:00
tsconfig.json Initial commit: nuxt (+ ui, i18n), storybook, vitest, kysely + migrations. 2025-05-20 22:31:58 -07:00
vitest.config.ts Unit tests work - i18n fails to render with mountSuspended(). 2025-11-08 23:43:49 -08:00
vitest.global-setup.ts Bend over backwards to get a single nuxt component test to run. 2025-11-17 17:45:04 -08:00

Piledriver

Task Management Under Construction

Storybook

Note that, at the time of setup, nuxi add module storybook added some old versions, and @nuxtjs/storybook is version 8.3.3, where the current @storybook version is 8.6.12.

I've added the most recent version of every package, but the nuxt module that loads storybook with the nuxt dev server crashes when storybook is enabled. You can simply run pnpm run storybook instead to get a running storybook server.