TabbyML / tabby

Self-hosted AI coding assistant
https://tabby.tabbyml.com/
Other
21.58k stars 984 forks source link

Adding a search bar or unfold all activities on current Activities Page #3264

Open Sma1lboy opened 1 week ago

Sma1lboy commented 1 week ago

Please describe the feature you want It's difficult to trace back useful events after a day. We'd like to add two features to enhance the user experience on the activities page at http://localhost:8080/activities, where http://localhost:8080 is your local Tabby endpoint:

  1. An easy-to-use search function component, implemented as a search bar at the top of the page.
  2. An unfold feature that allows users to expand and collapse detailed information for each activity entry. image

I know we can directly check events in $HOME/.tabby/event, but a convenient function component would help both users and developers with debugging.


Please reply with a 👍 if you want this feature.

eryue0220 commented 1 week ago

Could I have a try if no one take this?