-
Notifications
You must be signed in to change notification settings - Fork 2
Design update (select) #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
RomanPogorov
wants to merge
31
commits into
master
Choose a base branch
from
design-update
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
f435e5f
to
c918ae7
Compare
rublag-hs
reviewed
Aug 27, 2025
dadec76
to
f5fa6e4
Compare
17f9d83
to
9dcdf41
Compare
af443eb
to
e01fc13
Compare
Issue: HealthSamurai/sansara#6378 Co-authored-by: Andrew Listopadov <[email protected]>
Co-authored-by: Ivan Bagrov <[email protected]>
Issue: HealthSamurai/sansara#6378 Co-authored-by: Andrew Listopadov <[email protected]>
Issue: HealthSamurai/sansara#6378 Co-authored-by: Ivan Bagrov <[email protected]>
Issue: HealthSamurai/sansara#6378 Co-authored-by: Andrew Listopadov <[email protected]>
Issue: HealthSamurai/sansara#6378 Co-authored-by: Panthevm <[email protected]>
Issue: HealthSamurai/sansara#6378 Co-authored-by: Andrew Listopadov <[email protected]>
Issue: HealthSamurai/sansara#6378 Co-authored-by: Panthevm <[email protected]>
Issue: HealthSamurai/sansara#6378 Co-authored-by: Panthevm <[email protected]>
Issue: HealthSamurai/sansara#6378 Co-authored-by: Andrew Listopadov <[email protected]>
c0b03fb
to
1fba6a3
Compare
} | ||
}, [open]); | ||
setOpen(newOpen); | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
onSelectItem?.(null); | ||
} else { | ||
onSelectItem?.(tree.getItemInstance(newVal)); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Adds DataTable, PatientTable, FHIRStructureView, ButtonDropdown, SegmentControl, and SplitButton; expands CodeEditor (SQL/YAML), TreeView options, Input prefix/suffix, and CopyIcon UX with stories/exports and new deps.
DataTable
with column resizing/reordering/pinning;data-table.stories.tsx
.PatientTable
demo with configurable columns and actions; stories added.FHIRStructureView
and story for structured resource trees.ButtonDropdown
with searchable popover; story added.SegmentControl
(radio-based segmented switch) and story.SplitButton
wrapper and story.CodeEditor
: addsql
andyaml
modes (custom SQL dialect), expanded highlight styles,isReadOnlyTheme
prop; updated stories incl. complex HTTP demo.Input
: prefix support, refined suffix/prefix/invalid styles.CopyIcon
: tooltip/toast,onCopy
, customizable behavior.RequestLineEditor
: placeholder/autoFocus; custom toast on copy.AlertDialogAction
: supportsvariant
/danger
.DropdownMenu
: padding tweaks;Tabs
: inactive text color.ResourceIcon
,BackoneElementIcon
,ReferenceIcon
,ComplexTypeIcon
,TypCodeIcon
,UnionIcon
); SVG attr fixes.toast
; exposeui/tree
helpers.@codemirror/lang-sql
,@codemirror/lang-yaml
,@tanstack/react-table
,chokidar
and lockfile updates.Written by Cursor Bugbot for commit 2cac5cf. This will update automatically on new commits. Configure here.