-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Describe the bug
- The button icon in the frontend UI is not properly aligned (appears slightly off-center).
- The project is missing a .env.example file in the frontend directory. When checking for environment variables, it’s unclear which ones are required.
To Reproduce
For Button Alignment:
- Go to the frontend app.
- Navigate to the page containing the action button.
- Observe the icon inside the button.
For .env.example:
- Check the frontend/ directory.
- Notice that there is no .env.example file with required environment variables listed.
Expected behavior
- The button icon should be properly centered/aligned within the button.
- The frontend/.env.example file should be present with all required environment variables clearly defined (e.g., VITE_GOOGLE_CLIENT_ID, VITE_API_URL).
Screenshots
Screencast.from.2025-08-17.19-28-28.webm
Additional context
- Adding .env.example helps new contributors set up the project quickly.
- Fixing the button alignment improves the UI/UX consistency.
Metadata
Metadata
Assignees
Labels
No labels