Commit graph

204 commits

Author SHA1 Message Date
Tigor Hutasuhut 5b1429c1a2 view: images: better horizontal image well component
Some checks failed
/ push (push) Has been cancelled
2024-05-13 15:27:36 +07:00
Tigor Hutasuhut 17cd952d83 view: better spacing for mobile 2024-05-13 13:38:13 +07:00
Tigor Hutasuhut c03955f284 sqldblogger: log LevelInfo as debug
Some checks failed
/ push (push) Has been cancelled
2024-05-13 11:19:54 +07:00
Tigor Hutasuhut a150f6ee8b docker: build with build-arg for runtime version
Some checks failed
/ push (push) Has been cancelled
2024-05-13 11:11:54 +07:00
Tigor Hutasuhut 857c2dff13 docker: added compression to the binary for smaller image
Some checks failed
/ push (push) Has been cancelled
2024-05-13 10:54:39 +07:00
Tigor Hutasuhut c867be4369 view-context: remove empty query parameters from URLWithExtraQuery
Some checks failed
/ push (push) Has been cancelled
2024-05-13 10:41:23 +07:00
Tigor Hutasuhut af2a35d20f subreddit-details: uses proper pagination component 2024-05-13 10:38:14 +07:00
Tigor Hutasuhut b36a2f828a pagination: support mobile view 2024-05-13 10:38:07 +07:00
Tigor Hutasuhut cdc5cffefc pagination: minimum number of pages to show is now 5
Some checks failed
/ push (push) Has been cancelled
2024-05-12 22:51:48 +07:00
Tigor Hutasuhut 5160030304 pagination: unhide range now starts at 1 instead of 2 2024-05-12 22:50:31 +07:00
Tigor Hutasuhut fdfad2f9e1 pagination: implemented seek page feature
Some checks failed
/ push (push) Has been cancelled
2024-05-12 22:45:41 +07:00
Tigor Hutasuhut 3f3bc72f30 devices-details: added pagination component
Some checks failed
/ push (push) Has been cancelled
2024-05-12 18:13:00 +07:00
Tigor Hutasuhut 06cd155f72 docker: fix image base to use latest distroless image
Some checks failed
/ push (push) Has been cancelled
2024-05-12 11:56:20 +07:00
Tigor Hutasuhut 68fced6618 workflow: added docker login
Some checks failed
/ push (push) Has been cancelled
2024-05-12 11:26:25 +07:00
Tigor Hutasuhut 5b01db37c8 workflow: removed ls -la statement
Some checks failed
/ push (push) Has been cancelled
2024-05-12 11:09:00 +07:00
Tigor Hutasuhut 26fe51e6ed removed container image from push_tag.yaml
Some checks failed
/ push (push) Failing after 20s
2024-05-12 10:56:04 +07:00
Tigor Hutasuhut e0a6548b61 workflow: fix missing checkout step
Some checks failed
/ push (push) Failing after 36s
2024-05-12 10:54:05 +07:00
Tigor Hutasuhut 245a1a0e37 update workflow
Some checks failed
/ push (push) Has been cancelled
2024-05-12 10:48:12 +07:00
Tigor Hutasuhut 4fc0fd19cc doc: added docker-compose example
Some checks failed
/ push (push) Failing after 31s
2024-05-12 10:43:29 +07:00
Tigor Hutasuhut 409d63d15e workflow: refactor steps 2024-05-12 10:35:37 +07:00
Tigor Hutasuhut e1147efbd9 runner: update deploy workflow to push docker image to registry and deploy using docker compose 2024-05-11 22:02:04 +07:00
Tigor Hutasuhut 0498985f51 forgejo: removed volume mounting 2024-05-11 21:19:15 +07:00
Tigor Hutasuhut 0fcd96ca94 forgejo: actions default to 'docker' 2024-05-11 21:14:12 +07:00
Tigor Hutasuhut a82d45ba94 forgejo: added test action 2024-05-11 20:49:40 +07:00
Tigor Hutasuhut 84d4ecba5b docker: added dockerfile support 2024-05-11 20:23:05 +07:00
Tigor Hutasuhut b066ba8d66 devices: enhances filter bar 2024-05-08 19:51:49 +07:00
Tigor Hutasuhut 111e855a6e fix: devices list now shows Windows Wallpaper Mode badge 2024-05-08 19:40:25 +07:00
Tigor Hutasuhut 3c8a1b1fd6 devices: enhanced more displays 2024-05-08 19:32:14 +07:00
Tigor Hutasuhut 1dc3617df3 refactor: moved devices locations to cleaner name 2024-05-08 14:09:00 +07:00
Tigor Hutasuhut 9c1db28783 devices: moved endpoints 2024-05-08 11:19:14 +07:00
Tigor Hutasuhut bfff9a698f refactor: renamed add device to put 2024-05-08 10:10:23 +07:00
Tigor Hutasuhut 90babf685d devices: enhanced add device form validation and checkboxes 2024-05-08 09:22:16 +07:00
Tigor Hutasuhut e8da8717ea devices: properly implemented and integrated windows wallpaper mode 2024-05-07 22:50:23 +07:00
Tigor Hutasuhut 0c8e6622bc devices: better documentation for device add form 2024-05-07 21:02:10 +07:00
Tigor Hutasuhut 494a4bc956 devices: filled the add device page 2024-05-07 20:51:00 +07:00
Tigor Hutasuhut 19ffbdf98c device: added add page 2024-05-07 16:48:15 +07:00
Tigor Hutasuhut b8fcb37db8 devices: added view page 2024-05-07 10:50:40 +07:00
Tigor Hutasuhut 6bd219ea4f subreddit: starting download preemptively sends now sends "requires at least one device enabled message" if no devices are enabled 2024-05-07 10:33:56 +07:00
Tigor Hutasuhut ab810c4b45 devices: enhanced device list and details page 2024-05-06 21:09:52 +07:00
Tigor Hutasuhut b33b672cb6 devices: added page 2024-05-06 18:50:43 +07:00
Tigor Hutasuhut 81031dc2aa api: image download now filters only enabled devices 2024-05-06 13:50:22 +07:00
Tigor Hutasuhut e5b148a933 subreddit-details-view: added filter by device 2024-05-06 13:27:51 +07:00
Tigor Hutasuhut 42646c601d performance: thumbnails are now forced to be saved in jpeg format 2024-05-05 23:28:29 +07:00
Tigor Hutasuhut 3fcf291e6d schedule: added history page and version implementation 2024-05-05 22:34:05 +07:00
Tigor Hutasuhut fb54633390 view: added barebone schedule history page 2024-05-04 22:17:50 +07:00
Tigor Hutasuhut e7473563ac sqlite: fix columns like subreddit name to be case insensitive 2024-05-04 22:17:10 +07:00
Tigor Hutasuhut c3ba228130 view: subreddits list now has a justified layout 2024-05-04 19:50:53 +07:00
Tigor Hutasuhut 5076071b0c config: added more themes to the theme selector 2024-05-04 19:47:40 +07:00
Tigor Hutasuhut d90dbb5156 theme-change: removed in favor of built in 2024-05-04 19:39:02 +07:00
Tigor Hutasuhut 2e71aa15ca view: simplified navigation bar 2024-05-04 15:43:08 +07:00