-
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.
Ij 337 Fix release bugs reported by users (#234)
* IJ-337 swat to vite * IJ-337 disable TEMPORARY few lint rules * IJ-337 Swap to vitest * IJ-337 Swap to vitest * IJ-337 Upgrate tests * IJ-337 Cleanup * IJ-337 Change tests file extensions to *.jsx * IJ-337 Bump required Node.js version to v16.* * IJ-337 Remove `.only` * Fix vulnerabilities * Update the build destination directory to meet CRA scheme * Change dist directory to build * Update java security whitelist to allow access to /assets and /icons * Update sidebard component styling to open/close properly with width adjustment, center calendars, change time registration component styling * UI Bugfixes: missing remaining vacations & pending days, time picker location, select boxes height for multiselection * Remvoe console logs * Cleanup: remove unused pieces of code, update tests due to a provider level change --------- Co-authored-by: Maciej Roszkiewicz <[email protected]> Co-authored-by: Kamil Matuszewski <[email protected]>
- Loading branch information
1 parent
84c6d80
commit 2485fe2
Showing
12 changed files
with
87 additions
and
87 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,7 @@ | |
} | ||
|
||
.dateTimePickerInput { | ||
margin-top: -10px; | ||
width: 8rem; | ||
height: 44px; | ||
background-color: #F2EFEA; | ||
|
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 |
---|---|---|
|
@@ -53,6 +53,7 @@ | |
} | ||
|
||
.appLogo { | ||
margin-left: 20px; | ||
filter: brightness(0) invert(1); | ||
height: 40px; | ||
} | ||
} |
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.