Skip to content

Commit

Permalink
Add web icon
Browse files Browse the repository at this point in the history
  • Loading branch information
daya0576 committed May 20, 2024
1 parent 0b42af5 commit b14ebd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ A light-weighted web app to track your fleeting life.
- [ ] Export & Import
- [x] User management
- [ ] User timezone

# Future Plans:

1. Native mobile app
2. Habit calendar template, e.g. vacations
3.
1 change: 1 addition & 0 deletions beaverhabits/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,6 @@ async def AuthMiddleware(request: Request, call_next):
fastapi_app,
title=const.PAGE_TITLE,
storage_secret=settings.NICEGUI_STORAGE_SECRET,
favicon="favicon.ico",
dark=True,
)

0 comments on commit b14ebd0

Please sign in to comment.