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
Commits
d4837a66
Commit
d4837a66
authored
2 years ago
by
bl05b3e
Browse files
Options
Downloads
Patches
Plain Diff
[enh] Menu: add fadeInAnimation
parent
07998442
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
package.json
+12
-12
12 additions, 12 deletions
package.json
src/app/app.component.html
+2
-1
2 additions, 1 deletion
src/app/app.component.html
src/app/app.component.ts
+5
-2
5 additions, 2 deletions
src/app/app.component.ts
yarn.lock
+9417
-9484
9417 additions, 9484 deletions
yarn.lock
with
9436 additions
and
9499 deletions
package.json
+
12
−
12
View file @
d4837a66
...
@@ -22,13 +22,13 @@
...
@@ -22,13 +22,13 @@
"generate:meta"
:
"ts-node --skip-project node_modules/.bin/polkadot-types-from-chain --package @duniter/core-types/interfaces --output ./src/interfaces --endpoint ./src/interfaces/types.json"
"generate:meta"
:
"ts-node --skip-project node_modules/.bin/polkadot-types-from-chain --package @duniter/core-types/interfaces --output ./src/interfaces --endpoint ./src/interfaces/types.json"
},
},
"dependencies"
:
{
"dependencies"
:
{
"
@angular/animations
"
:
"
^14.2.
1
"
,
"
@angular/animations
"
:
"
^14.2.
6
"
,
"
@angular/common
"
:
"
^14.2.
1
"
,
"
@angular/common
"
:
"
^14.2.
6
"
,
"
@angular/core
"
:
"
^14.2.
1
"
,
"
@angular/core
"
:
"
^14.2.
6
"
,
"
@angular/forms
"
:
"
^14.2.
1
"
,
"
@angular/forms
"
:
"
^14.2.
6
"
,
"
@angular/platform-browser
"
:
"
^14.2.
1
"
,
"
@angular/platform-browser
"
:
"
^14.2.
6
"
,
"
@angular/platform-browser-dynamic
"
:
"
^14.2.
1
"
,
"
@angular/platform-browser-dynamic
"
:
"
^14.2.
6
"
,
"
@angular/router
"
:
"
^14.2.
1
"
,
"
@angular/router
"
:
"
^14.2.
6
"
,
"
@capacitor-community/barcode-scanner
"
:
"
3.0.0
"
,
"
@capacitor-community/barcode-scanner
"
:
"
3.0.0
"
,
"
@capacitor-community/sqlite
"
:
"
^4.0.1
"
,
"
@capacitor-community/sqlite
"
:
"
^4.0.1
"
,
"
@capacitor/android
"
:
"
4.1.0
"
,
"
@capacitor/android
"
:
"
4.1.0
"
,
...
@@ -68,15 +68,15 @@
...
@@ -68,15 +68,15 @@
"
ngx-markdown
"
:
"
^14.0.1
"
,
"
ngx-markdown
"
:
"
^14.0.1
"
,
"
ngx-material-timepicker
"
:
"
5.5.3
"
,
"
ngx-material-timepicker
"
:
"
5.5.3
"
,
"
ngx-quicklink
"
:
"
^0.3.0
"
,
"
ngx-quicklink
"
:
"
^0.3.0
"
,
"
@angular-devkit/build-angular
"
:
"
^14.2.
2
"
,
"
@angular-devkit/build-angular
"
:
"
^14.2.
6
"
,
"
@angular-eslint/builder
"
:
"
~13.5.0
"
,
"
@angular-eslint/builder
"
:
"
~13.5.0
"
,
"
@angular-eslint/eslint-plugin
"
:
"
~13.5.0
"
,
"
@angular-eslint/eslint-plugin
"
:
"
~13.5.0
"
,
"
@angular-eslint/eslint-plugin-template
"
:
"
~13.5.0
"
,
"
@angular-eslint/eslint-plugin-template
"
:
"
~13.5.0
"
,
"
@angular-eslint/template-parser
"
:
"
~13.5.0
"
,
"
@angular-eslint/template-parser
"
:
"
~13.5.0
"
,
"
@angular/cli
"
:
"
^14.2.
2
"
,
"
@angular/cli
"
:
"
^14.2.
6
"
,
"
@angular/compiler
"
:
"
^14.2.
1
"
,
"
@angular/compiler
"
:
"
^14.2.
6
"
,
"
@angular/compiler-cli
"
:
"
^14.2.
1
"
,
"
@angular/compiler-cli
"
:
"
^14.2.
6
"
,
"
@angular/language-service
"
:
"
^14.2.
1
"
,
"
@angular/language-service
"
:
"
^14.2.
6
"
,
"
@capacitor/cli
"
:
"
4.1.0
"
,
"
@capacitor/cli
"
:
"
4.1.0
"
,
"
@ionic/cli
"
:
"
^6.20.1
"
,
"
@ionic/cli
"
:
"
^6.20.1
"
,
"
@ionic/angular-toolkit
"
:
"
^6.1.0
"
,
"
@ionic/angular-toolkit
"
:
"
^6.1.0
"
,
...
...
This diff is collapsed.
Click to expand it.
src/app/app.component.html
+
2
−
1
View file @
d4837a66
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
<ion-label
[color]=
"p.color"
>
{{ p.title | translate }}
</ion-label>
<ion-label
[color]=
"p.color"
>
{{ p.title | translate }}
</ion-label>
</ion-item>
</ion-item>
<ion-item
routerDirection=
"root"
*ngIf=
"p.handle && p.enable()"
<ion-item
routerDirection=
"root"
*ngIf=
"p.handle && p.enable()"
(click)=
"p.handle()"
lines=
"none"
detail=
"false"
routerLinkActive=
"selected"
>
(click)=
"p.handle()"
lines=
"none"
detail=
"false"
routerLinkActive=
"selected"
tappable
@
fadeInAnimation
>
<ion-icon
slot=
"start"
[color]=
"p.color"
[ios]=
"p.icon + '-outline'"
[md]=
"p.icon + '-sharp'"
></ion-icon>
<ion-icon
slot=
"start"
[color]=
"p.color"
[ios]=
"p.icon + '-outline'"
[md]=
"p.icon + '-sharp'"
></ion-icon>
<ion-label
[color]=
"p.color"
>
{{ p.title | translate }}
</ion-label>
<ion-label
[color]=
"p.color"
>
{{ p.title | translate }}
</ion-label>
</ion-item>
</ion-item>
...
...
This diff is collapsed.
Click to expand it.
src/app/app.component.ts
+
5
−
2
View file @
d4837a66
import
{
Component
}
from
'
@angular/core
'
;
import
{
ChangeDetectionStrategy
,
Component
}
from
'
@angular/core
'
;
import
{
PlatformService
}
from
"
./shared/services/platform.service
"
;
import
{
PlatformService
}
from
"
./shared/services/platform.service
"
;
import
{
environment
}
from
"
@environments/environment
"
;
import
{
environment
}
from
"
@environments/environment
"
;
import
{
AccountService
}
from
"
@app/wallet/account.service
"
;
import
{
AccountService
}
from
"
@app/wallet/account.service
"
;
import
{
Router
}
from
"
@angular/router
"
;
import
{
Router
}
from
"
@angular/router
"
;
import
{
fadeInAnimation
}
from
"
@app/shared/animations
"
;
@
Component
({
@
Component
({
selector
:
'
app-root
'
,
selector
:
'
app-root
'
,
templateUrl
:
'
app.component.html
'
,
templateUrl
:
'
app.component.html
'
,
styleUrls
:
[
'
app.component.scss
'
],
styleUrls
:
[
'
app.component.scss
'
],
animations
:
[
fadeInAnimation
],
changeDetection
:
ChangeDetectionStrategy
.
OnPush
})
})
export
class
AppComponent
{
export
class
AppComponent
{
...
@@ -24,7 +27,7 @@ export class AppComponent {
...
@@ -24,7 +27,7 @@ export class AppComponent {
{
title
:
'
MENU.SETTINGS
'
,
url
:
'
/settings
'
,
icon
:
'
settings
'
},
{
title
:
'
MENU.SETTINGS
'
,
url
:
'
/settings
'
,
icon
:
'
settings
'
},
{
title
:
'
H
OM
E
.BTN_
CHANGE_ACC
OU
N
T
'
,
icon
:
'
log-out
'
,
color
:
'
danger
'
,
{
title
:
'
C
OM
MON
.BTN_
LOG
OUT
'
,
icon
:
'
log-out
'
,
color
:
'
danger
'
,
handle
:
(
event
)
=>
this
.
logout
(
event
),
handle
:
(
event
)
=>
this
.
logout
(
event
),
enable
:
()
=>
this
.
accountService
.
isLogin
enable
:
()
=>
this
.
accountService
.
isLogin
...
...
This diff is collapsed.
Click to expand it.
yarn.lock
+
9417
−
9484
View file @
d4837a66
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment