-
Notifications
You must be signed in to change notification settings - Fork 121
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
[4.5.0][FEATURE] Implement Labels Feature - UI Enhancements #851
base: main
Are you sure you want to change the base?
Conversation
edd8a59
to
76c6408
Compare
…evelopment iteration
d407e24
to
ae595c5
Compare
ae595c5
to
7be8b0c
Compare
Quality Gate failedFailed conditions |
dispatch({ field: e.target.name, value: e.target.value }); | ||
}; | ||
|
||
useEffect(() => { |
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.
we can remove this
const [loading, setLoading] = useState(true); | ||
const [labels, setLabels] = useState({}); | ||
const [searchQuery, setSearchQuery] = useState(''); | ||
const [seaerchResult, setSeaerchResult] = useState({}); |
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.
typo varieble
if (seaerchResult && seaerchResult.list && searchQuery !== '') { | ||
if (seaerchResult.list.length !== 0) { | ||
return ( | ||
<List sx={{ width: '350px' }} id='label-menu-list-search-result'> |
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.
this fixed width can be a issue when minimize the browser
Description
This PR introduces the UI implementation for the Labels Feature, complementing the backend functionality. The key aspects of this implementation include:
Label Management UI:
Extensibility: