Skip to content
GitLab
Explore
Sign in
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
!584
Issue
#480
- Make edges round
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#480
- Make edges round
delrifai/#480_fix_round_edges
into
develop
Overview
0
Commits
1
Pipelines
2
Changes
16
Merged
Dima Rifai
requested to merge
delrifai/#480_fix_round_edges
into
develop
1 month ago
Overview
0
Commits
1
Pipelines
2
Changes
16
Expand
Fixed to round edges in the following locations on home page and account page
components/ui/dialog.tsx : All dialogs edges are now rounded
components/DataExport : export button was made rounded
components/Witnesses/VotersDialog : pagination container was made rounded
components/account/AccountPagination : pagination on operations tab/account page was made rounded
components/account/tabs/AccountOperationViewTabs : Removed extra padding from the tabs inside the account page
components/account/tabs/comments/AccountCommentPermlinkResultTable : made edges of table rounded
components/account/tabs/comments/AccountCommentPermlinkSearchResults : Made pagination container rounded
components/account/tabs/interactions/InteractionsTabResult : Made pagination container rounded
components/home/searches/CommentPermlinkResultTable : Made pagination container rounded
components/home/searches/searchesResults/CommentPermlinkSearchResults : Made pagination container rounded
pages/block/[blockId].tsx : Made pagination container rounded
0
0
Merge request reports
Compare
develop
version 1
d3c817bd
1 month ago
develop (base)
and
latest version
latest version
7310a713
1 commit,
1 month ago
version 1
d3c817bd
1 commit,
1 month ago
16 files
+
17
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
components/Witnesses/VotersDialog.tsx
+
1
−
1
Options
@@ -171,7 +171,7 @@ const VotersDialog: React.FC<VotersDialogProps> = ({
}
}
pageSize
=
{
config
.
standardPaginationSize
}
totalCount
=
{
witnessVoters
.
total_operations
}
className
=
"
text-black dark:text-white
"
className
=
"
rounded
"
isMirrored
=
{
false
}
/>
{
witnessVoters
?.
voters
?.
length
===
0
&&
!
isWitnessVotersLoading
?
(
Loading