Commit Graph

4 Commits

Author SHA1 Message Date
Vincent Bernat
8be1bca4fd license: AGPL-3.0-only
```
git ls-files \*.js \*.go \
  | xargs sed -i '1i // SPDX-FileCopyrightText: 2022 Free Mobile\n// SPDX-License-Identifier: AGPL-3.0-only\n'
git ls-files \*.vue \
  | xargs sed -i '1i <!-- SPDX-FileCopyrightText: 2022 Free Mobile -->\n<!-- SPDX-License-Identifier: AGPL-3.0-only -->\n'
```
2022-06-29 11:42:28 +02:00
Vincent Bernat
ff53ae7c51 console/frontend: harmonize a button outlines 2022-05-24 23:48:34 +02:00
Vincent Bernat
407ad4c1bf console/frontend: rename "darkMode" injected dependency to "theme" 2022-05-21 00:46:18 +02:00
Vincent Bernat
1c0c660451 console: add a theme provider to not rely on CSS only 2022-05-12 14:27:18 +02:00