Commit graph

11 commits

Author SHA1 Message Date
bronsen
732f8d5a61 chore(project): 🎨 Format pyproject.toml according how the LSP likes it. 2025-12-04 20:22:50 +01:00
bronsen
ebb94963fc test(ui): Add snapshot test for our first very simple Screen
These snapshots will need to be refreshed when we made changes and are
happy with the changed or new layout.

uv run pytest --snapshot-update tests.py
2025-12-04 20:17:56 +01:00
bronsen
8999f5a52f feat(ui): Layout our search results more correctly 2025-12-04 19:28:14 +01:00
bronsen
4fbee9dfee feat(ui): Add Datatable layout 2025-12-04 19:25:18 +01:00
bronsen
65ee1e37c6 feat(ui): Display header, footer, and searchbar 2025-12-04 13:21:49 +01:00
bronsen
de8c467d7f docs: ✏️ Add link "textual" in readme 2025-12-04 07:01:32 +01:00
bronsen
00e7272277 chore(project): 📝 Add README file 2025-12-03 18:28:30 +01:00
bronsen
478bba9125 chore(git): 🔧 Keep version file artefact off of version control 2025-12-03 14:49:39 +01:00
bronsen
28cde5f516 chore(build): Retrieve version information from git tags
But I still have to figure out, how to remove the git hashes and such
from the generated version.
2025-12-03 14:23:06 +01:00
bronsen
9f4da60bb2 chore: add lots of metadata to pyproject.toml
Even though the remote repository does not exist yet.
2025-12-03 13:25:51 +01:00
bronsen
e10b0e247b chore: start with .gitignore
This one was generated using the vim and python templates. Then I
removed stugg for pipenv, poetry, and pdm.
2025-12-03 12:48:15 +01:00