Closed loiclaudet closed 1 year ago
This update introduces a new ShareService
component, enhancing the UI with a stepper and service reference selection. It also modifies the share page's hover effects and adds navigation to the shareService
route.
File | Summary |
---|---|
src/ui/page/share/.../shareService.scss src/ui/page/share/service/.../serviceReferenceSelection.scss |
Introduced new CSS classes and styles for the ShareService and ServiceReferenceSelection components. |
src/ui/page/share/.../shareService.tsx src/ui/page/share/service/.../serviceReferenceSelection.tsx |
Added new ShareService and ServiceReferenceSelection components with i18n support. |
src/ui/page/share/share.scss src/ui/page/share/share.tsx |
Updated styles and functionality of the share page, removing hover effects and adding navigation to shareService . |
src/ui/routes.tsx |
Added a new route for ShareService , rendering it within UnsupportedFeatureLayout . |
"In the land of code, where logic is king, 🤴
A rabbit hopped forth, changes to bring. 🐇💼
With a twirl of his paw and a twitch of his ear, 👋👂
He crafted new paths for users to steer. 🛣️🚀"
This PR introduces route and initialisation wrapper for service sharing, enabling access to share service page.
Summary by CodeRabbit
New Feature:
ShareService
page that includes a step-by-step process for service reference selection. This feature enhances the user interface by providing a more structured and intuitive way to share services.Share
page with improved interactivity. The hover effect on the.right
class has been removed, and a click event has been added to navigate to theShareService
page.ShareService
page, improving accessibility for users in different locales.Refactor:
/share/service
for theShareService
page, improving the organization and readability of the application's routing structure.