Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions ux.symfony.com/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,5 @@
"importmap:install": "symfony-cmd",
"tailwind:build": "symfony-cmd"
}
},
"repositories": {
"symfony-ux-toolkit": {
"type": "path",
"url": "../src/Toolkit",
"options": {
"symlink": true
}
}
Comment on lines -144 to -151
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for this configuration anymore, since the Toolkit package exists now on Packagist

}
}
5 changes: 3 additions & 2 deletions ux.symfony.com/templates/_header.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@
</div>

<div class="AppNav_menu">
<a href="{{ path('app_toolkit') }}" class="AppNav_item AppNav_item--cs">
{# TODO: To uncomment when UX Toolkit is released #}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: I don't have access to env vars management on Upsun

{# <a href="{{ path('app_toolkit') }}" class="AppNav_item AppNav_item--cs">
<span class="AppNav_badge" data-content="New"></span>
Toolkit
</a>
</a> #}
<a href="{{ path('app_turbo') }}" class="AppNav_item">Turbo</a>
<a href="{{ path('app_live_component') }}" class="AppNav_item">Live <span>Components</span></a>
<a href="{{ path('app_icons') }}" class="AppNav_item">Icons</a>
Expand Down