6 |
7 | ## Weather Dashboard
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | .pioenvs
2 | .piolibdeps
3 | .pio
4 | .clang_complete
5 | .gcc-flags.json
6 | data
7 | .vscode
8 | .vscode/c_cpp_properties.json
9 | /web/node_modules
10 | /web/build
11 | .vscode/.browse.c_cpp.db*
12 | .vscode/launch.json
13 | /dist
14 | *.directory
15 | *.code-workspace
--------------------------------------------------------------------------------
/web/src/templates/SvgFieldEditor.scss:
--------------------------------------------------------------------------------
1 | @import "~bootswatch/dist/darkly/variables";
2 | @import "~bootstrap/scss/bootstrap";
3 | @import "~bootstrap/scss/mixins/_breakpoints";
4 | @import "~bootswatch/dist/darkly/bootswatch";
5 |
6 | .alert.new-element {
7 | border: 1px dashed $success;
8 | }
--------------------------------------------------------------------------------
/lib/Util/CharComparator.h:
--------------------------------------------------------------------------------
1 | #include