No description
Find a file
2026-07-24 11:20:08 -07:00
.storybook Storybook... works? Hmm. 2025-10-29 15:54:33 -07:00
app Record and Prepare, save new task 2026-07-23 16:24:49 -07: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: R&P Auto-serialize/reload Additional / Remaining tasks. 2026-07-15 15:01:37 -07:00
migrations Send task to backlog. WIP: Slate task from backlog. 2026-07-06 23:12:31 -07:00
public Add temporal, pinia, and show a task component on dashboard. 2025-06-09 18:19:36 -07:00
server Record and Prepare, save new task 2026-07-23 16:24:49 -07:00
shared Record and Prepare, save new task 2026-07-23 16:24:49 -07: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 new dockerfile for pnpm workaround 2026-07-24 11:20:08 -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 Update colors, update some packages. 2026-05-19 14:04:05 -07:00
package.json Upgrade dependencies 2026-07-01 11:00:20 -07:00
pnpm-lock.yaml Upgrade dependencies 2026-07-01 11:00:20 -07:00
pnpm-workspace.yaml Update colors, update some packages. 2026-05-19 14:04:05 -07: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.