Updated today at 08:58

154-creative-coding-Unconventional-90s-space-psychedelica-back-to-top Show on GitHub

Ties7Ties74f14b76Update +page.sveltecommit details show on GitHub
Ties7Ties74c92879feat: ufocommit details show on GitHub
DivaniNLDivaniNLdb8c121Update CONTRIBUTING.mdcommit details show on GitHub
DivaniNLDivaniNLf8499e3Merge pull request #91 from fdnd-agency/20-behandelingenpagina 20 behandelingenpaginacommit details show on GitHub
DivaniNLDivaniNL75d4730Merge branch 'dev' into 20-behandelingenpaginacommit details show on GitHub
DivaniNLDivaniNLeb17f42Merge pull request #92 from fdnd-agency/39-behandelingen-single-page 39 behandelingen single pagecommit details show on GitHub
DivaniNLDivaniNLf808f4aMerge branch 'dev' into 39-behandelingen-single-pagecommit details show on GitHub
DivaniNLDivaniNL4e6907emoved vragenlijst into correct component folderscommit details show on GitHub
DivaniNLDivaniNLbd38f9eMerge pull request #135 from fdnd-agency/131-feature-component-structure-on-the-sidebar #131 Devided sidebar into components, added icons into library as components, added folders for component structurecommit details show on GitHub
DivaniNLDivaniNL081e6fdMerge branch 'dev' into 131-feature-component-structure-on-the-sidebarcommit details show on GitHub
DivaniNLDivaniNL419e568Merge pull request #130 from fdnd-agency/103-dylan-vragenlijst-subcomponent-vraag Input type range instead of radio buttons on vragenlijstcommit details show on GitHub
DivaniNLDivaniNLff6e9efMerge branch 'dev' into 103-dylan-vragenlijst-subcomponent-vraagcommit details show on GitHub
Kerem-TutucuKerem-Tutucufd77551feat: add accessible survey table with formatted answers and comments #95 Key updates: • Added detailed inline comments explaining component logic and structure • Implemented accessible table markup with <thead>, <tbody>, and column headers • Improved formatting function to handle arrays and empty values • Structured layout for clearer separation of title, table header, and dynamic rows • Feedback Krijncommit details show on GitHub
Kerem-TutucuKerem-Tutucu34a9591Feedback lighthouse #95 Feedback lighthouse #95commit details show on GitHub
Kerem-TutucuKerem-Tutucua5ac262Feedback lighthouse #95 Feedback lighthouse #95commit details show on GitHub
Kerem-TutucuKerem-Tutucuc48189aUpdate package-lock.jsoncommit details show on GitHub
DivaniNLDivaniNL31aa311fixed typocommit details show on GitHub
DivaniNLDivaniNLd1d028f#131 Devided sidebar into components, added icons into library as components, added folders for component structure [V1]commit details show on GitHub
Kerem-TutucuKerem-Tutucu96f3ecbExtract bingo card into separate component #132 #92 #35 Extracted the bingo card into a separate component and moved all related logic from page.svelte into it. The page.svelte file is now clean and more maintainable. #35 #92 #132commit details show on GitHub
Kerem-TutucuKerem-Tutucubbd2a06Refactor survey component: improved layout, CSS nesting, animations, and responsive behavior #92 #107 * Cleaned up and standardized the survey component * Rewrote CSS using nesting and a mobile-first structure * Enabled survey header on tablet/desktop using a grid layout * Improved mobile layout with clear question/answer labels * Added `slideIn` animation with reduced-motion fallback * Ensured consistent left alignment for both columns across all breakpoints * Optimized grid columns for tablet and desktop * Updated `survey-item` to `display: contents` for cleaner semantics * Improved spacing, typography, and color usage * Kept `format()` helper intact and cleaned up the component codecommit details show on GitHub
DivaniNLDivaniNL581d6a8added the fixes from #112 and centered the form after feedback from @ties7commit details show on GitHub
Kerem-TutucuKerem-Tutucu0c55c4fFix accessibility & structural issues in behandeling page Fix accessibility & structural issues in behandeling page #95 - Removed duplicate <section class="behandeling"> wrapper - Ensured all <li> elements are correctly wrapped in <ul> - Improved ARIA structure for tablist and tab panels - Added accessible names to tab buttons - Ensured bingo grid items are non-interactive - Cleaned up header and landmark structure for WCAG compliancecommit details show on GitHub
DivaniNLDivaniNLce68cdfMerge pull request #122 from fdnd-agency/112-fdnd-agency-conventie-avoid-the-use-of-global Avoid the use of global [RESOLVED]commit details show on GitHub
DivaniNLDivaniNL54984b2removed var which is not needed anymore #112commit details show on GitHub
DivaniNLDivaniNL44aca7cmake the largest question not break off #112commit details show on GitHub
DivaniNLDivaniNL5380253#112 Moved global CSS from vragenlijst to a form-enhance.css and moved global variables from layout to global.csscommit details show on GitHub
Kerem-TutucuKerem-Tutucuf31cf15feat: add accessible tab navigation for treatment and questionnaire - Added dynamic pageTitle and pageSubtitle based on active tab - Implemented accessible tab structure with proper ARIA roles (tablist, tab, tabpanel) - Linked tabs and panels via aria-controls and aria-labelledby - Added activeTab state logic for switching between tabs - Implemented shortDate for questionnaire heading - Added aria-live region and improved structure for questionnaire results - Added global :focus-visible styling for better accessibility #95 #107commit details show on GitHub
DivaniNLDivaniNLab8a835#103 Added the POST/PATCH to work with this new inout type: rangecommit details show on GitHub
DivaniNLDivaniNLce1f686#103 changed container querycommit details show on GitHub
DivaniNLDivaniNLfd537a2#103 added prefers contrastcommit details show on GitHub
Kerem-TutucuKerem-Tutucud2878c6Little sidebar fix #16 Little sidebar fix #16commit details show on GitHub
DivaniNLDivaniNL7d7ca6d#103 added client side JS and container querycommit details show on GitHub
DivaniNLDivaniNL643420d#103 added focus state and changed legend font size a bitcommit details show on GitHub
DivaniNLDivaniNLfed783b#103 first setup HTML and basic CSScommit details show on GitHub
Kerem-TutucuKerem-Tutucuc0102fe Add dynamic treatment detail page with bingo grid and responsive navigation - Added dynamic `activiteit` data rendering with formatted date - Implemented accessible 3x3 bingo grid with ARIA labels and focus states - Created main navigation with icons and active state styling - Applied mobile-first responsive design for mobile, tablet, and desktop - Improved layout and color variables for consistency across breakpoints #92commit details show on GitHub
DivaniNLDivaniNL75236b8Update README.mdcommit details show on GitHub
Kerem-TutucuKerem-Tutucu0172a9cAdd responsive Bingokaart layout and improve accessibility Add responsive Bingokaart layout and improve accessibility #39 * Added full Svelte component for *Behandeling* page with formatted date from Directus * Implemented responsive layout for mobile, tablet (≥640px), and desktop (≥1024px) * Centered content on mobile and aligned headers left on larger screens * Added accessible navigation with ARIA labels and keyboard focus outlines * Improved visual hierarchy, spacing, and hover/focus states * Styled *Bingokaart* grid with dynamic checked state and adaptive sizingcommit details show on GitHub
Kerem-TutucuKerem-Tutucu48a1126Merge pull request #90 from fdnd-agency/Welkomspagina style: create welcome section with flex layout and custom color tokenscommit details show on GitHub
Kerem-TutucuKerem-Tutucu041f589minor tweak minor tweakcommit details show on GitHub
Kerem-TutucuKerem-Tutucucb77c6dstyle: create welcome section with flex layout and custom color tokens style: create welcome section with flex layout and custom color tokens #89 #15commit details show on GitHub
Kerem-TutucuKerem-Tutucue44d1efaccessiblity gefikst en extra kleur toegevoegd in styleguide #20 accessiblity gefikst en extra kleur toegevoegd in styleguide #20commit details show on GitHub
Kerem-TutucuKerem-Tutucu69e309daccessible check #39 accessible check #39commit details show on GitHub
Kerem-TutucuKerem-Tutucu02c18b1Temporary status #39 Temporary status #39commit details show on GitHub
DivaniNLDivaniNL0b8d4c3#87 fixed + removed some test logscommit details show on GitHub
DivaniNLDivaniNL09234d6Merge pull request #86 from fdnd-agency/71-vragenlijst Added vragenlijst + neutral colorscommit details show on GitHub
DivaniNLDivaniNLe009853#71 added dynamic random questions. one per hormonecommit details show on GitHub
Ties7Ties7967bf64Merge pull request #88 from fdnd-agency/35-bingokaart #35 bingokaartcommit details show on GitHub
DivaniNLDivaniNLff92285Merge branch 'dev' into 35-bingokaartcommit details show on GitHub
Ties7Ties7a3a0b6bfeat: bingosquare scale on hover with prefers-reduced-motion #35commit details show on GitHub
Ties7Ties704e6467feat: responsive #35commit details show on GitHub