|
|
ff45f4f6a8
|
feat(survey): implement SurveyView with navigation wiring
|
2026-03-21 00:27:57 -07:00 |
|
|
|
d76e74c200
|
style: use void instead of .catch on fire-and-forget digest-queue call
|
2026-03-20 10:06:04 -07:00 |
|
|
|
4cf1e53901
|
feat: fire digest-queue add call from digest chip handler
|
2026-03-20 09:58:16 -07:00 |
|
|
|
d2dd902482
|
feat(signals): add Unrelated and Digest reclassify chips to InterviewsView
|
2026-03-19 20:01:08 -07:00 |
|
|
|
eff68791f4
|
feat(interviews): paginate applied list (10 per page)
|
2026-03-19 19:45:59 -07:00 |
|
|
|
fbb1b1ef3b
|
fix(signals): add .stop modifiers and aria-labels to pre-list signal banner buttons
|
2026-03-19 19:35:15 -07:00 |
|
|
|
f62c103654
|
feat(signals): expandable body + reclassify chips in InterviewsView pre-list
|
2026-03-19 19:31:23 -07:00 |
|
|
|
22e45575b7
|
feat(interviews): collapsible Applied section, email sync pill, pre-list signal banners
|
2026-03-19 16:38:05 -07:00 |
|
|
|
6425da150d
|
feat(interviews): complete InterviewsView with kanban, keyboard nav, confetti
Replaces stub with full kanban implementation: three-column pipeline
(Phone Screen / Interviewing / Offer+Hired), pre-list for applied/survey
jobs, rejected accordion, keyboard navigation (arrow keys + vim keys),
confetti easter egg on hired move (respects prefers-reduced-motion),
and /prep/:id route added to router.
|
2026-03-19 00:38:11 -07:00 |
|
|
|
cc18927437
|
feat(web): Vue 3 SPA scaffold with avocet lessons applied
Sets up web/ Vue 3 SPA skeleton for issue #8, synthesizing all 15 gotchas
from avocet's Vue port testbed. Key fixes baked in before any component work:
- App.vue root uses .app-root class (not id="app") — gotcha #1
- overflow-x: clip on html (not hidden) — gotcha #3
- UnoCSS presetAttributify with prefixedOnly: true — gotcha #4
- peregrine.css alias map for theme variable names — gotcha #5
- useHaptics guards navigator.vibrate — gotcha #9
- Pinia setup store pattern documented — gotcha #10
- test-setup.ts stubs matchMedia, vibrate, ResizeObserver — gotcha #12
- min-height: 100dvh throughout — gotcha #13
Includes:
- All 7 Peregrine views as stubs (ready to port from Streamlit)
- AppNav with all routes
- useApi (fetch + SSE), useMotion, useHaptics, useEasterEgg composables
- Konami hacker mode easter egg + confetti + cursor trail
- docs/vue-spa-migration.md: full migration guide + implementation order
- Build verified clean (0 errors)
- .gitleaks.toml: allowlist web/package-lock.json (sha512 integrity hashes)
|
2026-03-17 21:24:00 -07:00 |
|