-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Init * Use antd * Remove unused components * Fix style * Fix cache * Address types * Revert changes * Add tree like structure * Address style issues * Remove ellipsis * Update styles * Fix alignment * Use lib to render table * Remove unnused code * Adjuments * Address errors * Scope the styles * Address lint * Address lint * Address lint * Address lint errors * Address lint errors * Remove unused file * Address comments * Move to antd * Fix search * Remove unused code * Remove unused packages * Address lint * Use inline style * Add items level * Address style * Lint * Lint * Stringify objects * Refactor
- Loading branch information
1 parent
b3b7060
commit 177ed8f
Showing
16 changed files
with
851 additions
and
209 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
|
||
# testing | ||
/coverage | ||
.env | ||
|
||
# production | ||
/build | ||
|
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,8 @@ | ||
.dicom-tag-browser .ant-table-wrapper { | ||
border: 1px solid #f0f0f0; | ||
border-radius: 2px; | ||
} | ||
|
||
.dicom-tag-browser .ant-table-cell { | ||
word-break: break-word; | ||
} |
Oops, something went wrong.