-
Notifications
You must be signed in to change notification settings - Fork 149
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
feat: add list view wrapper #2551
Conversation
* chore: expose grid and flexbox props * fix: add changeset * chore: update lint error * feat: add width prop in chip * feat: let user change the layout * chore: remove unsed commit types * chore: review changes * chore: update snap * chore: removed unused utils * chore: remove types * chore: update ts * chore: review change * chore: update snap * chore : review change * chore: review changes * chore: addMaxWidth , minWidth * chore: expose maxWidth , minWidth * chore: update chipgroup width * chore: more refactor * chore: update snap * chore: chipgroup custom layout * chore: change to getBaseBoxStyles * chore: refactor width * chore: refactor * chore: more changes * chore: snap update * chore: change to width 100% * chore: update snaps * chore: review changes * chore: docs update * chore: change baseBoxProps to box props
* fix: bug and code refactor * chore: border radius * chore: ts fixes * chore: border radius changes * chore: update snap * fix: loading single button in buttonGroup
* feat: support icon-only-tab * fix: alignment of icon * chore: update borderRadius to medium * chore: remove divider from tablist according to design * chore: update background color * fix: update padding for tab horizontal bordered and filled * chore: update types * chore: update snap * Revert "fix: update padding for tab horizontal bordered and filled" This reverts commit 4f76377. * chore: update snaps * chore: unused code --------- Co-authored-by: tewarig <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: add drag handle icon * feat: add drag handle * chore: update tests
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
🦋 Changeset detectedLatest commit: c2d7904 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ PR title follows Conventional Commits specification. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit c2d7904:
|
Bundle Size ReportUpdated Components
|
* chore: shouldShowNavigationButton in mobile * chore: change flag name * chore: rename prop * chore: add changeset and update types
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(coverage-plugin): add few updates * fix: remove hidden fills from traversal * fix: ignore parent frame that is under section * fix
* feat: quick filter base * chore: remove onClick * chore: remove trailing element * chore: quick filter changes * chore: more fixes * chore: added tests * chore: add support for test id and meta attributes * chore: change type of quick filter card * chore: change type * chore: update snap * chore: update story * chore: set state empty * chore: update example * chore: update snap , stories * chore: add changeset * chore: minor changes * chore: change chageset * refactor: quickfilter name * refactor: onChange * refactor: context * chore: remove attributes * chore: change trailingElement to trailing * chore: remove quick filters * chore: make api similar to quick filters * chore: added name * chore: update tests * chore: more refactor * chore: make api similar and update docs * chore: export quick filter * chore: update snaps and remove baseBox and other functions * chore: remove blade common events * fix: build
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: virtulization on table poc * chore: virtulized selectable demo * chore: minor changes * chore: update table styling and virtulization poc * chore: add toolbar * chore: styling fix * fix: height of table * chore: remove hasPadding from tableBody * chore: scroll styling in case of not proper space is their , in virtual table div * chore: added isVirtualized prop * chore: added dynamic width and height * chore: table hover actions fixes * fix: row bottom not visible with rowHeight * fix: distance between header height and table height * fix: gap between table cells * chore: added isSelectable todo * chore: add isVirtualized prop * chore: remove unused classes * chore: remove comments * chore: code clean up * fix: old table styling * chore: table height fix * fix: table bg on hover , (but hover actions are not working now ;_;) * fix: table hover actions :tick * fix: inconsistent size of checkbox header * chore: added examples * chore: update story * chore: pagination check and prop fix * chore: throw error * chore: added error * fix: make table response * chore: update docs & components and types * chore: fixed ts and lint errors in code * fix: more ts error and ignore few files now * chore: ignore table test * chore: update test * fix: ts error * fix: more ts error * chore: update virtuazlied table api * chore: added table body styles * refactor: styles for table and table body * chore: code clean up * chore: added test & updated ref type * chore: added changeset * fix: lint error * chore: cleanup * chore: update snap * chore: removed ununsed code * chore: unused code * chore: move updates * chore: update snap * chore: update table * chore: self review changes * chore: removed getTableRowSelector * chore: minior review changes * chore: table api changes * chore: make rowHeight internal * chore: more review changes * chore: update docs * chore: added more stories * chore: update style type , added isDisbaled and fix double background color in hover actions * fix: build error * chore: update tests * fix: update table virtualized * chore: update snap * chore: lint fix * chore: update default page size * chore: rename VirtulizedWrapper to TableVirtualizedWrapper * fix: headerHeight , rowHeight by default * chore: remove rowHeight * chore: able to pass height * chore: update ref * chore: exmaple updates * chore: update api docs * feat: move isVirtualized internally * fix: lint change * chore: update lint * chore: lint fix * chore: remove boxref * chore: update table.web.test * chore: resolve generics * chore: move tabledata to context * chore: more ts changes * chore: update body ts type * chore: more changes * chore: remove unsed file * chore: change types * chore: more values * chore: review changes * chore: remove basic table example * chore: add component id * chore: remove extra stories * refactor: isVirtualized code * chore: update snaps * chore: change to local table node * chore: update jsdocs * chore: review changes --------- Co-authored-by: saurabhdaware <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…origin' into feat/list-view-wrapper
Description
Changes
Additional Information
Component Checklist