- Norway
- https://saucey.red
- Joined on
2025-04-28
Implement settings page
Prefer addEventListener
rather than .on{event}
for consistency with the rest of the codebase, in this case input.addEventListener("change", (e: Event) => {})
Implement settings page
Rather than making a global style, use :deep()
, which should work for children of components, e.g.:
Implement settings page
Prefer using margin
properties for spacing in layout, use <br>
for line breaks in text/paragraphs