Go to file
kyuuseiryuu 95655068b3 feat(components): add bottom drawer for notification permission guide
Introduce a bottom drawer in the notification permission control
component to provide a step-by-step guide for users (specifically
on iOS/Safari) to enable push notifications when the browser does
not support direct requests.

Key changes:
- Added a 'Drawer' component with 'placement="bottom"' to display
  instructions for adding the site to the home screen.
- Updated the permission control panel to use the same bottom
  placement for consistency.
- Refactored the notification control to toggle the drawer state
  upon interaction.

This improves the user experience by explicitly showing how to
enable features that are restricted in PWA-like environments.
2026-03-25 00:54:10 +09:00
__test__ feat(api): add user location management endpoints and database model 2026-03-19 00:29:02 +09:00
.vscode feat(global): find user 2026-02-10 11:11:08 +09:00
assets feat(app): add push notification support and event management logic 2026-03-24 17:21:50 +09:00
prisma feat(app): add push notification support and event management logic 2026-03-24 17:21:50 +09:00
src feat(components): add bottom drawer for notification permission guide 2026-03-25 00:54:10 +09:00
.env.example feat: implement user favorite player system with Logto sync 2026-03-09 10:16:27 +09:00
.gitignore chore: add .continue directory to gitignore 2026-03-24 21:11:49 +09:00
bun-env.d.ts init 2026-01-29 22:00:49 +09:00
bun.lock feat(app): add push notification support and event management logic 2026-03-24 17:21:50 +09:00
bunfig.toml init 2026-01-29 22:00:49 +09:00
docker-compose.yml chore(docker): mount local time and timezone to container 2026-03-24 20:26:14 +09:00
dockerfile chore: refactor dockerfile for prisma migration and build optimization 2026-03-18 01:39:54 +09:00
package.json feat(app): add push notification support and event management logic 2026-03-24 17:21:50 +09:00
prisma.config.ts feat: implement user favorite player system with Logto sync 2026-03-09 10:16:27 +09:00
README.md init 2026-01-29 22:00:49 +09:00
tsconfig.json init 2026-01-29 22:00:49 +09:00

bun-react-template

To install dependencies:

bun install

To start a development server:

bun dev

To run for production:

bun start

This project was created using bun init in bun v1.2.21. Bun is a fast all-in-one JavaScript runtime.