opnform-host-nginx/client/pages
Chirag Chhatrala dafb0e57a8
Refactor Form Not Found Handling and Improve Error Response (#730)
* Refactor Form Not Found Handling and Improve Error Response

- Replace the existing "Whoops" message with a NotFoundForm component for better user experience when a form is not found.
- Enhance error handling in the loadForm function to set a 404 response status when a form cannot be loaded, improving clarity for users and developers.

These changes aim to streamline the user experience and provide clearer feedback when forms are unavailable.

* Refactor Navbar and NotFoundForm Components for Improved User Experience

- Simplify the Navbar component by removing unnecessary conditional rendering for the authentication display, enhancing clarity in the layout.
- Update the NotFoundForm component to utilize a dynamic actions array for rendering navigation options, improving maintainability and flexibility.
- Adjust text styles for better readability and consistency across the NotFoundForm component.

These changes aim to streamline the user interface and enhance the overall user experience when navigating forms and handling not found scenarios.

* Update NotFoundForm Component for Improved Action Clarity

- Adjust the text and icon in the actions array of the NotFoundForm component to enhance clarity and user experience. The "Start Fresh" action has been renamed to "Create Form" and the icon has been updated from a check-circle to a rocket-launch icon, better reflecting the action's purpose.
- Minor formatting adjustments were made to the template for improved readability.

These changes aim to provide users with clearer navigation options and a more intuitive interface when encountering a not found scenario.

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
2025-03-20 16:55:53 +01:00
..
forms Refactor Form Not Found Handling and Improve Error Response (#730) 2025-03-20 16:55:53 +01:00
oauth Enhance JWT Token Management and Authentication Flow (#720) 2025-03-10 17:32:17 +08:00
password B8e23 submission list UI fixes (#426) 2024-05-29 11:00:27 +02:00
redirect Billing flow redirect (#713) 2025-03-05 19:16:33 +08:00
settings Billing flow redirect (#713) 2025-03-05 19:16:33 +08:00
subscriptions fix subscription success page (#636) 2024-12-02 10:55:09 +01:00
templates Form Templates for self hosted (#546) 2024-08-29 11:08:09 +02:00
ai-form-builder.vue Docker compose setup (#513) 2024-08-05 12:06:20 +02:00
home.vue Fix tag selection method in home page component (#690) 2025-02-03 08:52:26 +01:00
index.vue Fix typo 2024-10-17 12:40:10 +02:00
login.vue 7a137 google auth (#520) 2024-08-19 15:22:57 +02:00
pricing.vue Docker compose setup (#513) 2024-08-05 12:06:20 +02:00
privacy-policy.vue Docker compose setup (#513) 2024-08-05 12:06:20 +02:00
register.vue Feature flags (#543) 2024-08-27 16:49:43 +02:00
settings.vue Update Billing Tab Condition in Settings Page 2025-01-27 11:37:36 +01:00
terms-conditions.vue Docker compose setup (#513) 2024-08-05 12:06:20 +02:00
update-credentials.vue Refactor Docker configuration and development setup 2025-01-29 17:19:36 +01:00