Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Block Explorer UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
Block Explorer UI
Merge requests
!513
Issue
#415
- Refactor Events to prevent continous state changes causing slowness
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#415
- Refactor Events to prevent continous state changes causing slowness
delrifai/#415_handle_slowness_search_range
into
develop
Overview
2
Commits
2
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Merged
Dima Rifai
requested to merge
delrifai/#415_handle_slowness_search_range
into
develop
2 months ago
Overview
2
Commits
2
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Expand
Changed how events are handled
Made sure of the following
To Block and From Block Comparison is still value
Inputs do not accept any non-numeric characters
Last days/weeks/months accept decimal input (only one decimal value)
The state is updated correctly on blur for each field
The state of fields preserved while still on page
0
0
Merge request reports
Compare
version 2
version 2
114c509e
2 months ago
version 1
29ee43af
2 months ago
develop (base)
and
latest version
latest version
a0a20f75
2 commits,
2 months ago
version 2
114c509e
2 commits,
2 months ago
version 1
29ee43af
1 commit,
2 months ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
components/home/searches/AccountSearch.tsx
+
1
−
1
Options
@@ -105,7 +105,7 @@ const AccountSearch = () => {
)
}
</
Button
>
{
!
accountName
&&
(
<
label
className
=
"ml-2 text-
muted-foreground
"
>
Set account name
</
label
>
<
label
className
=
"ml-2 text-
gray-300 dark:text-gray-500
"
>
Set account name
</
label
>
)
}
</
div
>
</>
Loading