<feed xmlns='http://www.w3.org/2005/Atom'>
<title>enmarcha.git/src/frontend/app/routes/routes-$id.tsx, branch renovate/npm-all</title>
<subtitle>The ultimate public transit application for Galicia (Spain)
</subtitle>
<id>https://git.costas.dev/arielcostas/enmarcha.git/atom?h=renovate%2Fnpm-all</id>
<link rel='self' href='https://git.costas.dev/arielcostas/enmarcha.git/atom?h=renovate%2Fnpm-all'/>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/'/>
<updated>2026-04-05T22:54:41Z</updated>
<entry>
<title>Display all Xunta routes in route list</title>
<updated>2026-04-05T22:54:41Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2026-04-05T22:54:41Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=1f45ef6dcd0840aa67bc42d578013b1dd086c54d'/>
<id>urn:sha1:1f45ef6dcd0840aa67bc42d578013b1dd086c54d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(routes): add realtime estimates panel with pattern-aware styling</title>
<updated>2026-03-13T15:49:30Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2026-03-13T15:49:10Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=ee69c62adc5943a1dbd154df5142c0e726bdd317'/>
<id>urn:sha1:ee69c62adc5943a1dbd154df5142c0e726bdd317</id>
<content type='text'>
- New GET /api/stops/estimates endpoint (nano mode: tripId, patternId, estimate, delay only)
- useStopEstimates hook wiring estimates to routes-$id stop panel
- Pattern-aware styling: dim schedules and estimates from other patterns
- Past scheduled departures shown with strikethrough instead of hidden
- Persist selected pattern in URL hash (replace navigation, no history push)
- Fix planner arrivals using new estimates endpoint
</content>
</entry>
<entry>
<title>Enhance route details handling and add favorites functionality; improve error logging and response structure</title>
<updated>2026-03-08T23:00:50Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2026-03-08T23:00:39Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=d71f0ed16d175285f2e8cbde6091994c2aa1d962'/>
<id>urn:sha1:d71f0ed16d175285f2e8cbde6091994c2aa1d962</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Route detail visualisation improvement</title>
<updated>2026-03-01T10:26:27Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2026-03-01T10:26:27Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=9409e52a7fe14575966962c4fc3fbf248699cd96'/>
<id>urn:sha1:9409e52a7fe14575966962c4fc3fbf248699cd96</id>
<content type='text'>
Squashed commit of the following:

commit 2f2261f764e0a0a52652bceda306f39f6f568b87
Author: copilot-swe-agent[bot] &lt;198982749+Copilot@users.noreply.github.com&gt;
Date:   Sun Mar 1 10:21:52 2026 +0000

    Implement route-specific realtime filtering and route detail UI updates

    Co-authored-by: arielcostas &lt;94913521+arielcostas@users.noreply.github.com&gt;

commit e5ab68b158558e0f6577bf0fdd95e652fb269e6a
Author: Ariel Costas Guerrero &lt;ariel@costas.dev&gt;
Date:   Sun Mar 1 11:17:19 2026 +0100

    Fix delay formatting to ensure absolute values are displayed for arrivals and rejections

commit df7d61c089a4e55a3b2efad8556b17e1f7f25e1c
Author: Ariel Costas Guerrero &lt;ariel@costas.dev&gt;
Date:   Sun Mar 1 11:14:11 2026 +0100

    Improve the formatting a bit for the arrival schedules

commit 4b65cdb43824ba936234be6b5bdd6cf8ac9c56bb
Author: copilot-swe-agent[bot] &lt;198982749+Copilot@users.noreply.github.com&gt;
Date:   Sun Mar 1 10:05:34 2026 +0000

    Fix hook-order violation in route details stop departures

    Co-authored-by: arielcostas &lt;94913521+arielcostas@users.noreply.github.com&gt;

commit 2da4fb594f1433ddd1a26e267bbc7e917145b3b5
Author: copilot-swe-agent[bot] &lt;198982749+Copilot@users.noreply.github.com&gt;
Date:   Sun Mar 1 09:50:14 2026 +0000

    Polish selected-stop realtime display in route details

    Co-authored-by: arielcostas &lt;94913521+arielcostas@users.noreply.github.com&gt;

commit dc7fc11085773a030bc9109e8c435a62a3567051
Author: copilot-swe-agent[bot] &lt;198982749+Copilot@users.noreply.github.com&gt;
Date:   Sun Mar 1 09:48:33 2026 +0000

    Load route-details realtime only for selected stop

    Co-authored-by: arielcostas &lt;94913521+arielcostas@users.noreply.github.com&gt;

commit b9408664fd0c0d115f6aa0341deb9fa5b74f2b26
Author: copilot-swe-agent[bot] &lt;198982749+Copilot@users.noreply.github.com&gt;
Date:   Fri Feb 27 18:20:16 2026 +0000

    Initial plan
</content>
</entry>
<entry>
<title>fix: Use formatHex for route color formatting in RouteDetailsPage</title>
<updated>2026-02-11T17:05:34Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2026-02-11T17:05:34Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=58d309b69bcc80a215c4fd6f38044b820d4f3674'/>
<id>urn:sha1:58d309b69bcc80a215c4fd6f38044b820d4f3674</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Add link to view stop details in route details page</title>
<updated>2026-01-30T19:50:47Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2026-01-30T19:50:47Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=a424add8f2b396b1d68db549359e88a15ed624b5'/>
<id>urn:sha1:a424add8f2b396b1d68db549359e88a15ed624b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Add trip selection functionality and localization updates for trips in English, Spanish, and Galician</title>
<updated>2026-01-30T19:49:04Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2026-01-30T19:48:51Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=bb6366af0c07116ecb54144dca129f099127d4c3'/>
<id>urn:sha1:bb6366af0c07116ecb54144dca129f099127d4c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Add date parameter to GetRouteDetails and update fetchRouteDetails to support date queries</title>
<updated>2026-01-30T19:01:43Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2026-01-30T18:59:47Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=073c7174490ed3d8ae34c3f8c8f1b91bce711f6f'/>
<id>urn:sha1:073c7174490ed3d8ae34c3f8c8f1b91bce711f6f</id>
<content type='text'>
feat: Enhance localization with new date-related strings in English, Spanish, and Galician
feat: Improve RouteDetailsPage with layout options and date selection for better user experience
</content>
</entry>
<entry>
<title>feat: Enhance header and app shell with back navigation and dynamic title support</title>
<updated>2026-01-30T18:30:14Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2026-01-30T18:29:55Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=7348781b89178589036620b33f3554b2e7271c5f'/>
<id>urn:sha1:7348781b89178589036620b33f3554b2e7271c5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Enhance route details to include agency information and update map attribution</title>
<updated>2025-12-28T21:40:52Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-28T21:40:52Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=9618229477439d1604869aa68fc21d4eae7d8bb1'/>
<id>urn:sha1:9618229477439d1604869aa68fc21d4eae7d8bb1</id>
<content type='text'>
</content>
</entry>
</feed>
