refactor(ui): redesign VersionTimeline UI - #7162
Merged
Merged
Conversation
balazs-szucs
requested review from
ConnorYoh,
EthanHealy01,
Frooodle and
jbrunton96
as code owners
July 25, 2026 17:32
Contributor
There was a problem hiding this comment.
Pull request overview
Redesigns the Files page “VersionTimeline” / “Version journey” UI to be less crowded, with a more card-like timeline presentation and reduced per-version detail.
Changes:
- Refactors
VersionTimelinerows to a cleaner header/meta layout, removing the per-row expandable detail section. - Updates the Version history modal title to include an icon + stronger title styling, and hides the timeline’s internal header inside the modal.
- Restyles the timeline in
FilesPage.css(spacing, rail dots/lines, card container styling) and removes now-unused translation keys.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| frontend/editor/src/core/components/filesPage/VersionTimeline.tsx | Reworks timeline row rendering and actions UI; simplifies content shown per version. |
| frontend/editor/src/core/components/filesPage/VersionHistoryModal.tsx | Enhances modal title presentation and passes hideHeader to the timeline. |
| frontend/editor/src/core/components/filesPage/FilesPage.css | Adjusts timeline styling for the redesigned layout; introduces some selectors that are now unused. |
| frontend/editor/public/locales/en-US/translation.toml | Removes translation keys that are no longer referenced by the UI. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Ludy87
approved these changes
Aug 4, 2026
Frooodle
approved these changes
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
I felt the old VersionTimeline was a bit too crowded/not very "good" looking so i had a crack at redesigning it. Mainly aimed for:
New
Old
Checklist
General
Documentation
Translations (if applicable)
scripts/counter_translation.pyUI Changes (if applicable)
Testing (if applicable)
task checkto verify linters, typechecks, and tests pass