-
Notifications
You must be signed in to change notification settings - Fork 43
feat: group and highlight components by tag name #3057
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
base: main
Are you sure you want to change the base?
feat: group and highlight components by tag name #3057
Conversation
View your CI Pipeline Execution ↗ for commit 497c4a2.
☁️ Nx Cloud last updated this comment at |
Codecov ReportAttention: Patch coverage is
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…com/MrPa2a/otter into feat/highlight-components-follow-up
@@ -8,6 +8,9 @@ import type { | |||
import type { | |||
PlaceholderMode, | |||
} from '../stores'; | |||
import { | |||
GroupInfo, |
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.
GroupInfo, | |
type GroupInfo, |
GroupInfo, | ||
} from './models'; | ||
|
||
export class HighlightService { |
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.
Why it is not exposed as injectable?
* @param fn method to run | ||
* @param delay given in ms | ||
*/ | ||
export function throttle<T extends (...args: any[]) => any>(fn: T, delay: number): (...args: Parameters<T>) => void { |
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 think you should unit test this function as well
Related issues
🚀 Feature #2532
Use
postMessage
to play with the configs (chrome extension part is not done yet)