Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
cba1c06
Init Quantity Formatting React pkg
hl662 Aug 11, 2025
aacb885
changelog
hl662 Aug 12, 2025
f908df6
rename all files, bump eslint
hl662 Aug 12, 2025
b396687
wip fleshing out tests
hl662 Aug 12, 2025
5befe3c
fix all the tests
hl662 Aug 12, 2025
84a0f46
fix localization, improve UI
hl662 Aug 12, 2025
ca839f5
fix
hl662 Aug 12, 2025
23ceb9d
update codeowners
hl662 Aug 12, 2025
0ddb26b
add format selector
hl662 Aug 12, 2025
fb22420
Use FormatDefinition, update README
hl662 Aug 13, 2025
ce979f3
pnpm change
hl662 Aug 13, 2025
ea834a9
flesh out quantity format panel more
hl662 Aug 13, 2025
a71e058
Merge remote-tracking branch 'origin/master' into nam/qty-fmt-pkg
hl662 Aug 13, 2025
516a759
integrate format manager for use with format set
hl662 Aug 13, 2025
c8a0efe
address comments
hl662 Aug 13, 2025
671f52f
downgrade type devDeps
hl662 Aug 13, 2025
92d5ddd
Finish FormatManager
hl662 Aug 14, 2025
c594ef1
run prettier
hl662 Aug 14, 2025
5e5c29d
rename widget to button, Expose formatting button in status bar
hl662 Aug 14, 2025
d915841
revert changes to lockfile in nonrelevant repos, hide panel if no for…
hl662 Aug 14, 2025
265a34a
integrate api extractor
hl662 Aug 14, 2025
c14c8a2
add images to readme, format ecsql query
hl662 Aug 14, 2025
dc9e1ee
remove outdated comment
hl662 Aug 14, 2025
7fd520e
run update extraction
hl662 Aug 14, 2025
4c4b049
shrink images
hl662 Aug 14, 2025
0f4a6ce
add stationing primary children component
hl662 Aug 15, 2025
0ef32d0
Merge remote-tracking branch 'origin/master' into nam/qty-fmt-pkg
hl662 Aug 18, 2025
4e9c88f
address comments
hl662 Aug 19, 2025
5fa2913
remove usage of isMounted, avoiding race conditions
hl662 Aug 19, 2025
2261b99
update styling
hl662 Aug 19, 2025
a6c8bc0
miseed a few
hl662 Aug 19, 2025
fd0c44e
prettier
hl662 Aug 19, 2025
0bf05f0
change to 15 items
hl662 Aug 19, 2025
1b8a4e3
updated readme images
hl662 Aug 19, 2025
5ca021e
Update UnitDescr.tsx
hl662 Aug 20, 2025
0e7262b
Update UnitDescr.tsx
hl662 Aug 20, 2025
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
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@

/packages/itwin/map-layers @itwin/viewer-components-reviewers @mdastous-bentley @eringram
/change/@itwin-map-layers* @itwin/viewer-components-reviewers @mdastous-bentley @eringram

/packages/itwin/quantity-formatting @itwin/itwinjs-core-presentation @hl662
/change/@itwin-quantity-formatting-react* @itwin/itwinjs-core-presentation @hl662
54 changes: 27 additions & 27 deletions apps/learning-snippets/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions apps/test-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@itwin/presentation-hierarchies-react": "^1.9.1",
"@itwin/presentation-shared": "^1.2.2",
"@itwin/property-grid-react": "workspace:*",
"@itwin/quantity-formatting-react": "workspace:*",
"@itwin/reports-config-widget-react": "workspace:*",
"@itwin/tree-widget-react": "workspace:*",
"@itwin/unified-selection": "^1.5.0",
Expand Down
Loading
Loading