<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ceres/view/html/recipe-confirm-deletion.html, branch 0.3.x-to-0.4.y</title>
<subtitle>Recipe server for your favorite dishes</subtitle>
<id>https://cgit.xengineering.eu/ceres/atom?h=0.3.x-to-0.4.y</id>
<link rel='self' href='https://cgit.xengineering.eu/ceres/atom?h=0.3.x-to-0.4.y'/>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/'/>
<updated>2024-03-24T09:10:10Z</updated>
<entry>
<title>view: Fix position of header tag</title>
<updated>2024-03-24T09:10:10Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-03-24T09:10:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=605c9e321b442daf1794ae8c045b1efb75617c92'/>
<id>urn:sha1:605c9e321b442daf1794ae8c045b1efb75617c92</id>
<content type='text'>
It should be inside the body tag but used to be before it.
</content>
</entry>
<entry>
<title>view: Do not change button color</title>
<updated>2024-03-23T19:33:15Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-03-23T19:33:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=a841381cc844776e3561cc1ce7189120a91ee655'/>
<id>urn:sha1:a841381cc844776e3561cc1ce7189120a91ee655</id>
<content type='text'>
Design changes should be avoided for now since simple.css cares about
the CSS part of Ceres.
</content>
</entry>
<entry>
<title>view: Remove nested anchor and button elements</title>
<updated>2024-03-10T09:15:24Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-03-07T18:41:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=be01755f44442c0fa174a2c7fe3dfd39f185920f'/>
<id>urn:sha1:be01755f44442c0fa174a2c7fe3dfd39f185920f</id>
<content type='text'>
There is the need to add buttons to the recipe server which act like a
anchor tag (link). This can be achieved by nesting anchor and button
tag.

The problem is that if the user cycles through the elements of the page
with the 'tab' key such a button is handled as two overlapping elements
instead of one.

This commit solves the issue by using buttons with the attribute
`onclick="window.location.href='&lt;url&gt;';`.
</content>
</entry>
<entry>
<title>view: Add template 'nav'</title>
<updated>2024-03-03T16:12:14Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-03-03T16:12:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=d35bd7c65d062ca30852c901f6e98a05ceb309d7'/>
<id>urn:sha1:d35bd7c65d062ca30852c901f6e98a05ceb309d7</id>
<content type='text'>
The &lt;nav&gt; section is the same on every page. This new template reduces
code duplication.
</content>
</entry>
<entry>
<title>view: Provide recipe deletion</title>
<updated>2024-03-03T15:44:54Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-03-03T14:11:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=bee8b4cc59fd24fc1b924a6160b8eaa221405aeb'/>
<id>urn:sha1:bee8b4cc59fd24fc1b924a6160b8eaa221405aeb</id>
<content type='text'>
</content>
</entry>
</feed>
