Commit graph

68 commits

Author SHA1 Message Date
Tigor Hutasuhut 17cd952d83 view: better spacing for mobile 2024-05-13 13:38:13 +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 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 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 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 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
Tigor Hutasuhut 396f426b9c view: added tailwind scrollbar dependencies 2024-05-04 15:25:24 +07:00
Tigor Hutasuhut 3f8f27270b view: fix scrollbar appears in the bottom when using w-screen 2024-05-04 15:24:52 +07:00
Tigor Hutasuhut 59148bc259 css: used tailwind to style the scrollbar so consistent between firefox and chrome 2024-05-04 11:28:11 +07:00
Tigor Hutasuhut 0d68bbead0 subreddit: implemented add page 2024-05-03 19:44:25 +07:00
Tigor Hutasuhut f4399555b4 subreddit-add: added cron scheduler input 2024-05-03 11:59:44 +07:00
Tigor Hutasuhut 4e7f91d098 subreddit-add: enhanced subreddit check and add form 2024-05-03 10:27:03 +07:00
Tigor Hutasuhut 99a701fde9 views(cx): cleanup extra space 2024-05-02 23:22:11 +07:00
Tigor Hutasuhut 9ad5d8afdd subreddit-view: added subreddit name input 2024-05-02 23:16:28 +07:00
Tigor Hutasuhut 530723503e subredditsview: added button to add subreddit 2024-05-02 21:26:28 +07:00
Tigor Hutasuhut 08d81a2f94 view: added start download button to subreddit details page 2024-05-02 20:59:32 +07:00
Tigor Hutasuhut fe1ad50670 detailsview: pagination buttons on the bottom is now centered 2024-05-02 20:08:21 +07:00
Tigor Hutasuhut 05cf28635b view(subreddit_details): implement filter bar and showing image from to 2024-05-02 19:24:24 +07:00
Tigor Hutasuhut 387988139e views: implemented subreddit details page 2024-05-02 15:42:10 +07:00
Tigor Hutasuhut 45540a1207 view: added config route 2024-05-02 09:25:06 +07:00
Tigor Hutasuhut e3bda647f3 view: implemented subreddits list page 2024-05-01 18:16:54 +07:00
Tigor Hutasuhut 4ca2e854d4 dayjs: now support dynamic versioning 2024-05-01 16:10:04 +07:00
Tigor Hutasuhut 3c26baa3cf web: support for versioning from environment variables 2024-05-01 15:51:52 +07:00
Tigor Hutasuhut ba9bb07b21 home: update recently added card view 2024-05-01 14:39:34 +07:00
Tigor Hutasuhut 1495189199 home: more compact cards 2024-05-01 14:27:09 +07:00
Tigor Hutasuhut 65bb5732ca reddit: fix image copy for existing should go to temp dir first 2024-05-01 00:02:30 +07:00