-
-
Notifications
You must be signed in to change notification settings - Fork 559
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
Timeline: Please show the category #573
Comments
Good point, categorization could be applied in the timeline too. Another way to be able to know if a regex is matching today is to go to the Activity tab and use the "filter by category" dropdown, if your activity is shown when you have selected the category you wanted it to match with it will work. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This would be really useful to me. I just naturally expected it to work like this so I was editing categories, not realising that they don't display here. I use the timeline view more than any other view. I may want to work on the code - it looks like it would be about replacing the usages of This was closed as stale due to lack of activity; is it possible to reopen it? Or is it best to talk about this under #257 which mentioned it? I see that's in |
Thanks David, would love to get your PR merged!
…On Wed, Aug 14, 2024, 21:57 David Fraser ***@***.***> wrote:
This would be really useful to me. I just naturally expected it to work
like this so I was editing categories, not realising that they don't
display here. I use the timeline view more than any other view.
There is also a forum request for this
<https://forum.activitywatch.net/t/unified-category-colors-in-the-activity-and-timeline-view/2775>
I may want to work on the code - it looks like it would be about replacing
the usages of getColorString
<https://github.com/search?q=repo%3AActivityWatch%2Faw-webui%20getColorFromString&type=code>
with the other functions in color.ts
<https://github.com/ActivityWatch/aw-webui/blob/master/src/util/color.ts>
like getCategoryColorFromString - possibly with making sure the right
string is passed through there as it's not just the app title. Does that
sound right?
This was closed as stale due to lack of activity; is it possible to reopen
it? Or is it best to talk about this under #257
<#257> which
mentioned it?
—
Reply to this email directly, view it on GitHub
<#573 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKXDOQQQUVOIU5WY7MJVADZROZCLAVCNFSM6AAAAABMRAORDSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBZG42TQOJXHA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Finally fixed by ActivityWatch/aw-webui#609! |
I created a regex to classify some window titles (via settings): .(foo|bar|blu).
But i am unsure if this regex does really match.
It would be very helpful if you show result of my custom regex in the timeline.
The text was updated successfully, but these errors were encountered: