Skip to content

UI Improvements #3 - #277

Merged
ravindu644 merged 24 commits into
ravindu644:uifrom
VizXtreme:main
Aug 15, 2026
Merged

UI Improvements #3#277
ravindu644 merged 24 commits into
ravindu644:uifrom
VizXtreme:main

Conversation

@VizXtreme

Copy link
Copy Markdown
Contributor

This PR introduces a series of UI modernizations and usability enhancements focused on bringing the app’s interface in line with Android Material Design 3 guidelines. Key improvements include refactoring the progress indicators for storage, improving UI consistency, redesigning the active terminal session management system with long-press actions and custom confirmation dialogs, and implementing fluid, real-time bottom navigation bar icon animations that dynamically respond to page swiping and tab selections.

…d wrap dialog buttons in shared outline container
…nd fix bottom nav bar active font weight snap
…ine/padding inconsistencies in edit screen dialogs
Test Build: Merge upstream/main into material
Merge upstream/main into main
@ravindu644
ravindu644 changed the base branch from main to ui August 15, 2026 02:23
@ravindu644
ravindu644 merged commit c2dfc3e into ravindu644:ui Aug 15, 2026
2 checks passed
ravindu644 added a commit that referenced this pull request Aug 15, 2026
DT-5 introduced DialogFooterRow but three dialogs kept their own copy of the
same two-Surface cancel/confirm row: the bind-mount destination dialog in
ContainerConfigForm, and SparseSizeDialog and UninstallConfirmationDialog in
ContainersScreen. Each was the same ~28 lines with different labels, so a
change to the footer's look had to be made in four places.

Ported from the ui branch's #277, which is otherwise being dropped.

One deliberate difference: the uninstall dialog drew its confirm label Bold
and its cancel label SemiBold. DialogFooterRow applies one weight to both, so
both are SemiBold now; the destructive emphasis is carried by the error
colour rather than the font weight, and adding a second weight parameter for
a single caller is not worth the API.

Signed-off-by: ravindu644 <droidcasts@protonmail.com>
ravindu644 added a commit that referenced this pull request Aug 15, 2026
Both progress bars rounded their ends by clipping the whole composable to a
RoundedCornerShape. LinearProgressIndicator takes a strokeCap for exactly
this, and it rounds the track and the indicator separately rather than
shaving the corners off the composable's bounds.

Ported from the ui branch's #277, which is otherwise being dropped.

Signed-off-by: ravindu644 <droidcasts@protonmail.com>
ravindu644 added a commit that referenced this pull request Aug 15, 2026
DT-5 introduced DialogFooterRow but three dialogs kept their own copy of the
same two-Surface cancel/confirm row: the bind-mount destination dialog in
ContainerConfigForm, and SparseSizeDialog and UninstallConfirmationDialog in
ContainersScreen. Each was the same ~28 lines with different labels, so a
change to the footer's look had to be made in four places.

Ported from VizXtreme's #277 on the ui branch, which is otherwise dropped.

One deliberate difference: the uninstall dialog drew its confirm label Bold
and its cancel label SemiBold. DialogFooterRow applies one weight to both, so
both are SemiBold now; the destructive emphasis is carried by the error
colour rather than the font weight, and adding a second weight parameter for
a single caller is not worth the API.

Co-authored-by: VizXtreme <sk06pandit@gmail.com>
Signed-off-by: ravindu644 <droidcasts@protonmail.com>
ravindu644 added a commit that referenced this pull request Aug 15, 2026
Both progress bars rounded their ends by clipping the whole composable to a
RoundedCornerShape. LinearProgressIndicator takes a strokeCap for exactly
this, and it rounds the track and the indicator separately rather than
shaving the corners off the composable's bounds.

Ported from VizXtreme's #277 on the ui branch, which is otherwise dropped.

Co-authored-by: VizXtreme <sk06pandit@gmail.com>
Signed-off-by: ravindu644 <droidcasts@protonmail.com>
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