You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Setup shared component
* Add type overrides
* Expand Button prop to take in supported HTML attributes
* WIP `Paginate`
* Type updates
* [Paginate] Consolidate callback prop into single `handlePageChange`
* [ConnectionList] Use <Paginate> component
* [Wrapper] Handle pageChange action
* Update qs using `window.pushState` API
* Refetch list based on current offset from URL
* Rename identifier
* Read the offset from the URL on mount
* Fix state shadowing (mitosis gotcha)
* Add missing offset state update
* Fix qs name for pagination, add pageLimit
* Support for toggling Pagination display
* Tweak pushState call for fixing back nav
* Sync offset from query params with `onMount` hook
* Trigger pageChange callback with `onUpdate` hook
* Cleanup routing logic
* Refactor
* [ConnectionList] Fetch data on offset change
* WIP Split refetch and route change callbacks for more predictability
* Turn off vue2 for now
* Avoid identical names for state and variables - should fix vue2 build issue
* Listen for browser back/forward interactions using popstate API
* Button style fixes
* Paginate button style fixes
* [WIP] Context seems to be of help
* Use getter for proper itemsPerPage value with fallback to default
* Hide pagination nav if total items are contained in the first page
* Cleanup context test files
* Simplify by removing children prop
* Table component support no more results
* Wrapper around table for using context
* Support both Paginated/non paginated listings
* Avoid duplicate fetch, ensure that paginated fetch and hook fetch don't run at same time causing race conditions
* Cleanup unused props
* Consolidate non offset params in baseFetchUrl
* Type updates
* Fix hover color for outline button
* Type updates
* Use pageTokenMap to fetch data
* Extract pageToken from response header
* Refactor into Paginated and Non Paginated table
* Added left/right arrow in prev next buttons, style fixes
* Tweak types
* Tweak type
* Fix type error
* [Dsync] Support for pagination
* Fine tune types
* Cleanup
* Type tweak
* System SSO badge fixes
* Update mitosis
* Remove vue2 generation
* Spacing in badge display
* Remove vue2 scripts
* Add space only if required
* Fix conditional render
0 commit comments