input-output-hk / dapps-certification-web

Certification as a service for the Cardano dApps platform
Apache License 2.0
5 stars 0 forks source link

[fix/issues] General issue fixes in revamped version #28

Closed amnambiar closed 1 year ago

amnambiar commented 1 year ago
  1. PLT-7458 - disable form and fields while private repository access is being verified
  2. Update Home page as per PLT-7474 with buttons instead of links
  3. Update Support page content to "Contact us on your dedicated Slack channel for support or questions"

Summary by CodeRabbit

coderabbitai[bot] commented 1 year ago

Walkthrough

This update enhances the user interface and experience across various components. It introduces a new Support component, improves responsiveness for smaller screens, and adds interactive features to the RepoAccessStatus and Home components. The changes aim to provide a more intuitive and engaging user experience.

Changes

File(s) Summary
src/app/App.tsx Replaced ComingSoon with a new Support component for the "support" path.
src/components/.../RepoAccessStatus.tsx Added classes and onClick props to enhance interactivity and styling flexibility.
src/pages/certification/.../AuditorRunTestForm.tsx Introduced verifying state to manage UI interactions during verification process.
src/pages/home/index.css Added media query for improved responsiveness on screens with max width of 1199px.
src/pages/home/index.tsx Enhanced Home component with navigation hooks and updated layout for better user experience.

🐇💻

Code hopping through the night,

Under the soft moonlight.

With each key press, a delight,

Making the user experience just right! 🌙✨

Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - Mention `@coderabbitai` in any *review comment* for bot assistance. - Note: Review comments are made on code diffs or files, not on the PR overview. ### Pause Incremental Reviews - Insert `@coderabbitai: ignore` in the PR description to halt the bot's ongoing reviews. Remove the line to resume. - Additionally, enter `@coderabbitai pause` to halt the bot's ongoing reviews as any issue or review comment. To resume reviews, enter `@coderabbitai resume` as any issue or review comment.