ActivityWatch / ActivityWatch/activitywatch

Add the Category builder to the tool menu

未关闭
#1,107 3 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
18.9k
派生
1k
平均合并
1 天 4 小时
30 天内合并 PR
28

描述

- [x] I have searched the [issues](https://github.com/ActivityWatch/activitywatch/issues) of this repo and believe that this is not a duplicate.
- [x] I have searched the [documentation](https://docs.activitywatch.net/en/latest/) and believe that my question is not covered.

## Issue

The categorization menu is a core part of the app. But it is hidden within the settings menu. Maybe the category builder can be put in the tools menu for easier access?

![image](https://github.com/user-attachments/assets/44afc95a-930f-4d24-8681-91b52c24b58b)

relevant code: https://github.com/ActivityWatch/aw-webui/blob/291da6f2c5e7a6b896f23a4eec5ffed9874321ba/src/components/Header.vue#L53-L60
```
b-navbar-nav.ml-auto
b-nav-item-dropdown
template(slot="button-content")
div.d-inline.px-2.px-lg-1
icon(name="tools")
| Tools
b-dropdown-item(to="/search")
icon(name="search")
| Search
```
Code to add:
```
b-dropdown-item(to="/settings/category-builder")
icon(name="INSERT ICON")
| Category builder
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。