Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Kleine verbeteringen #70

Open
ghost opened this issue Feb 6, 2025 · 0 comments
Open

[Bug]: Kleine verbeteringen #70

ghost opened this issue Feb 6, 2025 · 0 comments
Assignees

Comments

@ghost
Copy link

ghost commented Feb 6, 2025

Description

De "websites.svelte" en de "partner.svelte" componenten bevatten beide buttons voor het bewerken en verwijderen van een partner. Bij beide componenten hebben beide buttons de waarde “Verwijder icon” bij het alt attribuut. Dit moet bij de icon-bewerk buttons veranderd worden naar “Bewerk icon”.

De “partnersData” en “websitesData” properties in “src/routes/+layout.server.js” zijn promises. In SvelteKit 2.0 zal het framework ze niet meer automatisch awaiten. Bij het runnen van het project wordt hier een warning over gegeven in de console. Het project maakt gebruik van SvelteKit 1.20.4 dus zijn de promises automatisch awaited. Het is handig om deze properties alvast hardcoded te awaiten, zodat het geen problemen oplevert als de versie wordt geüpdatet naar SvelteKit 2.0 of hoger.

Expected behavior

De icon-bewerk buttons in "websites.svelte" en "partner.svelte" moeten als waarde "Bewerk icon" hebben bij het alt attribuut.

De properties "partnersData" en "websitesData" moeten hardcoded awaited zijn, zodat het geen problemen oplevert wanneer de SvelteKit versie wordt geüpdatet naar 2.0 of hoger.

Actual behavior

De icon-bewerk buttons in "websites.svelte" en "partner.svelte" hebben als waarde "Verwijder icon".

De properties "partnersData" en "websitesData" zijn promises en zijn automatisch awaited door SvelteKit.

What device are you experiencing the problem on?

Laptop

What operating system are you experiencing the problem on?

macOS

What browsers are you experiencing the problem on?

No response

@ghost ghost self-assigned this Feb 6, 2025
@ghost ghost moved this to ToDo in Toolgankelijkheid Feb 6, 2025
@ghost ghost added this to Toolgankelijkheid Feb 6, 2025
@ghost ghost moved this from ToDo to In Progress in Toolgankelijkheid Feb 6, 2025
ghost pushed a commit that referenced this issue Feb 6, 2025
@bzschool bzschool assigned bzschool and unassigned ghost Feb 6, 2025
@bzschool bzschool mentioned this issue Feb 7, 2025
6 tasks
@bzschool bzschool moved this from In Progress to Ready for review in Toolgankelijkheid Feb 7, 2025
@bzschool bzschool moved this from Ready for review to Done in Toolgankelijkheid Feb 10, 2025
@bzschool bzschool moved this from Done to In Progress in Toolgankelijkheid Feb 11, 2025
@bzschool bzschool moved this from In Progress to Done in Toolgankelijkheid Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant