Upgrade Svelte 5.0.0 → 5.53.7 + fix Cursor class syntax
All checks were successful
Deploy / Deploy to Production (push) Successful in 18s
All checks were successful
Deploy / Deploy to Production (push) Successful in 18s
- Mise à jour de Svelte vers 5.53.7 pour supporter la syntaxe tableau/objet sur l'attribut class
- Cursor.svelte : class={[...]} avec états onTarget et onClick
- blueprints : catchphrase → catchPhrase
- buttons.css : suppression cursor: pointer
- Portfolio.svelte : scale hover nav item
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c41eec0385
commit
d8a0fde34c
7 changed files with 100 additions and 57 deletions
|
|
@ -40,5 +40,5 @@ tabs:
|
|||
cover: true
|
||||
back: #0E1E43
|
||||
template: project
|
||||
info: "{{ page.catchphrase }}"
|
||||
info: "{{ page.catchPhrase }}"
|
||||
create: project
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ columns:
|
|||
info:
|
||||
type: fields
|
||||
fields:
|
||||
catchphrase:
|
||||
catchPhrase:
|
||||
label: Phrase d'accroche
|
||||
type: writer
|
||||
nodes: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue