Skip to content

PLASMA-7225: Motion Api was added in RadioBox, Switch, CheckBox#792

Open
SerraMorec wants to merge 4 commits into
developfrom
feature/plasma-7225
Open

PLASMA-7225: Motion Api was added in RadioBox, Switch, CheckBox#792
SerraMorec wants to merge 4 commits into
developfrom
feature/plasma-7225

Conversation

@SerraMorec
Copy link
Copy Markdown
Collaborator

sdds-uikit-compose

Switch

  • В компонент добавлено motion API

RadioBox

  • В компонент добавлено motion API

CheckBox

  • В компонент добавлено motion API

What/why changed

Для компонентов Switch, CheckBox и RadioBox добавлены Motion и MotionStyle, с помощью которых можно настроить анимацию изменения параметров цвета и типографики. Стили переведены на StatefulValue. Для корректной работы анимаций RadioBox с помощью Motion Api в конфигурацию и стили добавлены дефолтные значение размера toggleIcon

@SerraMorec SerraMorec added enhancement New feature or request wip Work In Progress compose labels May 28, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 5be79906-71e8-4e70-b47a-efa1504367fe

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/plasma-7225

Comment @coderabbitai help to get the list of available commands and usage tips.

@salutedevs
Copy link
Copy Markdown
Collaborator

salutedevs commented May 28, 2026

@salutedevs
Copy link
Copy Markdown
Collaborator

salutedevs commented May 28, 2026

📦 Собранные Debug APK

📲 Как установить APK на Android-устройство:

  1. Распакуйте архив.
  2. Скопируйте нужный .apk на устройство (через USB, Telegram, Google Drive и т.д.).
  3. Откройте .apk на устройстве и подтвердите установку.
    Если потребуется, включите Разрешение на установку из неизвестных источников в настройках устройства.

💻 Установка через USB (ADB):

  1. Включите Отладку по USB на устройстве (Настройки → Для разработчиков).
  2. Подключите устройство к компьютеру по USB.
  3. Убедитесь, что устройство отображается:
    adb devices
  4. Установите .apk:
    adb install path/to/your.apk
    Если приложение уже установлено и нужно обновить:
    adb install -r path/to/your.apk

Comment thread sdds-core/uikit-compose/src/main/kotlin/com/sdds/compose/uikit/Switch.kt Outdated
@SerraMorec SerraMorec force-pushed the feature/plasma-7225 branch from 803f2e2 to 17b7273 Compare June 2, 2026 06:32
) {
SideEffect {
motion.context.semanticStateSource.clear()
motion.context.semanticStateSource.remove()
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

пустой remove ничего не удаляет.
нужно передавать параметры

@SerraMorec SerraMorec force-pushed the feature/plasma-7225 branch from 25eda4b to 67aeaa1 Compare June 4, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

compose enhancement New feature or request wip Work In Progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants