mirror of
https://github.com/QwIT-Development/firka-extension.git
synced 2026-06-12 11:51:39 +02:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c45ee58ea | ||
|
|
0b9897e0eb | ||
|
|
d72a8b519d | ||
|
|
53af1d4c1e | ||
|
|
2329ba2cab | ||
|
|
578da8fb38 | ||
|
|
3275b79adf |
@@ -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
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
BIN
images/firka_logo_o.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user