add: css and button to home page

This commit is contained in:
2025-04-16 13:53:48 +02:00
parent 97f05cee5e
commit 760bd86bf0
5 changed files with 51 additions and 7 deletions

View File

@ -27,7 +27,7 @@ def scan_pages(folders: list[Path]) -> list[Page]:
raw: Path = Path(folder, folder.get_name() + ".NEF")
for file in files:
if file.get_name().endswith(".png"):
page.add_picture(Picture(file, page=prev, raw=raw))
page.add_picture(Picture(file, page=page, raw=raw))
if len(page.get_pictures()) == 0:
bar.next()