Imre Gera
Imre Gera
This PR fixes SSR-related errors, making pages build properly again with `ssr: true` in the Nuxt Config. This should improve page loading performance, too.
The app will potentially run inside a Flutter app, too (#246), requiring a different approach to notification handling and such. The app should have a runtime configuration variable that allows...
### Discussed in https://github.com/Hanziness/AnotherPomodoro/discussions/252 Originally posted by **dmlls** August 7, 2022 First of all, thanks for this great and good-looking app! I've been using it for a while and it...
Allow the user to assign custom titles to the "work", "pause" and "long pause" sections.
Since web-based apps are a bit limited in terms of (mobile-)native functionality (like control over notifications), it might be wiser to publish the application as a mobile app instead of...
A toggle could be added to the settings that would automatically advance the section of the timer expired. This could be more useful for workouts. Enabling auto-advance would disallow the...
The app should be able to display an overview of how much time the user has spent in each section. This is now possible thanks to #229. I imagine the...
The support button is currently only linked to the Buy Me a Coffee page and it is present in multiple places. The button should be refactored to be easier to...
Being especially handy on mobile devices, the app could display a silent "persistent" notification that can show the timer's current progress. It should also include actions to control the timer...
Notifications sent by the app can have more options, like `badge`, `icon` or `actions`. A few guidelines: - [ ] Notifications should show the app's monochrome icon as their `badge`...