-
Notifications
You must be signed in to change notification settings - Fork 368
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
refactor: [M3-9157] - TanStack Router Migration for Images Feature #11578
Conversation
feff641
to
dc59eb7
Compare
Coverage Report: ✅ |
0a9b760
to
6d7c9ee
Compare
Cloud Manager UI test results🎉 494 passing tests on test run #9 ↗︎
|
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.
✅ pagination and search and ordering
✅ image actions and create flows
couple small questions below
awesome, thanks Alban! good to see another newly routed feature 🚀
'images-manual-order', | ||
'manual' | ||
); | ||
preferenceKey: MANUAL_IMAGES_PREFERENCE_KEY, |
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.
{ | ||
onClick: () => onCancelFailed?.(id), | ||
title: 'Cancel', | ||
}, |
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.
the onCancelFailed
handler is defined in the Handlers
interface - do we still need it?
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.
All routes and deep links look good to me ✅
Thanks!!
Cloud Manager E2E
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
|
Run duration | 28m 14s |
Commit |
|
Committer | Alban Bailly |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
1
|
|
2
|
|
0
|
|
495
|
View all changes introduced in this branch ↗︎ |
TanStack Router Migration for Images Feature
Overview 📝
routes/images/
ImagesLanding
to use TanStack Router hooksThe changes maintain existing functionality while providing better type safety and state management through the URL.
Preview 📷
No visual difference/regression should be experioenced as a result of this PR
How to test 🧪
Prerequisites
Verification steps
prod-test-019
to test pagination since it has a large amount of imagesAuthor Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅