-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bug fix/map #9
Bug fix/map #9
Conversation
Resolve conflicts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix all ASAP
src/pages/mapPages/[...state].astro
Outdated
--- | ||
import BaseLayout from "@/layouts/Base" | ||
import stateData from "@/assets/map_assets/stateData.json"; | ||
import "@/assets/styles/map_styles/stateStyles.css"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no nested css files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolved folder structure
src/pages/map.astro
Outdated
<TitleLayout title="Explore Dances of India" /> | ||
<IndiaMap /> | ||
<Popup /> | ||
<!-- <Icon name="Andhra" /> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove commented code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed commented code
Added India-Map Component
Description
This pull request adds improvements to the India map project in Astro, including updates to the CSS for better responsiveness, enhancements to the SVG map layout, and integration of JSON data for displaying state-specific folk dances. The changes aim to provide a smoother user experience and better visuals across devices.
Fixes #14 (Improve SVG and image layout responsiveness)
Current Issue
Facing problem in dynamic display of the pop-up on the map page.
Example : The pop up is only visible in the upper part of the map. Hence, one needs to scroll up to view the pop up.
How Has This Been Tested?
The changes have been tested using the following methods:
Test Configuration:
Checklist
Additional Notes
These changes ensure the map project aligns with the goals of a visually appealing, responsive, and content-rich web experience for showcasing Indian folk dances.