Yong
36a1a478ab
fix custom svg border implementation
2026-02-02 15:33:58 -08:00
github-actions[bot]
0af4aeeab2
ci: version packages ( #279 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-02 17:44:27 -05:00
Yong
31fca17789
formatting
2026-02-02 13:40:05 -08:00
Yong
49c09b499a
Merge branch 'main' into add-focus-button-destructive
2026-02-02 13:32:50 -08:00
Yong
11ab61cc4e
add destructive focus
2026-02-02 13:32:03 -08:00
Yong
7478971588
update alert styling
2026-02-02 13:24:12 -08:00
Yong
8f00139eb1
Merge pull request #280 from run-llama/fix-sorting-data-tables
...
fix sorting with data-table
2026-02-02 13:01:41 -08:00
Yong
52147064ce
Merge pull request #282 from run-llama/fix-spacing-for-accordion
...
fix spacing for accordion
2026-02-02 12:02:37 -08:00
Yong
00588c3326
fix spacing for accordion
2026-02-02 12:01:31 -08:00
Yong
f6c1db06df
formatting
2026-02-02 11:43:00 -08:00
Yong
2401d31696
update y padding
2026-02-02 11:40:44 -08:00
Yong
48918a5df7
lint
2026-02-02 11:14:20 -08:00
Yong
82a1a6c394
fix sorting with data-table
2026-02-02 10:52:31 -08:00
Adrian Lyjak
ee5f1620dd
Switch off of llama-cloud-services ( #268 )
2026-02-02 11:44:58 -05:00
Yong
d3e20ae184
update select styling
2026-01-30 17:30:07 -08:00
Yong
4d63f43d65
update active styling
2026-01-30 16:22:30 -08:00
Yong
08ac0a5d55
Merge pull request #275 from run-llama/add-sidebar-llama-ui-li-li-5162
...
Adding sidebar
2026-01-30 14:22:39 -08:00
Yong
1297cb640b
formatting
2026-01-30 14:05:50 -08:00
Yong
8642c450a2
adding sidebar
2026-01-30 13:52:45 -08:00
Yong
466d48e03e
fix spacing for uploadzone
2026-01-30 13:23:43 -08:00
Yong
0927e5cbcc
fix formatting
2026-01-30 11:24:47 -08:00
Yong
4165fef4e4
add react for storybook
2026-01-30 11:23:48 -08:00
Yong
5f578ac197
add data table to component library
2026-01-30 11:17:42 -08:00
github-actions[bot]
ade95384ab
ci: version packages
2026-01-29 21:38:25 +00:00
Yong
f9abc11b19
fix spacing and use custom border
2026-01-29 13:32:35 -08:00
github-actions[bot]
368d94e996
ci: version packages
2026-01-29 19:53:15 +00:00
Yong
8a3aa299b6
changeset + type fix
2026-01-29 11:44:56 -08:00
Yong
d67b967c28
remove fileurl upload
2026-01-29 11:41:06 -08:00
github-actions[bot]
4d12725065
ci: version packages
2026-01-27 20:45:25 +00:00
Yong
34dadf8214
update test
2026-01-27 12:39:42 -08:00
Yong
19c8213ede
fix typescript
2026-01-27 12:32:54 -08:00
Yong
6c6e52fe4b
lint + format
2026-01-27 12:29:25 -08:00
Yong
7c22a2dcc1
update spacing and ui for upload
2026-01-27 12:23:55 -08:00
github-actions[bot]
c4be69be7a
ci: version packages
2026-01-27 17:53:24 +00:00
Yong
cce3ad4430
validate for dropzone and inline file upload
2026-01-26 21:47:36 -08:00
github-actions[bot]
2076a359a0
ci: version packages
2026-01-27 01:11:36 +00:00
Yong
765c8608a1
formatting
2026-01-26 17:05:35 -08:00
Yong
d36a06dd2e
lint
2026-01-26 17:00:58 -08:00
Yong
5af99d470c
remove classname from uploadzone + fix tabs in file-upload
2026-01-26 16:48:14 -08:00
Yong
da56385955
fix spacing
2026-01-26 16:01:48 -08:00
Yong
9917b8ff68
remove showsupportedfile
2026-01-26 15:49:51 -08:00
Yong
3e6bb48aa8
abstract out upload zone into a separate component
2026-01-26 15:26:52 -08:00
Yong
ef8ee8a3fe
update styling for empty state for uploadzone
2026-01-26 14:11:29 -08:00
github-actions[bot]
9c1f1f032b
chore: update workflows SDK ( #260 )
...
Co-authored-by: llama-org-ci-bot[bot] <231146559+llama-org-ci-bot[bot]@users.noreply.github.com>
2026-01-26 14:21:04 -05:00
Marcus Schiesser
48b1b7a9fd
fix: test
2026-01-20 18:49:15 +08:00
Marcus Schiesser
a03f797e2f
fix: format/lint
2026-01-20 18:25:58 +08:00
Marcus Schiesser
d3b3d7e78c
chore: update contract
2026-01-20 18:25:26 +08:00
Marcus Schiesser
6cd5ac340e
feat: update dialog and table component to v2
2026-01-20 16:43:13 +08:00
Adrian Lyjak
7e392ed647
Fix PDF zoom controls ( #257 )
...
* fix: Prevent auto-scale from overriding manual PDF zoom changes
The recent fit mode feature added a useEffect that recalculates and sets
the initial scale whenever firstPageDims changes. However, firstPageDims
is derived from pageBaseDims state which updates on every page re-render.
This caused manual zoom changes to be immediately overwritten:
1. User clicks zoom button
2. setScale triggers page re-renders
3. handleLoadPage updates pageBaseDims
4. firstPageDims reference changes
5. useEffect fires and resets scale to initial value
Fix: Add isInitialScaleSet ref to ensure auto-scaling only happens once
per document load, preserving user's manual zoom adjustments.
* fix: Allow fitMode toggle to re-scale PDF after manual zoom
The previous fix prevented auto-scale from overriding manual zoom, but
it also prevented the fitMode toggle from working. This adds tracking
of the previous fitMode value so that changing fitMode resets the
isInitialScaleSet flag and allows re-scaling.
Also adds changeset entry for the fix.
* chore: Remove changeset for unreleased feature fix
---------
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-18 10:45:34 -05:00
Huu Le
03adf7b5bf
feat: Replace EmptyState by the new Empty component ( #252 )
2026-01-16 09:53:53 +08:00