<feed xmlns='http://www.w3.org/2005/Atom'>
<title>enmarcha.git/src/frontend/app/components/Stops/ConsolidatedCirculationCard.tsx, branch main</title>
<subtitle>The ultimate public transit application for Galicia (Spain)
</subtitle>
<id>https://git.costas.dev/arielcostas/enmarcha.git/atom?h=main</id>
<link rel='self' href='https://git.costas.dev/arielcostas/enmarcha.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/'/>
<updated>2025-12-24T16:53:32Z</updated>
<entry>
<title>Implement new UI styles</title>
<updated>2025-12-24T16:53:32Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-24T16:53:32Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=9ed46bea58dbb81ceada2a957fd1db653fb21e52'/>
<id>urn:sha1:9ed46bea58dbb81ceada2a957fd1db653fb21e52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: enhance route matching logic and improve CSS layout for consolidated circulation card</title>
<updated>2025-12-12T09:36:45Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-12T09:36:45Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=401b6a7bcf0e4f93f4605d77a35325b8211288ba'/>
<id>urn:sha1:401b6a7bcf0e4f93f4605d77a35325b8211288ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: update default formatter to Prettier and enhance ETA display logic in ConsolidatedCirculationCard</title>
<updated>2025-12-08T11:40:49Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-08T11:40:49Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=ed023a4b5ee257c0c367357b6d83f9778e2cf536'/>
<id>urn:sha1:ed023a4b5ee257c0c367357b6d83f9778e2cf536</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>Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized functions.</title>
<updated>2025-12-08T00:37:10Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-08T00:37:10Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=107295575e3a7c37911ae192baf426b0003975a4'/>
<id>urn:sha1:107295575e3a7c37911ae192baf426b0003975a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add StopHelpModal component and integrate help functionality in Estimates</title>
<updated>2025-12-07T23:33:27Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-07T23:33:16Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=417930355fbe6089536c60c3ffba75c8691ca581'/>
<id>urn:sha1:417930355fbe6089536c60c3ffba75c8691ca581</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: adjust width of LineIcon container and improve marquee display logic</title>
<updated>2025-12-01T21:42:06Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-01T21:42:06Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=284e625fd54570939945de1b3b9a2ab0c239448e'/>
<id>urn:sha1:284e625fd54570939945de1b3b9a2ab0c239448e</id>
<content type='text'>
</content>
</entry>
<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>Fix some terminus formatting, add marquee-d next streets</title>
<updated>2025-12-01T16:41:47Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-01T16:41:47Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=3999423cf2517a63802421410a1565bd9a63125d'/>
<id>urn:sha1:3999423cf2517a63802421410a1565bd9a63125d</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>
</feed>
