ActivityWatch / ActivityWatch/aw-webui
Replace prompt() with modal windows for compatibility
未关闭
- 主要语言
- TypeScript
- 星标
- 151
- 派生
- 179
- 平均合并
- 1 天 20 小时
- 30 天内合并 PR
- 28
描述
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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。