Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
34f639d
Replace eslint-config-react-app
alexdunae May 15, 2026
a69f63b
Change files
alexdunae May 15, 2026
af299c1
less diff noise
alexdunae May 15, 2026
01c11ec
remove change strings
alexdunae May 15, 2026
8e7be25
Switch to `none`
alexdunae May 19, 2026
8999d95
Update to Typescript 6 / Jest 29
alexdunae May 13, 2026
bf20547
Change files
alexdunae May 13, 2026
3460226
.
alexdunae May 15, 2026
1f30c8e
tsconfig jest
alexdunae May 15, 2026
c48acf2
allowJS
alexdunae May 15, 2026
3542e11
change files
alexdunae May 19, 2026
e700db9
"eslint": "^8.57.0"
alexdunae May 19, 2026
9ecba32
add ts to storybook pkg
alexdunae May 19, 2026
ead8657
revert
alexdunae May 19, 2026
3b085a7
Stratakit config
imodeljs-admin Apr 29, 2026
73c87b5
Clone tiles containers
alexdunae May 1, 2026
c9555b3
storybook pkgs
alexdunae May 1, 2026
9a02e89
more config
alexdunae May 1, 2026
21353a7
BaseCard
alexdunae May 1, 2026
7b3b026
tidy and impl
alexdunae May 1, 2026
2608e83
basecard tidy
alexdunae May 4, 2026
1c6803e
context menu
alexdunae May 4, 2026
0312def
.
alexdunae May 6, 2026
828ddd7
.
alexdunae May 6, 2026
c561384
tighten
alexdunae May 6, 2026
4c615eb
align
alexdunae May 6, 2026
8e9ebec
Rename to MUI
alexdunae May 6, 2026
92704af
iTwin Grid spike
alexdunae May 6, 2026
d79200b
thumbnail action buttons
alexdunae May 8, 2026
278a0cd
MUI config
alexdunae May 8, 2026
e12dee3
Add BaseCardLoading
alexdunae May 8, 2026
6b43b77
badges and status
alexdunae May 8, 2026
f0dbda3
onSelect | onOpen
alexdunae May 8, 2026
f5e6538
iModelGridMUI
alexdunae May 11, 2026
0ded70f
useiModelTable
alexdunae May 11, 2026
2a25612
.
alexdunae May 13, 2026
dac0a28
.
alexdunae May 15, 2026
c8e9bf7
post rebase
alexdunae May 19, 2026
aeefd00
fineprint -> metadata, refine
alexdunae May 19, 2026
ece8781
.
alexdunae May 20, 2026
4084da3
docs
alexdunae May 20, 2026
2771dfe
story tidy
alexdunae May 20, 2026
e926101
.
alexdunae May 20, 2026
49d8596
.
alexdunae May 20, 2026
2768040
changes
alexdunae May 20, 2026
9f9a1bb
pr feedback
alexdunae May 20, 2026
8d58fb3
Add @mui/x-data-grid
alexdunae May 21, 2026
d6721ac
tables and tweaks
alexdunae May 21, 2026
298ae8d
revert debug code
alexdunae May 21, 2026
14cb328
.
alexdunae May 28, 2026
31016dc
Add icon to buildMenuOptions
alexdunae May 28, 2026
f614677
ThumbnailIconButton
alexdunae May 28, 2026
b82f534
colours
alexdunae May 28, 2026
a8d2b03
ThumbnailIconButton
alexdunae May 28, 2026
dbb0499
partial thumbnails
alexdunae May 28, 2026
98f0a48
Add default test IDs
alexdunae May 28, 2026
77a31f4
merge main
alexdunae Jun 2, 2026
1eeea75
Add alpha
alexdunae Jun 2, 2026
009c9b0
Fix exports
alexdunae Jun 3, 2026
9733ab6
peerDeps
alexdunae Jun 3, 2026
aee4623
sx props to deal with CSP
alexdunae Jun 3, 2026
c6f0a32
deps
alexdunae Jun 3, 2026
c44330f
tidy
alexdunae Jun 3, 2026
5974e1c
empty state stories
alexdunae Jun 3, 2026
0ab6035
aspect-ratio
alexdunae Jun 3, 2026
3546a50
merge main
alexdunae Jun 3, 2026
e6871c2
Add built output
alexdunae Jun 3, 2026
2231c49
nothumb
alexdunae Jun 4, 2026
192e30e
defaultthumb
alexdunae Jun 4, 2026
db5bcf8
Remove built files
alexdunae Jun 4, 2026
912e5ae
Remove unrelated
alexdunae Jun 4, 2026
896d83d
Merge branch 'main' into alex/imodelgrid-mui
alexdunae Jun 4, 2026
1c76583
tidy
alexdunae Jun 4, 2026
d0306cb
stray config
alexdunae Jun 4, 2026
a97855e
SVG thumbnail
alexdunae Jun 4, 2026
451817a
tsconfig
alexdunae Jun 4, 2026
48303e5
ThumbnailIconButton improvements
alexdunae Jun 4, 2026
a901277
locators etc
alexdunae Jun 4, 2026
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
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
},
"search.exclude": {
"**/CHANGELOG.md": true
}
}
},
"js/ts.preferences.autoImportSpecifierExcludeRegexes": ["^@mui/[^/]+$"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/imodel-browser-react",
"comment": "Add Stratakit MUI components",
"type": "patch"
}
],
"packageName": "@itwin/imodel-browser-react"
}
Loading
Loading