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

README/Add Guide for Modifying Color Theme and Logo Change #2

Merged
merged 1 commit into from
Apr 16, 2024
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: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@ Flowise has 3 different modules in a single mono repository.

Any code changes will reload the app automatically on [http://localhost:8080](http://localhost:8080)

## Modify the UI
1. Color Changes
- open file at location ```packages\ui\src\assets\scss\_themes-vars.module.scss``` and change the color code (HEX) of the variables based on the color that wants to be changed.
- To know which color hex code to change, open the website and use inspect element mode to hover at the element you want to change the color. The color code will be shown in the CSS section of the inspect element tab.
![image](./images/Guide.png)
2. Logo Changes
- open file at location ```packages\ui\src\ui-component\extended\Logo.jsx``` and change the logo image path based on the new logo image path.
- Alternatively, using the same filename and path in ```Logo.jsx``` file, replace the logo image at the path with the new logo image without changing the code.

## 🔒 Authentication

To enable app level authentication, add `FLOWISE_USERNAME` and `FLOWISE_PASSWORD` to the `.env` file in `packages/server`:
Expand Down
Binary file added images/Guide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading