-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Add created/modified to registry tables #21494
Conversation
WalkthroughWalkthroughThe recent updates enhance various components by introducing Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant App
participant DataStore
User->>App: Interacts with device/area settings
App->>DataStore: Fetch device/area data
DataStore->>App: Return data with timestamps
App->>User: Display updated settings with created_at & modified_at
sequenceDiagram
participant User
participant App
participant Logger
User->>App: Updates configurations
App->>Logger: Log created_at & modified_at
Logger->>App: Confirmation
App->>User: Display success message
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (40)
Files skipped from review due to trivial changes (2)
Files skipped from review as they are similar to previous changes (38)
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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if the year should also be displayed in the created/modified dates.
We do have an open issue for last triggered in automations: #20392
For created/modified, it may not change as much as last triggered, making this issue more visible on these columns.
To fix the CI: Update your prettier to the last version (yarn install) and rerun prettier. It's the removal of ( ) in the ha-data-table that causes it to fail. |
5d52fd1
to
f86ea44
Compare
Since these values can be from past years - displaying a year will avoid confusions. |
Proposed change
Type of change
Example configuration
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed:
Summary by CodeRabbit
New Features
created_at
andmodified_at
properties to various configuration entities, enhancing tracking of creation and modification timestamps.created_at
andmodified_at
in data tables across different components.Bug Fixes
width
properties for certain UI elements, improving responsiveness and layout flexibility.Documentation
created_at
andmodified_at
.