sourcegraph/client/common
Felix Kling b22c054002
svelte: First iteration of history panel/diff view redesign (#62187)
* svelte: First iteration of history panel/diff view redesign

This commit implements some parts of the history panel and diff view
redesign. In particular it

- Updates the file header to provide an option to close the diff view
  and to show meta information about the diff.
- Updates the history panel design
- Adds icons to bottom panel tabs
- Updates the hunk view

* Address feedback and cleanup code

- Update Tab component design
- Update selected history entry color
- Add actions for viewing file at commit and browsing files at commit
- Separate diff view and file view logic into separate components and
  loaders.

* Address feedback and errors
2024-04-30 12:46:16 +02:00
..
src svelte: First iteration of history panel/diff view redesign (#62187) 2024-04-30 12:46:16 +02:00
.eslintignore Extract util/errors.ts into a new common package (#29040) 2021-12-24 17:50:53 +07:00
BUILD.bazel Remove Wildcard's dependency on @sourcegraph/common (#61781) 2024-04-15 12:26:02 +02:00
OWNERS Update FPT code owners ping (#44545) 2022-11-17 07:21:49 -05:00
package.json reapply "switch from jest to vitest for faster, simpler tests (#57886)" (#58145) 2023-11-07 12:00:18 +02:00
README.md Extract util/errors.ts into a new common package (#29040) 2021-12-24 17:50:53 +07:00
tsconfig.json simplify tsconfig.json files (#57913) 2023-10-26 03:03:11 -07:00
vitest.config.ts reapply "switch from jest to vitest for faster, simpler tests (#57886)" (#58145) 2023-11-07 12:00:18 +02:00

Common utilities

Generic utilities without any specific domain. This package should not depend on any other Sourcegraph monorepo package.