Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web: refactor the table renderer for legibility #7433

Merged
merged 19 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
314d89b
web: break circular dependency between AKElement & Interface.
kensternberg-authentik Oct 13, 2023
e51b36c
Merge branch 'main' into web/theme-controller-2
kensternberg-authentik Oct 19, 2023
83338f8
Merge branch 'main' into web/theme-controller-2
kensternberg-authentik Oct 19, 2023
e8edbdb
Merge branch 'main' into web/theme-controller-2
kensternberg-authentik Oct 20, 2023
0123bf6
web: fix broken typescript references
kensternberg-authentik Oct 20, 2023
8713a1d
Merge branch 'main' into web/theme-controller-2
kensternberg-authentik Oct 20, 2023
8e89237
Merge branch 'main' into dev
kensternberg-authentik Oct 23, 2023
0449fd0
Merge branch 'main' into dev
kensternberg-authentik Oct 25, 2023
639a8ce
Merge branch 'main' into dev
kensternberg-authentik Oct 27, 2023
6653bd8
Merge branch 'main' into dev
kensternberg-authentik Oct 30, 2023
3b19aa1
Merge branch 'main' into dev
kensternberg-authentik Nov 1, 2023
7754975
Merge branch 'main' into dev
kensternberg-authentik Nov 2, 2023
48495f3
Merge branch 'main' into dev
kensternberg-authentik Nov 3, 2023
6f4ab5d
Refactor the Table component for legiibility.
kensternberg-authentik Nov 3, 2023
c91ac4a
Merge branch 'main' into web/playground/table-architecture-2
kensternberg-authentik Nov 6, 2023
6f46c80
Merge branch 'main' into web/playground/table-architecture-2
kensternberg-authentik Nov 20, 2023
1ca9bba
web: refactor table
kensternberg-authentik Nov 20, 2023
eab5147
Merge branch 'main' into web/playground/table-architecture-2
kensternberg-authentik Dec 8, 2023
f8566c0
Merge branch 'main' into web/playground/table-architecture-2
kensternberg-authentik Dec 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"lint:spelling": "codespell -D - -D ../.github/codespell-dictionary.txt -I ../.github/codespell-words.txt -S './src/locales/**' ./src -s",
"lit-analyse": "lit-analyzer src",
"precommit": "run-s tsc lit-analyse lint:precommit lint:spelling prettier",
"prequick": "run-s tsc:execute lit-analyse lint:precommit lint:spelling",
"prettier-check": "prettier --check .",
"prettier": "prettier --write .",
"pseudolocalize:build-extract-script": "cd scripts && tsc --esModuleInterop --module es2020 --moduleResolution 'node' pseudolocalize.ts && mv pseudolocalize.js pseudolocalize.mjs",
Expand Down
Loading