Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cesium2s
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
Service Desk
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
clients
Cesium-grp
cesium2s
Merge requests
!30
Missings commits, upgrade verification modal, fix merge request feedback
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Missings commits, upgrade verification modal, fix merge request feedback
bugfix/feedback
into
develop
Overview
0
Commits
12
Pipelines
0
Changes
45
Merged
Dorian Marco
requested to merge
bugfix/feedback
into
develop
1 month ago
Overview
0
Commits
12
Pipelines
0
Changes
45
Expand
Change:
fix merge request feedback (
!29 (merged)
)
change modal about certification verification to shuffle the question and use modal instead of alerts.
skip the member account selection modal if have only one use
add comment in transaction history
fix click on definition in Currency page to open help
add expert mode
upgrade CI budget
Edited
1 month ago
by
Dorian Marco
0
0
Merge request reports
Compare
develop
version 5
306e5e67
1 month ago
version 4
697dcf79
1 month ago
version 3
b9ab0230
1 month ago
version 2
0b407767
1 month ago
version 1
a374ed9d
1 month ago
develop (base)
and
latest version
latest version
306e5e67
12 commits,
1 month ago
version 5
306e5e67
18 commits,
1 month ago
version 4
697dcf79
17 commits,
1 month ago
version 3
b9ab0230
16 commits,
1 month ago
version 2
0b407767
15 commits,
1 month ago
version 1
a374ed9d
14 commits,
1 month ago
45 files
+
525
−
306
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
45
Search (e.g. *.vue) (Ctrl+P)
src/app/account/wallet/wallet.page.html
+
5
−
3
Options
@@ -186,9 +186,11 @@
HELP.GLOSSARY.DISTANCE_RULE
<ion-icon
[color]=
"'tertiary'"
name=
"help-circle-outline"
(click)=
"showModalDistanceRuleDefinition()"
tappable
></ion-icon>
</ion-label>
<ion-badge
title=
"{{ titleDistanceRule() }}"
color=
"{{ distanceRuleValid() ? 'success' : 'danger' }}"
>
{{ refereePercent$ | async | percent: '1.1' }}
</ion-badge>
@if (!disableDistanceRule()) {
<ion-badge
title=
"{{ titleDistanceRule() }}"
color=
"{{ distanceRuleValid() ? 'success' : 'danger' }}"
>
{{ refereePercent$ | async | percent: '1.1' }}
</ion-badge>
}
</ion-item>
}
Loading