<feed xmlns='http://www.w3.org/2005/Atom'>
<title>enmarcha.git/src/frontend/app/data/StopDataProvider.ts, branch copilot/fix-timestamp-utc-issue</title>
<subtitle>The ultimate public transit application for Galicia (Spain)
</subtitle>
<id>https://git.costas.dev/arielcostas/enmarcha.git/atom?h=copilot%2Ffix-timestamp-utc-issue</id>
<link rel='self' href='https://git.costas.dev/arielcostas/enmarcha.git/atom?h=copilot%2Ffix-timestamp-utc-issue'/>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/'/>
<updated>2025-12-28T17:21:30Z</updated>
<entry>
<title>Get favourite stops from OTP instead of pre-generated file</title>
<updated>2025-12-28T17:21:30Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-28T17:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=b2ddc0ef449ccbe7f0d33e539ccdfc1baef04e2c'/>
<id>urn:sha1:b2ddc0ef449ccbe7f0d33e539ccdfc1baef04e2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Refactor NavBar and Planner components; update geocoding services</title>
<updated>2025-12-28T14:59:50Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-28T14:59:32Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=4fb2fe683b75464917dec4b1a0aaee63830f3b9a'/>
<id>urn:sha1:4fb2fe683b75464917dec4b1a0aaee63830f3b9a</id>
<content type='text'>
- Removed unused Navigation2 icon from NavBar.
- Updated usePlanner hook to manage route history and improve local storage handling.
- Enhanced PlannerApi with new fare properties and improved itinerary handling.
- Added recent routes feature in StopList with navigation to planner.
- Implemented NominatimGeocodingService for autocomplete and reverse geocoding.
- Updated UI components for better user experience and accessibility.
- Added translations for recent routes in multiple languages.
- Improved CSS styles for map controls and overall layout.
</content>
</entry>
<entry>
<title>Implement loading stops as tiles from OTP</title>
<updated>2025-12-19T12:06:27Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-19T12:06:27Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=2a9aca302485bc08f5b2dd2a54987de6f80fc338'/>
<id>urn:sha1:2a9aca302485bc08f5b2dd2a54987de6f80fc338</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update formatting</title>
<updated>2025-12-08T11:04:25Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-08T11:04:25Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=b9bb62cf0c2af848bf02e2a74d9bd109ef570010'/>
<id>urn:sha1:b9bb62cf0c2af848bf02e2a74d9bd109ef570010</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement Renfe data source</title>
<updated>2025-12-07T22:37:38Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-07T22:33:10Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=a1d589c1a0d5a5010e5fe4e8a1ec403ffafb289f'/>
<id>urn:sha1:a1d589c1a0d5a5010e5fe4e8a1ec403ffafb289f</id>
<content type='text'>
</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: 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>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>PWA: use standalone display mode and disable scroll on modal sheets (#82)</title>
<updated>2025-11-07T18:44:50Z</updated>
<author>
<name>Copilot</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2025-11-07T18:44:50Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=a6ec0e52ecb33915cc4c4b22df1d2512ab9b0111'/>
<id>urn:sha1:a6ec0e52ecb33915cc4c4b22df1d2512ab9b0111</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;</content>
</entry>
<entry>
<title>Improve gallery scroll indicators and format code</title>
<updated>2025-11-07T09:47:20Z</updated>
<author>
<name>copilot-swe-agent[bot]</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2025-11-06T22:52:02Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=ee77f38cdb324cbcf12518490df77fc9e6b89282'/>
<id>urn:sha1:ee77f38cdb324cbcf12518490df77fc9e6b89282</id>
<content type='text'>
Co-authored-by: arielcostas &lt;94913521+arielcostas@users.noreply.github.com&gt;
</content>
</entry>
</feed>
