<feed xmlns='http://www.w3.org/2005/Atom'>
<title>budget/templates/payment/table.html, branch main</title>
<subtitle>Share payments with a group of people.</subtitle>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/'/>
<entry>
<title>Fix message in payment table page</title>
<updated>2025-01-31T22:30:33+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2025-01-31T21:50:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=3a7a2fc20da14f3e7b62ecda91f66c87333333fe'/>
<id>3a7a2fc20da14f3e7b62ecda91f66c87333333fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace tera by minijinja</title>
<updated>2025-01-26T16:58:57+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2025-01-26T16:58:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=24eeb54a6b7159964e8887ade7fa5173b50feb3a'/>
<id>24eeb54a6b7159964e8887ade7fa5173b50feb3a</id>
<content type='text'>
tera was doing the job all right, but minijinja has fewer dependencies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tera was doing the job all right, but minijinja has fewer dependencies.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove inline styling for category colors</title>
<updated>2022-09-04T09:31:07+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2022-09-04T09:31:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=7c5a31a162eb6664eff665e0cfadc089188a5e8f'/>
<id>7c5a31a162eb6664eff665e0cfadc089188a5e8f</id>
<content type='text'>
Also stop changing color of select options, because it does not work
reliably accross browsers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also stop changing color of select options, because it does not work
reliably accross browsers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix payments page on narrow devices</title>
<updated>2022-08-21T13:02:34+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2022-08-21T12:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=337b2f5ef32ecace699d2225f31caf3257806b44'/>
<id>337b2f5ef32ecace699d2225f31caf3257806b44</id>
<content type='text'>
After the introduction of filters, the payments table page was not very
usable on mobile phones.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After the introduction of filters, the payments table page was not very
usable on mobile phones.
</pre>
</div>
</content>
</entry>
<entry>
<title>Precise payment addition concerning frequency</title>
<updated>2021-10-10T19:36:28+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2021-10-10T19:36:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=7aecb9500eabb7c17d8f9473eed62e6dd013161a'/>
<id>7aecb9500eabb7c17d8f9473eed62e6dd013161a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Filter payments by start and end date</title>
<updated>2021-10-10T19:21:34+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2021-10-10T19:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=99466c6ceb848cf8147645f25deea89804b7b279'/>
<id>99466c6ceb848cf8147645f25deea89804b7b279</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Search by name, cost and user</title>
<updated>2021-10-10T19:21:34+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2021-10-10T17:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=6e695bf7a0253b4f6d1db78fa4310616d8a1357f'/>
<id>6e695bf7a0253b4f6d1db78fa4310616d8a1357f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Search payments by categories explicitely</title>
<updated>2021-10-10T19:21:34+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2021-10-10T16:20:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=8ccd762bfc3d7da2716749d709cf5cc216882a23'/>
<id>8ccd762bfc3d7da2716749d709cf5cc216882a23</id>
<content type='text'>
It was already possible to search by categories in the full text input,
but it could have matched other fields as well.

Explicitely add a select to search by categories.

Also put the search form in a left aside. The mobile view is not done
for the moment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was already possible to search by categories in the full text input,
but it could have matched other fields as well.

Explicitely add a select to search by categories.

Also put the search form in a left aside. The mobile view is not done
for the moment.
</pre>
</div>
</content>
</entry>
<entry>
<title>Search by category</title>
<updated>2021-10-10T19:21:32+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2021-10-09T08:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=af1177e814d19e63ce39c42fc7c5888e4b3d9604'/>
<id>af1177e814d19e63ce39c42fc7c5888e4b3d9604</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite in Rust</title>
<updated>2021-01-03T12:54:20+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2021-01-03T12:40:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=11052951b74b9ad4b6a9412ae490086235f9154b'/>
<id>11052951b74b9ad4b6a9412ae490086235f9154b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
