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
* feat: add tab navigation for app details and deals in AppsRoute component
* feat: add AppAccessTable component and integrate into AppsRoute
* feat: enhance AppAccessTable and AppDealsTable with loading and outdated state management
* feat: rename columns to appColumns and remove app address and price column
* feat: add tab navigation for dataset details, deals, and access in DatasetsRoute
* feat: integrate loading and outdated state management in DatasetDealsTable
* feat: add DatasetAccessTable component and integrate it into DatasetsRoute
* feat: add tab navigation for workerpool details, deals, and access
* feat: enhance WorkerpoolDealsTable with loading and outdated state management
* feat: add WorkerpoolAccessTable component and integrate it into WorkerpoolsRoute
* feat: refactor loading and outdated state management in access and deals tables using useEffect
* feat: add access tables for apps, datasets, and workerpools on address page
* fix: correct import path for WorkerpoolAccessTable component
* refactor: remove console logs from access data fetching functions
* feat: enhance pagination logic to display all pages for 7 or fewer total pages
* feat: update pagination logic to support mobile-first design and dynamic page visibility
* feat: update access data fetching logic to support pagination and total count for apps, datasets, and workerpools
* fix: prevent rendering of pagination controls for invalid states
* refactor: prettier
* fix: stabilize pagination rendering during lading state
* fix: normalize case for order restrictions in CopyButton components
* fix: useTabParam() name in dataset
Co-authored-by: Copilot <[email protected]>
* fix: correct error message wording in loading alerts across multiple tables
* feat: add price column with token symbol for app, dataset, and workerpool orders
* fix: conditionally apply cursor pointer class based on destination
* feat: format access data to include destination paths for apps, datasets, and workerpools
* fix: adjust indicator position calculation to include scroll offset
* fix: update initIExecSDKs to work without wallet connection
* fix: convert price values from NRLC to RLC across app, dataset, and workerpool access columns
* fix: update orderbook fetch calls to include 'any' for dataset, app, and workerpool parameters
* fix: improve pagination stability by updating totalPages reference condition
* fix: stabilize pagination by resetting totalPages reference on chainId change
* fix: remove debug log for provider in initIExecSDKs function
* fix: include 'requester' parameter as 'any' in access data queries for app, dataset, and workerpool
* fix: reorder AddressAppsAccessTable in AddressRoute component
---------
Co-authored-by: Copilot <[email protected]>
0 commit comments