-
Notifications
You must be signed in to change notification settings - Fork 3
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
Base Structure Setup #152
Open
Skasix00
wants to merge
26
commits into
production
Choose a base branch
from
digital-292-implementar-pagina-inquerito
base: production
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Base Structure Setup #152
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ge; updates translations for the new survey section
Changed the name from Inquiry to Survey. |
…nd layout for improved responsiveness
Added conditional rendering for the search results Some layout tweaks
…; update translations for AboutCard details
Tweaked anchor buttons to change layout when width < 650
Simplifies state management by combining search and filter states into a single filtered data state. Replaces conditional rendering logic with streamlined functions for displaying filtered and all data. Enhances user experience with clear filter reset functionality. Improves maintainability and readability of the survey results component by reducing redundant code and enhancing logical flow.
Replaces CSS-based layout with Grid component for improved consistency and maintainability. Removes obsolete CSS file. Enhances layout flexibility by utilizing a grid system.
Added a redirect to metrics
Personalied the slider
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several new components and styles for the
inquiry-2024
section of the website. The most important changes include the addition of new components for different levels of the inquiry and their corresponding styles.New Components:
frontend/app/(views)/(website)/inquiry-2024/opengraph-image.tsx
: Added a new component to generate the OpenGraph image for the inquiry.frontend/app/(views)/(website)/inquiry-2024/page.tsx
: Added a new page component for the inquiry with metadata.frontend/components/inquiry-2024/Inquiry2024Card/index.tsx
: Added a new card component for displaying inquiry data with various interactive features and styles.frontend/components/inquiry-2024/Inquiry2024CardGroup/index.tsx
: Added a new component to group and display inquiry cards.frontend/components/inquiry-2024/Inquiry2024Intro/index.tsx
: Added a new component for the introduction section of the inquiry.Corresponding Styles:
frontend/components/inquiry-2024/Inquiry2024Card/styles.module.css
: Added styles for theInquiry2024Card
component, including container, header, content, and share button styles.frontend/components/inquiry-2024/Inquiry2024CardGroup/styles.module.css
: Added styles for theInquiry2024CardGroup
component, including container and group title styles.frontend/components/inquiry-2024/Inquiry2024Intro/styles.module.css
: Added styles for theInquiry2024Intro
component.frontend/components/inquiry-2024/Inquiry2024LevelFour/styles.module.css
: Added styles for theInquiry2024LevelFour
component, including headings and links grid styles.frontend/components/inquiry-2024/Inquiry2024LevelOne/styles.module.css
: Added styles for theInquiry2024LevelOne
component, including headings styles.