Files
GitLite/src/lib
Christoph baa226d536 fix(file-history-dialog): prevent long paths from displacing header controls
Constrain the dialog header/body layout so very long file paths don't push
or wrap the dialog controls. Results: the title is truncated with an
ellipsis but the full name is available on hover.

- CSS: add grid-template-columns and min-width:0 to dialog/body; force
  unified-dialog-header to avoid wrapping and set unified-dialog-text
  flex-basis:0; truncate h2 with overflow/ellipsis.
- Svelte: add a title attribute to the h2 so the full filename is shown
  on hover.
2026-09-22 11:28:45 +02:00
..
2026-06-29 14:40:42 +02:00