mirror of
https://github.com/wekan/wekan.git
synced 2026-02-18 22:18:07 +01:00
Convert Font Awesome to Unicode Icons. Part 1. In Progress.
Some checks are pending
Some checks are pending
Thanks to xet7 !
This commit is contained in:
parent
a7af4b4809
commit
2947238a02
20 changed files with 342 additions and 183 deletions
|
|
@ -3,7 +3,7 @@ template(name="migrationProgress")
|
|||
.migration-modal
|
||||
.migration-header
|
||||
h3
|
||||
i.fa.fa-database
|
||||
| 🗄️
|
||||
| {{_ 'database-migration'}}
|
||||
p {{_ 'database-migration-description'}}
|
||||
|
||||
|
|
@ -16,11 +16,11 @@ template(name="migrationProgress")
|
|||
.progress-label {{_ 'overall-progress'}}
|
||||
|
||||
.current-step
|
||||
i.fa.fa-cog.fa-spin
|
||||
| ⚙️
|
||||
| {{migrationCurrentStep}}
|
||||
|
||||
.estimated-time(style="{{#unless migrationEstimatedTime}}display: none;{{/unless}}")
|
||||
i.fa.fa-clock-o
|
||||
| ⏰
|
||||
| {{_ 'estimated-time-remaining'}}: {{migrationEstimatedTime}}
|
||||
|
||||
.migration-steps
|
||||
|
|
@ -31,11 +31,11 @@ template(name="migrationProgress")
|
|||
.step-header
|
||||
.step-icon
|
||||
if completed
|
||||
i.fa.fa-check-circle
|
||||
| ✅
|
||||
else if isCurrentStep
|
||||
i.fa.fa-cog.fa-spin
|
||||
| ⚙️
|
||||
else
|
||||
i.fa.fa-circle-o
|
||||
| ⭕
|
||||
.step-info
|
||||
.step-name {{name}}
|
||||
.step-description {{description}}
|
||||
|
|
@ -51,13 +51,13 @@ template(name="migrationProgress")
|
|||
.progress-fill(style="width: {{progress}}%")
|
||||
|
||||
.migration-status
|
||||
i.fa.fa-info-circle
|
||||
| ℹ️
|
||||
| {{migrationStatus}}
|
||||
|
||||
.migration-footer
|
||||
.migration-info
|
||||
i.fa.fa-lightbulb-o
|
||||
| 💡
|
||||
| {{_ 'migration-info-text'}}
|
||||
.migration-warning
|
||||
i.fa.fa-exclamation-triangle
|
||||
| ⚠️
|
||||
| {{_ 'migration-warning-text'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue