You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before v1.0.0-10, we could set theme for Faency via FaencyProvider quite easily, like so:
import { FaencyProvider } from '@traefiklabs/faency';
const App = () => <FaencyProvider primaryColor="$blue8">{/* your app */}</FaencyProvider>;
After this PR, this approach doesn't work anymore (the documentation inside readme is stale, cf #402). The changes brought by #278 was motivated by the 'flashing' of the theme color because the selected theme was not available on the server side.
We could discuss on how to redesign this implementation and how to initialize theme so that it'll be easy to use by user.
The text was updated successfully, but these errors were encountered:
gndz07
added
the
kind/research
This task is to search for a solution for a specific problem, and should result in a technical task.
label
Jul 16, 2024
Description
Before v1.0.0-10, we could set theme for Faency via FaencyProvider quite easily, like so:
After this PR, this approach doesn't work anymore (the documentation inside readme is stale, cf #402). The changes brought by #278 was motivated by the 'flashing' of the theme color because the selected theme was not available on the server side.
We could discuss on how to redesign this implementation and how to initialize theme so that it'll be easy to use by user.
The text was updated successfully, but these errors were encountered: