Skip to content

Lite: misc#14008

Merged
OliverJAsh merged 34 commits into
masterfrom
push-kvprpmsvspkk
May 31, 2026
Merged

Lite: misc#14008
OliverJAsh merged 34 commits into
masterfrom
push-kvprpmsvspkk

Conversation

@OliverJAsh
Copy link
Copy Markdown
Contributor

No description provided.

It was flickering e.g. when moving up/down the files list, in which case the contents of `headerWrap` never change.
It's unclear how stacks should appear in the details panel, and it would likely require API work which I raised previously. Let's leave it out for now.
Copilot AI review requested due to automatic review settings May 31, 2026 08:37
Copy link
Copy Markdown
Contributor

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 38d8e4a90a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread apps/lite/ui/src/commit.ts Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR simplifies the Lite workspace details UI by removing the commit Diff/Details toggle, always showing commit metadata above diffs, and cleaning up related components.

Changes:

  • Updates commit details rendering and removes the DiffStat component/stories/styles.
  • Adds a shared commitBody() helper for extracting commit message bodies.
  • Adjusts workspace outline/details panel layout and button trigger behavior.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
apps/lite/ui/src/routes/project/$id/workspace/OutlinePanel.tsx Forwards combobox disabled state to the underlying button.
apps/lite/ui/src/routes/project/$id/workspace/OutlinePanel.module.css Adjusts commit dropdown button layout.
apps/lite/ui/src/routes/project/$id/workspace/DetailsPanel.tsx Simplifies commit detail/diff rendering and removes toggle state.
apps/lite/ui/src/routes/project/$id/workspace/DetailsPanel.module.css Updates header and commit detail layout styles.
apps/lite/ui/src/components/DiffStat.tsx Removes unused diff stat component.
apps/lite/ui/src/components/DiffStat.stories.tsx Removes obsolete stories.
apps/lite/ui/src/components/DiffStat.module.css Removes obsolete styles.
apps/lite/ui/src/commit.ts Adds commitBody() helper.

Comment thread apps/lite/ui/src/commit.ts Outdated
OliverJAsh added 11 commits May 31, 2026 15:14
*Pointer* transfer tooltips are special because they may be anchored to the insertion target rather than main target.

I wanted to decouple the tooltip for other outline modes from the `OperationTarget` component because these tooltips are used outside of operation targets, e.g. when absorbing a file, the changes section will become a selected and show a tooltip, in which case it is neither an operation source nor target.
Copilot AI review requested due to automatic review settings May 31, 2026 14:14
@OliverJAsh OliverJAsh force-pushed the push-kvprpmsvspkk branch from 7030931 to d2f905b Compare May 31, 2026 14:14
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 18 out of 18 changed files in this pull request and generated no new comments.

@OliverJAsh OliverJAsh enabled auto-merge May 31, 2026 14:23
@OliverJAsh OliverJAsh merged commit e15cb25 into master May 31, 2026
37 checks passed
@OliverJAsh OliverJAsh deleted the push-kvprpmsvspkk branch May 31, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants