ActivityWatch / ActivityWatch/aw-webui
Replace prompt() with modal windows for compatibility
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 151
- Forks
- 179
- Merge moyen
- 1 j 20 h
- PR mergées (30 j)
- 28
Description
There are several places where the `prompt` function is used to get a response from the user. Although it works in browsers, it is completely unsuitable for use in aw-android. When you click the buttons that are supposed to open this dialog box, nothing happens.
I believe it is necessary to replace the use of `prompt` with modal windows (as when creating categories) to ensure it works in the mobile version.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.