-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add icon and option for Weblate in footer #5656
feat: Add icon and option for Weblate in footer #5656
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/7lbvf5sks |
Codecov Report
@@ Coverage Diff @@
## development #5656 +/- ##
============================================
Coverage 23.72% 23.72%
============================================
Files 498 498
Lines 5277 5277
Branches 47 47
============================================
Hits 1252 1252
Misses 4017 4017
Partials 8 8 Continue to review full report at Codecov.
|
Please use monochrome svg icon |
@iamareebjamal sir, not able to find weblate monochrome svg icon. I think it is very rare icon. I tried on many sites but not get icon. Thats why i used this. |
Have you tried, ..., wait for it, ..., drumrolls, ...... https://hosted.weblate.org/? |
2b115f7
to
4818258
Compare
@@ -93,6 +93,11 @@ | |||
<i class="telegram icon"></i> {{t 'Telegram'}} | |||
</a> | |||
{{/if}} | |||
{{#if this.socialLinks.weblateUrl}} | |||
<a class="item" href="{{this.socialLinks.weblateUrl}}" target="_blank" rel="noopener noreferrer"> | |||
<img src="{{if this.socialLinks.weblateUrl '/images/weblate icon.png'}}" class="weblate-icon"> {{t 'Weblate'}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Monochrome SVG icon
svg |
https://semantic-ui.com/elements/icon.html @iamareebjamal @mariobehling sir, there is no exact icon for weblate in font awesome and semantic ui icons. |
|
Fixes #5635
Short description of what this resolves:
require fossasia/open-event-server#7451
add another option to add a link to Weblate to the Footer.
it is configurable just like the other options in this footer area.
Checklist
development
branch.screenshots