- FeedbackButton.vue — floating action button; fires POST /feedback if FORGEJO_API_TOKEN is configured, silently hidden otherwise - feedback.py endpoint — creates Forgejo issues with beta-feedback + needs-triage labels; includes version, OS, device info - App.vue: wire FeedbackButton; use env(safe-area-inset-bottom) for bottom-nav clearance (fixes clipped content on iPhone home-bar) - style.css: overflow-x: hidden prevents stray elements expanding mobile viewport |
||
|---|---|---|
| .. | ||
| .vscode | ||
| public | ||
| src | ||
| .env | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| THEMING_SYSTEM.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||