Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!1066
Translations update from Weblate
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Translations update from Weblate
weblate
into
master
Overview
0
Commits
121
Pipelines
7
Changes
1
Closed
Weblate Push User
requested to merge
weblate
into
master
2 years ago
Overview
0
Commits
121
Pipelines
7
Changes
1
Expand
Translations update from
Weblate
for
AlekSIS/AlekSIS-Core
.
Current translation status:
0
0
Merge request reports
Viewing commit
cfb1941b
Prev
Next
Show latest version
1 file
+
9
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cfb1941b
Require less queries to be finished for app to be displayed
· cfb1941b
Hangzhi Yu
authored
2 years ago
aleksis/core/assets/App.vue
+
9
−
5
Options
@@ -5,9 +5,7 @@
$apollo.loading &&
(!currentUser ||
!whoAmI ||
!systemProperties ||
!messages ||
!footerMenu)
!systemProperties)
"
>
</loading>
@@ -197,9 +195,9 @@
color=
"primary lighten-1"
>
<v-card
flat
tile
class=
"primary white--text flex-grow-1"
>
<v-card-text
v-if=
"footerMenu.items"
class=
"pa-0"
>
<v-card-text
class=
"pa-0"
>
<v-container
class=
"px-6"
>
<v-row
justify=
"center"
no-gutters
>
<v-row
justify=
"center"
v-if=
"footerMenu && footerMenu.items"
no-gutters
>
<v-btn
v-for=
"menu_item in footerMenu.items"
:key=
"menu_item.name"
@@ -215,6 +213,12 @@
{{ menu_item.name }}
</v-btn>
</v-row>
<v-row
justify=
"center"
v-else-if=
"!footerMenu"
>
<v-skeleton-loader
class=
"ma-2"
type=
"chip"
/>
</v-row>
</v-container>
</v-card-text>
<v-divider
/>
Loading