This repository has been archived on 2023-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
nord-for-org/web/dart
Lucien Cartier-Tilet f99d45e8ab
Simplify code, remove html dependency
This commit removes the `html' package dependency, speeding up the
compile time of the Dart code.

It also simplifies the code and removes some unused code. For instance
the sun, moon, and lightbulb icons is removed, the `Theme' class is
removed, and the `switchTheme' function is now merged into the
`setTheme' function. The `makeThemeItem' function has also had its
second argument removed.
2020-08-25 03:34:55 +02:00
..
main.dart Simplify code, remove html dependency 2020-08-25 03:34:55 +02:00
navbar.dart Simplify code, remove html dependency 2020-08-25 03:34:55 +02:00
parse_sitemap.dart Simplify code, remove html dependency 2020-08-25 03:34:55 +02:00
reorganize_html.dart Simplify code, remove html dependency 2020-08-25 03:34:55 +02:00
theme.dart Simplify code, remove html dependency 2020-08-25 03:34:55 +02:00