-
Notifications
You must be signed in to change notification settings - Fork 11
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
Revive purple friday website #632
Conversation
Deploying dwhdelft-nl with
|
Latest commit: |
45c34bc
|
Status: | ✅ Deploy successful! |
Preview URL: | https://bcd8e13b.dwhdelft-nl-u1a.pages.dev |
Branch Preview URL: | https://thomcmsits-paarsevrijdag.dwhdelft-nl-u1a.pages.dev |
Deploying outsite-nl with
|
Latest commit: |
45c34bc
|
Status: | ✅ Deploy successful! |
Preview URL: | https://fabe983b.dwhdelft-nl.pages.dev |
Branch Preview URL: | https://thomcmsits-paarsevrijdag.dwhdelft-nl.pages.dev |
active.value = index | ||
} | ||
|
||
watchEffect(() => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waarom zit dit in een watch? Lijkt constant te blijven 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Ik vind het altijd raar dat dit op /resources leeft en daar vervolgens nog een half jaar rondzwerft, moeten we het niet op /paarsevrijdag oid gooien?
- "HH" voelt gek, misschien gewoon uitschrijven?
- Veel "wit"ruimte tussen titel en content
- Tabs pakken niet de volledige ruimte
CleanShot 2024-12-10 at 16 28 46@2x
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ik zou een refactor naar het gebruik van https://headlessui.com/v1/vue/tabs nice vinden. Snap dat er nu tijdsdruk is, dus misschien voor na het mergen van deze PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ja nice! Idd voor daarna
<div class="w-full py-6"> | ||
<section class="container mx-auto space-y-6"> | ||
<div class="space-y-6"> | ||
<div class="text-5xl"> | ||
{{ t('title') }} | ||
</div> | ||
<div> | ||
{{ t('subtitle') }} | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ik zou dit hele stuk naar de resources.vue
gooien, en alleen de tabs hierin laten
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Juist omdat dit het enige wat specific is voor paarse vrijdag, zou ik die voor nu hier laten, omdat je dit hele paarse vrijdag gebeuren weer weg kan halen (/verplaatsen) door alleen die weg te halen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fair enough!
Mee eens dat het op /resources niet de meest logische plek is. Vandaar #539 , die stond heel lang op awaiting-content (Dante zou hier een overzicht voor maken) maar die is gesloten omdat de content verwijderd was. Mee eens dat dit beter gesplitst kan worden, maar idd voor na paarse vrijdag. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.