225-coding-spike-fullscreen-surf-loading-overlay-animation Show on GitHub
Kerem-Tutucu
2a0a4e4
refactor: document reactive state and align component with project conventions #228 #39
- add comments for reactive $: statements
- explain derived and computed state more clearly
- comment non-obvious transformations in mapped bingo card data
- normalize checked values to strict booleans for reliable UI state
- align naming and comments with project conventions
- move styles into a CSS layer
- add section comments for larger styling blocks
- add @supports fallbacks for newer CSS features
- preserve existing data keys for compatibility #228 #39
feat(survey): add start overlay and responsive survey answers table #225 #39
- add overlay with wave animation before navigating to /vragenlijst
- render antwoorden in a responsive, mobile-first table/card layout
- include sr-only caption for accessibility
- add prefers-reduced-motion fallbacks for animations
Merge pull request #201 from fdnd-agency/144-confetti-animation
The confetti trigger (when 3, 5, or 7 bingo squares are ticked) is clear and fits perfectly with the moment the dialog opens. Also nice job resolving issue #144 and including both the test link and a video, makes it easy to review.
I will merge it!
[QA]: Performance optimalisatie #169
• fix(a11y): add accessible name to auth button and set document title
• chore(a11y): add sr-only label for SVG-only button + default <title> in app.html
• fix: improve accessibility (button label) and add page title fallback
#168 Code Quality
+ removed console logs and comments
+ added dry subcomponent for bingocard
+ removed test files
+ made all static css files and components correct CamelCase
+ moved some files to their correct folders
+ renamed some file to more logical file names