WIP: updated components #122

Draft
zach wants to merge 3 commits from feat/updated-components into main
Owner

Something I've wanted to do for a while is to update the base components used in many parts of the shell but have been putting off because it will take a long time to do.

Currently updated components:

  • StateLayer
  • CustomSlider
  • Anim
Something I've wanted to do for a while is to update the base components used in many parts of the shell but have been putting off because it will take a long time to do. Currently updated components: - [x] StateLayer - [x] CustomSlider - [x] Anim
zach self-assigned this 2026-06-06 00:54:01 +02:00
zach added 1 commit 2026-06-06 00:54:01 +02:00
updated components
Python / lint-format (pull_request) Successful in 41s
Python / test (pull_request) Successful in 1m9s
Lint & Format (Rust) / lint-format (pull_request) Successful in 2m42s
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 20s
65c56bc598
Inorishio approved these changes 2026-06-06 19:58:58 +02:00
Inorishio left a comment
Collaborator

Think everything looks good.
Slider handler is in the right position now.
Slider functionality has been alter a bit but I think this works / is better than what it was before.

Think everything looks good. Slider handler is in the right position now. Slider functionality has been alter a bit but I think this works / is better than what it was before.
Inorishio reviewed 2026-06-06 19:59:38 +02:00
@@ -126,2 +125,3 @@
Layout.fillHeight: true
Layout.bottomMargin: Appearance.padding.normal
Layout.fillWidth: true
Layout.preferredHeight: Appearance.padding.larger * 3
Collaborator

Personally like:
Layout.preferredHeight: Appearance.padding.larger * 2

Personally like: Layout.preferredHeight: Appearance.padding.larger * 2
zach added 1 commit 2026-06-06 21:13:49 +02:00
switches and popouts
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 25s
Python / test (pull_request) Successful in 51s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m11s
50e99501de
zach added 1 commit 2026-06-06 21:21:36 +02:00
scroll deceleration env
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Python / lint-format (pull_request) Successful in 20s
Python / test (pull_request) Successful in 48s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m8s
04fb534a05
Some checks are pending
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Python / lint-format (pull_request) Successful in 20s
Python / test (pull_request) Successful in 48s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m8s
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/updated-components:feat/updated-components
git checkout feat/updated-components
Sign in to join this conversation.