-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: tooltips, translations, styles * fix: tooltips, translations, styles2 * feat: add view button * feat: add and change setup files * feat: add criteria component, rework get products call * feat: introduce modal detail dialog * feat: clean up detail styles * feat: make create dialog work * feat: migrate results to search component * feat: create history dialog * feat: try to fix value field and column * feat: get correct app ids for selected product in criteria and detail * feat: search after delete * fix: update setup * fix: make results visible in search, delete old components * fix: detail problems * fix: some styles and make improvements in filter and dropdowns, set aria labels * fix: delete issue * fix: update used products in criteria on changes * fix: change old translate svc use --------- Co-authored-by: Christian Badura <[email protected]>
- Loading branch information
Showing
44 changed files
with
11,991 additions
and
14,459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
npx --no-install commitlint --edit $1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# .husky/pre-commit | ||
|
||
bash << EOF | ||
|
||
echo "[Husky] Running lint check:" | ||
npm run lint | ||
echo "[Husky] Running prettier check:" | ||
npx prettier -c . | ||
|
||
EOF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.