<feed xmlns='http://www.w3.org/2005/Atom'>
<title>enmarcha.git/src/frontend/app/components/LineIcon.css, 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-12T15:48:46Z</updated>
<entry>
<title>Improved version of the planner feature</title>
<updated>2025-12-12T15:48:46Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-12T15:48:14Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=e7eb57bf492617f2b9be88d46c1cc708a2c17af4'/>
<id>urn:sha1:e7eb57bf492617f2b9be88d46c1cc708a2c17af4</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>Remake home and settings pages using Tailwind styles</title>
<updated>2025-11-30T22:29:45Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-30T22:27:33Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=a477dda9dc4291ab25fffe2525acf44177154c86'/>
<id>urn:sha1:a477dda9dc4291ab25fffe2525acf44177154c86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make L23 have light text</title>
<updated>2025-11-30T21:29:06Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-30T21:29:06Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=688a4359d345c32c05d5d43c484b487de344ac97'/>
<id>urn:sha1:688a4359d345c32c05d5d43c484b487de344ac97</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>Refactor street name processing and remove unused stop downloader script</title>
<updated>2025-11-30T18:17:02Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-30T18:17:02Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=cee521142a4e0673b155d97c3e4825b7fec1987f'/>
<id>urn:sha1:cee521142a4e0673b155d97c3e4825b7fec1987f</id>
<content type='text'>
- Updated `street_name.py` to simplify street name handling by removing the `re_remove_street_type` regex and exception streets list, replacing them with a dictionary for name replacements.
- Deleted the `download-stops.py` script from the Santiago stop downloader, which was no longer needed.
- Removed the empty `.gitkeep` file from the overrides directory.
- Added a new `VigoController` class to handle stop estimates and timetables, including error handling for missing data.
- Introduced `LineFormatterService` to format circulation routes based on specific line conditions.
</content>
</entry>
<entry>
<title>feat: add Tailwind CSS support and create ConsolidatedCirculationCard styles</title>
<updated>2025-11-30T16:58:55Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-30T16:58:55Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=e7283ba10d45b42e1274cd13c3d6aabec57c85b4'/>
<id>urn:sha1:e7283ba10d45b42e1274cd13c3d6aabec57c85b4</id>
<content type='text'>
- Added Tailwind CSS and its Vite plugin to the project dependencies.
- Updated Vite configuration to include Tailwind CSS plugin.
- Created a new CSS file for the Consolidated Circulation Card component with styles for various states and responsive design.
</content>
</entry>
<entry>
<title>Drop support for Santiago de Compostela, add collection script</title>
<updated>2025-11-17T15:39:48Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-17T15:39:48Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=ef86a09ee8d8fc287b382cf9092af8726b44ceae'/>
<id>urn:sha1:ef86a09ee8d8fc287b382cf9092af8726b44ceae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement experimental consolidated circulation view</title>
<updated>2025-11-07T13:58:32Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-07T13:58:32Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=52256fd634300b39b915bf1db6020d9d2871a0b4'/>
<id>urn:sha1:52256fd634300b39b915bf1db6020d9d2871a0b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show all stop lines with horizontal scroll for 6+ lines (#79)</title>
<updated>2025-11-07T11:24:44Z</updated>
<author>
<name>Copilot</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2025-11-07T11:24:44Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=0add08015b348de5a069168b57e0be6f5778b97b'/>
<id>urn:sha1:0add08015b348de5a069168b57e0be6f5778b97b</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>
</feed>
