7 Commits

Author SHA1 Message Date
Zan
8c45ee58ea Update Firefox image in README.md 2025-12-05 16:09:04 +01:00
Zan
0b9897e0eb Update README.md 2025-12-05 16:08:46 +01:00
Zan
d72a8b519d Update logo image in README.md 2025-12-05 16:04:28 +01:00
Zan
53af1d4c1e Update logo dimensions in README.md 2025-12-05 16:03:37 +01:00
Zan
2329ba2cab Update logo image in README.md 2025-12-05 16:03:25 +01:00
Zan
578da8fb38 Christmas logo 2025-12-05 15:55:11 +01:00
Zan
3275b79adf error fix 2025-12-03 16:04:29 +01:00
6 changed files with 5 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
<p align="center">
<img src="https://i.imgur.com/WugwlzI.png" width="150">
<img width="150" height="150" alt="firka_logo_128" src="https://github.com/user-attachments/assets/089b37c8-bdb1-48af-93e5-9fc656fe8c15" />
<h1 align="center">Firka extension</h1>
</p>
<p align="center">
Modern, testre szabható felhasználói felület az e-KRÉTA rendszerhez
</p>
@@ -23,8 +24,8 @@
<a href="https://chromewebstore.google.com/detail/firxa/emafoaifbfppcccgfmpcoheonhjnpldj?hl=hu">
<img src="https://github.com/QwIT-Development/firka-extension/blob/main/images/chrome.png?raw=true" alt="Elérhető a Chrome Web Store-on" width="200">
</a>
<a href="https://addons.mozilla.org/hu/firefox/addon/firxa/">
<img src="https://github.com/QwIT-Development/firka-extension/blob/main/images/firefox.png?raw=true" alt="Elérhető a Firefox add-ons oldalon" width="200">
<a href="https://github.com/QwIT-Development/firka-extension/releases">
<img src="https://github.com/QwIT-Development/firka-extension/blob/main/images/firefoxact.png?raw=true" alt="Elérhető a Firefox add-ons oldalon" width="200">
</a>
</p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 96 KiB

BIN
images/firka_logo_128_o.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
images/firka_logo_o.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -32,7 +32,7 @@ document.addEventListener("DOMContentLoaded", async () => {
if (customThemes.length === 0) {
grid.innerHTML = `<div class="no-custom-themes" data-i18n="settings.custom_themes.no_themes">Még nincsenek egyéni témák</div>`;
if (window.LanguageManager) {
window.LanguageManager.updatePageTranslations();
window.LanguageManager.loadTranslationsForPage();
}
return;
}