Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Category builder to the tool menu #1107

Open
2 tasks done
Ghurir opened this issue Oct 23, 2024 · 3 comments
Open
2 tasks done

Add the Category builder to the tool menu #1107

Ghurir opened this issue Oct 23, 2024 · 3 comments

Comments

@Ghurir
Copy link

Ghurir commented Oct 23, 2024

  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the documentation 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

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
Copy link

Hi there!
As you're new to this repo, please make sure you've used an appropriate issue template and searched for duplicates (it helps us focus on actual development!). We'd also like to suggest that you read our contribution guidelines and our code of conduct.
Thanks a bunch for opening your first issue! 🙏

@BelKed
Copy link
Contributor

BelKed commented Oct 23, 2024

After clicking the button it should open Category Builder or just the Settings while scrolling down to the Categorization part?

@Ghurir Ghurir changed the title Add the Categorization to the tool menu Add the Category builder to the tool menu Oct 23, 2024
@Ghurir
Copy link
Author

Ghurir commented Oct 23, 2024

After clicking the button it should open Category Builder or just the Settings while scrolling down to the Categorization part?

The Category Builder, as the settings are already easily accessible. I edited the post to be more clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants