-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update desktop-test-app and template to use iui-layouts (#300)
* Update desktop-app and template to use iui-layouts * Remove unnecessary css import * Fix SignIn and ItwinSelect css * CVE-2023-4863 - bump electron to 24.8.3 * Move PageLayout.Content into App.tsx * Add TitleArea to SelectImodel and remove css * Add TitleArea to Home/Itwin and remove unused css * Add change file * WIP Changes that removes more CSS vs last commit * Add PageLayout.Content pad for Home & SelectImodel * Fix noItwinFound css * Add WIP changes to the template package * Revert electron peerDep * Revert change file for desktop-viewer-react * Add PageLayout CSS to root template * Bump react-scripts to fix localization bug * Clean up css and code * Update layout for selectItwin/IModel
- Loading branch information
1 parent
40c380a
commit 8590398
Showing
24 changed files
with
423 additions
and
565 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@itwin/cra-template-desktop-viewer/AddItwinUILayouts_2023-09-18-23-00.json
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 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@itwin/cra-template-desktop-viewer", | ||
"comment": "Update the app and components to use ITwinUI-layouts", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@itwin/cra-template-desktop-viewer" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@itwin/desktop-viewer-react/AddItwinUILayouts_2023-09-19-23-21.json
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 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@itwin/desktop-viewer-react", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@itwin/desktop-viewer-react" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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
40 changes: 0 additions & 40 deletions
40
packages/apps/desktop-viewer-test/src/frontend/components/modelSelector/SelectIModel.scss
This file was deleted.
Oops, something went wrong.
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.