Mercury web (Next.js) — deployed at mercury.carrot-soft.tech
Find a file
Munkherdene e478ca5826 feat(web): transactions month nav + category filters + categorize-review queue
Adds a month navigator and category filter chips to the Тооцоо list, plus a
categorize-review flow at /accounting/review for bulk-assigning categories to
uncategorized merchants (grouped by matchKey, biggest spend first).
2026-08-22 23:00:09 +08:00
e2e fix(web): SwitchHiddenInput on settings hideAmounts toggle + correct smoke comment 2026-08-22 21:16:45 +08:00
public/fonts feat(web): scaffold Next.js app with Seed Design + Mercury theme + Zona Pro 2026-08-22 20:02:52 +08:00
src feat(web): transactions month nav + category filters + categorize-review queue 2026-08-22 23:00:09 +08:00
.dockerignore feat(web): localize categories to Mongolian + icon/color chips; fix transaction date sort; add deploy Dockerfile 2026-08-22 21:58:33 +08:00
.env.local.example feat(web): scaffold Next.js app with Seed Design + Mercury theme + Zona Pro 2026-08-22 20:02:52 +08:00
.gitignore feat(web): scaffold Next.js app with Seed Design + Mercury theme + Zona Pro 2026-08-22 20:02:52 +08:00
bun.lock feat(web): use real Seed icon catalog (@seed-design/react-icon) matching iOS iconography 2026-08-22 22:28:41 +08:00
Dockerfile feat(web): localize categories to Mongolian + icon/color chips; fix transaction date sort; add deploy Dockerfile 2026-08-22 21:58:33 +08:00
next.config.ts feat(web): localize categories to Mongolian + icon/color chips; fix transaction date sort; add deploy Dockerfile 2026-08-22 21:58:33 +08:00
package.json feat(web): use real Seed icon catalog (@seed-design/react-icon) matching iOS iconography 2026-08-22 22:28:41 +08:00
playwright.config.ts test(web): MSW harness + Playwright smoke + QA pass 2026-08-22 21:09:59 +08:00
postcss.config.mjs feat(web): scaffold Next.js app with Seed Design + Mercury theme + Zona Pro 2026-08-22 20:02:52 +08:00
tsconfig.json feat(web): scaffold Next.js app with Seed Design + Mercury theme + Zona Pro 2026-08-22 20:02:52 +08:00
vitest.config.ts test(web): exclude e2e/ from vitest collection 2026-08-22 21:10:48 +08:00
vitest.setup.ts test(web): polyfill CSS.supports in shared vitest setup (Seed TextField needs it) 2026-08-22 20:45:59 +08:00