<feed xmlns='http://www.w3.org/2005/Atom'>
<title>enmarcha.git/src/frontend/app/components/StopMapSheet.tsx, branch old-main</title>
<subtitle>The ultimate public transit application for Galicia (Spain)
</subtitle>
<id>https://git.costas.dev/arielcostas/enmarcha.git/atom?h=old-main</id>
<link rel='self' href='https://git.costas.dev/arielcostas/enmarcha.git/atom?h=old-main'/>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/'/>
<updated>2025-12-01T21:25:56Z</updated>
<entry>
<title>refactor: replace StopSheet with StopSummarySheet and update related components</title>
<updated>2025-12-01T21:25:56Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-01T21:25:56Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=3227c7bc6bd233c92b1cf54bec689f0582dca547'/>
<id>urn:sha1:3227c7bc6bd233c92b1cf54bec689f0582dca547</id>
<content type='text'>
- Deleted StopSheet and StopSheetSkeleton components.
- Introduced StopSummarySheet and StopSummarySheetSkeleton components.
- Updated ConsolidatedCirculationCard to support a reduced view.
- Modified ConsolidatedCirculationList to accept a reduced prop.
- Adjusted map route to use StopSummarySheet.
- Cleaned up CSS styles related to the stop sheet components.
- Enhanced error handling and loading states in the new summary sheet.
- Updated stop report logic to filter out empty next streets.
</content>
</entry>
<entry>
<title>Refactor StopMap and Settings components; replace region config usage with REGION_DATA, update StopDataProvider calls, and improve UI elements. Remove unused timetable files and add Tailwind CSS support.</title>
<updated>2025-11-30T19:49:48Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-30T19:49:48Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=a68ba30716062b265f85c4be078a736c7135d7bc'/>
<id>urn:sha1:a68ba30716062b265f85c4be078a736c7135d7bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Enhance StopMap and StopMapModal with user interaction tracking and improved map handling</title>
<updated>2025-11-23T00:03:04Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-23T00:02:47Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=da2c83cceb4bf6724ae1d9a6dfd939aca795cb19'/>
<id>urn:sha1:da2c83cceb4bf6724ae1d9a6dfd939aca795cb19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Enhance shape retrieval with bus and stop point indexing; update related components</title>
<updated>2025-11-21T20:22:33Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-21T20:22:33Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=04a8eb43eead686c0e32255965f6e573c5ffcbfa'/>
<id>urn:sha1:04a8eb43eead686c0e32255965f6e573c5ffcbfa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show path from bus position to terminus</title>
<updated>2025-11-21T09:53:03Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-21T09:53:03Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=7061660e7d475fe3ed016858a49a0c9b7ba10c18'/>
<id>urn:sha1:7061660e7d475fe3ed016858a49a0c9b7ba10c18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Enhance map attribution feature; improve styles and add toggle functionality in StopMapSheet component</title>
<updated>2025-11-19T21:58:40Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-19T21:58:40Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=3ebb062e99dbd8a63d5642d67ba4be753e61a34d'/>
<id>urn:sha1:3ebb062e99dbd8a63d5642d67ba4be753e61a34d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Add About and Favourites pages, update routing and context management</title>
<updated>2025-11-19T14:05:34Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-19T14:04:55Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=d51169f6411b68a226d76d2d39826904de484929'/>
<id>urn:sha1:d51169f6411b68a226d76d2d39826904de484929</id>
<content type='text'>
- Added new routes for About and Favourites pages.
- Implemented About page with version information and credits.
- Created Favourites page with a placeholder message for empty favourites.
- Refactored RegionConfig import paths for consistency.
- Introduced PageTitleContext to manage page titles dynamically.
- Updated various components to utilize the new context for setting page titles.
- Enhanced AppShell layout with a responsive Drawer for navigation.
- Added CSS styles for new components and pages.
- Integrated commit hash display in the About page for version tracking.
</content>
</entry>
<entry>
<title>Some UI tweaks</title>
<updated>2025-11-19T11:40:48Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-19T11:40:48Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=d434204860fc0409ad6343e815d0057b97ce3573'/>
<id>urn:sha1:d434204860fc0409ad6343e815d0057b97ce3573</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use consolidated data API in map sheet with shared card component (#100)</title>
<updated>2025-11-17T22:39:08Z</updated>
<author>
<name>Copilot</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2025-11-17T22:39:08Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=276e73412abef28c222c52a84334d49f5e414f3c'/>
<id>urn:sha1:276e73412abef28c222c52a84334d49f5e414f3c</id>
<content type='text'>
Co-authored-by: copilot-swe-agent[bot] &lt;198982749+Copilot@users.noreply.github.com&gt;
Co-authored-by: arielcostas &lt;94913521+arielcostas@users.noreply.github.com&gt;
Co-authored-by: Ariel Costas Guerrero &lt;ariel@costas.dev&gt;</content>
</entry>
<entry>
<title>Refactor code structure for improved readability and maintainability</title>
<updated>2025-11-15T17:00:59Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-15T17:00:59Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=4b9c57dc6547d0c9d105ac3767dcc90da758a25d'/>
<id>urn:sha1:4b9c57dc6547d0c9d105ac3767dcc90da758a25d</id>
<content type='text'>
</content>
</entry>
</feed>
