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
630d1bc763 console/frontend: fix focus styling for inputs
This was broken by 418c9c53d5.
2022-06-23 08:36:44 +02:00
Vincent Bernat
418c9c53d5 console/frontend: turn time range and dimensions into comboboxes 2022-06-18 20:30:38 +02:00
Vincent Bernat
9e620f2c91 console/frontend: rename InputComponent to InputBase 2022-06-08 15:50:08 +02:00