-
Notifications
You must be signed in to change notification settings - Fork 437
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
Added Preview Page UI, migrated to SlideOver Component & icons updated. #6296
Conversation
…e icons to use CareIcons
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@yogeshbhutkar marking it as discussion for UI in EOD Call |
7a77b93
to
c58702b
Compare
@yogeshbhutkar is this PR, good for testing |
Yes @nihal467, the design was approved in the last EOD call, you can go ahead and test it out. |
Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions. |
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, This pr has been automatically closed because it has not had any recent activity. Thank you for your contributions. Feel free to repopen the pr. |
Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions. |
👋 Hi, @yogeshbhutkar, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions. |
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, This pr has been automatically closed because it has not had any recent activity. Thank you for your contributions. Feel free to repopen the pr. |
Issue Addressed: #6221
WHAT
🤖 Generated by Copilot at c74eb25
Refactored the file preview dialog component to use a slide over UI and added more functionality. Replaced the
Dialog
component with theSlideOver
component inFilePreviewDialog.tsx
and simplified the props. Added zoom, rotate, and download buttons usingButtonV2
andCareIcon
.Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at c74eb25
FilePreviewDialog
component to useSlideOver
component instead ofDialog
component (link, link, link)SlideOver
component that renders file as image or iframe (link)ButtonV2
andCareIcon
components (link)Transition
andDialog
components as they are no longer needed (link)