Skip to content
  • Ryan Laurie's avatar
    5225977e
    Add basic model detail page (#27311) · 5225977e
    Ryan Laurie authored
    
    
    * make model detail work in master
    
    * bring basic model detail page in
    
    * Remove page URL helper leftovers
    
    * Rename `Urls.dataset` into `Urls.model`
    
    * Add tests to `Urls.model`
    
    * Move `Urls.model` to its own file
    
    * Add `Urls.modelEditor`
    
    * Use correct URL helpers in model detail page
    
    * Add link to query editor
    
    * Extract `ModelDetailHeader` component
    
    * Small readability fix
    
    * Clean up `QuestionMoveToast`
    
    * Fix model archiving
    
    * Add move and archive actions
    
    * Add border below tab controls
    
    * Fix import
    
    * Add page title
    
    * Extend server mocks
    
    * Fix console errors
    
    * Add `role: dialog` to `Modal`
    
    * Add tests
    
    * Add `ActionsContainer` to `PinnedItemCard`
    
    * Handle read-only model permissions
    
    * Remove data app leftovers
    
    * Don't add `result_metadata` to shared mocks
    
    * Fix spacing
    
    * Fix i18n
    
    * Remove `console.warn` block
    
    * Fix import
    
    * Fix type error
    
    * Add links to reach the model detail page (#27628)
    
    * Add `Urls.modelDetail` helper
    
    * Add `ModelDetailLink` component
    
    * Clean up `PinnedItemCard's` unit tests
    
    * Add model detail link to `PinnedItemCard`
    
    * Clean up `BaseItemsTable's` unit tests
    
    * Add model detail link to `BaseTableItem`
    
    * Add model detail link to model info sidebar
    
    * Fix tests
    
    * Fix spacing
    
    * Add tooltip
    
    Co-authored-by: default avatarAnton Kulyk <kuliks.anton@gmail.com>
    5225977e
    Add basic model detail page (#27311)
    Ryan Laurie authored
    
    
    * make model detail work in master
    
    * bring basic model detail page in
    
    * Remove page URL helper leftovers
    
    * Rename `Urls.dataset` into `Urls.model`
    
    * Add tests to `Urls.model`
    
    * Move `Urls.model` to its own file
    
    * Add `Urls.modelEditor`
    
    * Use correct URL helpers in model detail page
    
    * Add link to query editor
    
    * Extract `ModelDetailHeader` component
    
    * Small readability fix
    
    * Clean up `QuestionMoveToast`
    
    * Fix model archiving
    
    * Add move and archive actions
    
    * Add border below tab controls
    
    * Fix import
    
    * Add page title
    
    * Extend server mocks
    
    * Fix console errors
    
    * Add `role: dialog` to `Modal`
    
    * Add tests
    
    * Add `ActionsContainer` to `PinnedItemCard`
    
    * Handle read-only model permissions
    
    * Remove data app leftovers
    
    * Don't add `result_metadata` to shared mocks
    
    * Fix spacing
    
    * Fix i18n
    
    * Remove `console.warn` block
    
    * Fix import
    
    * Fix type error
    
    * Add links to reach the model detail page (#27628)
    
    * Add `Urls.modelDetail` helper
    
    * Add `ModelDetailLink` component
    
    * Clean up `PinnedItemCard's` unit tests
    
    * Add model detail link to `PinnedItemCard`
    
    * Clean up `BaseItemsTable's` unit tests
    
    * Add model detail link to `BaseTableItem`
    
    * Add model detail link to model info sidebar
    
    * Fix tests
    
    * Fix spacing
    
    * Add tooltip
    
    Co-authored-by: default avatarAnton Kulyk <kuliks.anton@gmail.com>
Loading