update data based on selected company (#122)

Added UI elements to select a company and update shown data depending on chosen company



---------

Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
KM-R
2023-09-19 23:45:10 +02:00
committed by GitHub
parent 80f077ee7a
commit 487b2f42d1
15 changed files with 900 additions and 732 deletions

View File

@@ -26,7 +26,7 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.289
rev: v0.0.290
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]