ActivityWatch / ActivityWatch/aw-webui
Replace prompt() with modal windows for compatibility
Offen
- Vorherrschende Sprache
- TypeScript
- Sterne
- 151
- Forks
- 179
- Ø Merge
- 1 T. 20 Std.
- Gemergte PRs (30 T.)
- 28
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.