-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Description
Add to
- Add Open-source JavaScript-based scanner #6
- Simplify Localization with php-i18n and convert to json #117
- Integrate language switcher #163
- Add share menu fallback #170
- Add escape-key listener / swipedown listener to modal #174
- Use @frontendnetwork/vegancheck as dependency #284
Basic code improvements
- Store translations in one file instead of two separate files #48
- PWA status: Lighthouse could not determine if there was a service worker. #44
- Add
user-select: none;
#65 [Closed as invalid] - Border on
.btn-dark
is defined in px instead of rem #69 - Remove redundant
</span>
-tag #71 - Display all available info instead of
$missinginfo
#72 - [Minor] "require_once" and "include_once" should be used instead of "require" and "include" #75
- Replace
file_get_contents
with cURL #88 - Use of echo language construct is discouraged. #89
- Processing form data without nonce verification. #90
- Direct use of $_POST Superglobal detected. #91
- Split Javascript and removed unused bits #93
- Unify
$productname
/$name
inscript.php
#95 - Use Requests for PHP instead of cURL #97
- Get a OEDB API Key & Implement it via dotenv #98
- Port PHP
script.php
to Python #105 - [BUG in Browser] Android: Scanner does not open in DuckDuckGo Browser #108
- [Code] Refactor modals #143
- Improve
deploy.yml
workflow #164 - Refactoring: Use the mixin mediaquery instead of the global _mq.scss #173
- Fix Install PWA / Shortcuts Notice banner in OLED-Mode #175
Code documentation
Bugs