-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
20240829.0 #21836
20240829.0 #21836
Conversation
* typings * fixes * fixes * Update more typings
* paper tab badge * Remove copy paste from card editor
…)" This reverts commit 00eb820.
* Use dense layout for section view * Make it an option in view settings * Add expandable
Caution Review failedThe pull request is closed. WalkthroughWalkthroughThe changes involve various modifications across multiple files, focusing on enhancing type safety, simplifying configurations, and updating component structures. Key updates include the introduction of new condition and trigger types, adjustments to default configuration return types, and a transition from Polymer to Material Web Components in specific UI components. Additionally, localization keys have been refined for better context, and structural adjustments have been made to improve the organization of properties within schemas. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant UI
participant Config
participant Action
participant Condition
User->>UI: Interacts with the interface
UI->>Config: Requests configuration update
Config->>Action: Updates action configuration
Config->>Condition: Updates condition configuration
Action-->>UI: Returns updated action configuration
Condition-->>UI: Returns updated condition configuration
UI-->>User: Displays updated interface
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit
New Features
dense_section_placement
for view configuration.HaBooleanSelector
with additional labels and helper text.slider_ticks
in the NumberSelector interface.Bug Fixes
Documentation
Style