TabbyML / tabby

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

refactor(ui): ajust the structure of file blob view in code browser #2558

Closed liangfung closed 3 months ago

liangfung commented 3 months ago

Preview

Here are previews with network throttling

Before

https://jam.dev/c/dbcd86c6-894f-4935-880e-3910f6169976

After

https://jam.dev/c/89d3d07b-e4f2-4ab1-a80c-b9fa484aa8dc

Changes

  1. adjust the display logic to eliminate the blank phase when switching to the blob view mode.

  2. adjust the code structure to make it clearer when integrating other view modes.