Unfortunately, several code styles are mixed in the repository.
Examples
Inconsistent use of semicolons at the line ends
The same quotation marks should be used in the entire project (')
Code lines, mostly imports, can be better structured/grouped
Whitespaces should be used consistently (for example, spaces in CSS were sometimes omitted (like element{ instead of element {, I find that the second variant is more readable))
Note
This should be done just before the first release.
# Inconsistent code style
Unfortunately, several code styles are mixed in the repository.
## Examples
- Inconsistent use of semicolons at the line ends
- The same quotation marks should be used in the entire project (`'`)
- Code lines, mostly imports, can be better structured/grouped
- Whitespaces should be used consistently (for example, spaces in CSS were sometimes omitted (like `element{` instead of `element {`, I find that the second variant is more readable))
## Note
This should be done just before the first release.
jakob.scheid
added this to the 0.1.0 milestone 2026-05-19 19:37:21 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Inconsistent code style
Unfortunately, several code styles are mixed in the repository.
Examples
')element{instead ofelement {, I find that the second variant is more readable))Note
This should be done just before the first release.