mirror of
https://github.com/wekan/wekan.git
synced 2026-03-09 07:02:34 +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
|
|
@ -13,7 +13,7 @@ template(name="userAvatar")
|
|||
if showEdit
|
||||
if $eq currentUser._id userData._id
|
||||
a.edit-avatar.js-change-avatar
|
||||
i.fa.fa-pencil
|
||||
| ✏️
|
||||
|
||||
template(name="userAvatarInitials")
|
||||
svg.avatar.avatar-initials(viewBox="0 0 {{viewPortWidth}} 15")
|
||||
|
|
@ -32,7 +32,8 @@ template(name="boardOrgRow")
|
|||
td
|
||||
if currentUser.isBoardAdmin
|
||||
a.member.orgOrTeamMember.add-member.js-manage-board-removeOrg(title="{{_ 'remove-from-board'}}")
|
||||
i.removeTeamFaMinus.fa.fa-minus
|
||||
i.removeTeamFaMinus
|
||||
| ➖
|
||||
.divaddfaplusminus
|
||||
| {{_ 'remove-btn'}}
|
||||
|
||||
|
|
@ -45,7 +46,8 @@ template(name="boardTeamRow")
|
|||
td
|
||||
if currentUser.isBoardAdmin
|
||||
a.member.orgOrTeamMember.add-member.js-manage-board-removeTeam(title="{{_ 'remove-from-board'}}")
|
||||
i.removeTeamFaMinus.fa.fa-minus
|
||||
i.removeTeamFaMinus
|
||||
| ➖
|
||||
.divaddfaplusminus
|
||||
| {{_ 'remove-btn'}}
|
||||
|
||||
|
|
@ -88,7 +90,7 @@ template(name="changeAvatarPopup")
|
|||
img.avatar.avatar-image(src="{{link}}?auth=false&brokenIsFine=true")
|
||||
| {{_ 'uploaded-avatar'}}
|
||||
if isSelected
|
||||
i.fa.fa-check
|
||||
| ✅
|
||||
p.sub-name
|
||||
unless isSelected
|
||||
a.js-delete-avatar {{_ 'delete'}}
|
||||
|
|
@ -99,7 +101,7 @@ template(name="changeAvatarPopup")
|
|||
+userAvatarInitials(userId=currentUser._id)
|
||||
| {{_ 'initials' }}
|
||||
if noAvatarUrl
|
||||
i.fa.fa-check
|
||||
| ✅
|
||||
p.sub-name {{_ 'default-avatar'}}
|
||||
input.hide.js-upload-avatar-input(accept="image/*;capture=camera" type="file")
|
||||
if Meteor.settings.public.avatarsUploadMaxSize
|
||||
|
|
@ -110,7 +112,7 @@ template(name="changeAvatarPopup")
|
|||
br
|
||||
| {{_ 'invalid-file'}}
|
||||
button.full.js-upload-avatar
|
||||
i.fa.fa-upload
|
||||
| 📤
|
||||
| {{_ 'upload-avatar'}}
|
||||
|
||||
template(name="cardMemberPopup")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue