-
Notifications
You must be signed in to change notification settings - Fork 287
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
Tidy up deprecations tab #1030
Tidy up deprecations tab #1030
Conversation
- deprecation-item as template-only component - remove observer from deprecations controller - vertical-collection in place of List table - this, {{on}}, action, etc.
@@ -0,0 +1,71 @@ | |||
$units: 0, 1, 2, 3, 4; |
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 would prefer to add tailwind, rather than maintaining our own custom utils. What would your thoughts be on that?
|
||
filtered: computed('[email protected]', 'search', function() { | ||
return this.model | ||
.filter((item) => searchMatch(get(item, 'message'), this.search)); | ||
}), | ||
|
||
optionsChanged: observer('options.toggleDeprecationWorkflow', function() { |
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.
Always nice to see observers removed 😄
We can switch to tailwind later, going ahead and merging. |
* Ui::Accordion * Utility CSS classes * Cleanup Deprecations tab - deprecation-item as template-only component - remove observer from deprecations controller - vertical-collection in place of List table - this, {{on}}, action, etc.
deprecation-item
as template-only componentvertical-collection
in place of List tablethis, {{on}}, action, <Component/>
etc.With source maps:
Without source maps:
Old and busted: