0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-27 12:48:39 +00:00
Commit Graph

71 Commits

Author SHA1 Message Date
Víctor Losada Hernández 21244fba58 "Removed lodash import, simplified boolean assignments, refactored API request and error handling, and removed unused variables in ArchivePage component." 2024-05-19 23:45:12 +02:00
Víctor Losada Hernández 6e08fcca80 minor changes 2024-05-18 23:47:29 +02:00
Víctor Losada Hernández 3d0a9ea805 "Update ArchivePage: erase brewcount when new query, modify error messages for 503 and 500 status codes" 2024-05-18 23:19:25 +02:00
Víctor Losada Hernández a711f8eb89 remove regex search 2024-05-18 23:07:43 +02:00
Víctor Losada Hernández 97ef56f905 small changes, tips and style 2024-05-14 11:10:48 +02:00
Víctor Losada Hernández 124af97cc8 extra page buttons linked to relevant pages 2024-05-14 10:49:10 +02:00
Víctor Losada Hernández 021ac68400 Update archive page to use pagination with page numbers and ellipses
* Change the way pagination is handled on the archive page
* Display page links for 10 pages max
2024-05-14 10:44:16 +02:00
Víctor Losada Hernández a89b575b26 archive 2.0 2024-05-13 13:37:53 +02:00
Víctor Losada Hernández cca0f3b4dc Revert "pagination controls update search terms"
This reverts commit 9966e6322d.
2024-05-08 15:51:31 +02:00
Víctor Losada Hernández 22f4dade4f default value to page size 2024-05-08 15:51:14 +02:00
Víctor Losada Hernández e30a0c3dce page size log to track issue 2024-05-08 15:41:44 +02:00
Víctor Losada Hernández 9966e6322d pagination controls update search terms 2024-05-08 15:33:27 +02:00
Víctor Losada Hernández 02450982c1 fix brewCollection issue 2024-05-08 13:32:03 +02:00
Víctor Losada Hernández f9f2e604c0 linting and remove async conflict 2024-05-07 10:14:46 +02:00
Víctor Losada Hernández f1a2037bca page is sometimes a string?? 2024-05-06 23:40:31 +02:00
Víctor Losada Hernández ded78c6639 better error handling in jsx 2024-05-06 23:32:18 +02:00
Víctor Losada Hernández 51fcb59f09 debugging 500 errir catching 2024-05-06 23:26:02 +02:00
Víctor Losada Hernández 01e3cd0296 fix notitle search and catch 404? 2024-02-15 17:22:20 +01:00
Víctor Losada Hernández fd6109099a catch catch catch 2024-02-15 16:59:17 +01:00
Víctor Losada Hernández 8c07b12bb0 catch error codes 2024-02-15 16:56:09 +01:00
Víctor Losada Hernández eb404b8e5b where is my 503 error code 2024-02-15 16:51:20 +01:00
Víctor Losada Hernández 0fdb5e83cf if this renders null i don't understand anything 2024-02-15 16:44:03 +01:00
Víctor Losada Hernández 3afc9f83d9 where the hell did i lose the error handling 2024-02-15 16:23:37 +01:00
Víctor Losada Hernández e08435568c don't search on reload without title 2024-02-15 16:20:08 +01:00
Víctor Losada Hernández 1a80a74d4f more error handling 2024-02-15 16:15:38 +01:00
Víctor Losada Hernández 9c53541cbd searching animation 2024-02-15 15:53:26 +01:00
Víctor Losada Hernández 62db393969 proper error handling(i think) 2024-02-15 15:50:27 +01:00
Víctor Losada Hernández d7c9ab43bc more tests 2024-02-15 15:34:10 +01:00
Víctor Losada Hernández fcb4c722c6 test 404 error 2024-02-15 15:28:36 +01:00
Víctor Losada Hernández 7626f63beb page numberas as links 2024-02-15 15:16:01 +01:00
Víctor Losada Hernández 2658831e83 pagination controls don't reset search 2024-02-15 13:45:31 +01:00
Víctor Losada Hernández ffdbe46a23 catch 503 without title query 2024-02-15 10:43:12 +01:00
Víctor Losada Hernández 6a11cd0e28 renderer filter query 2024-02-15 10:34:39 +01:00
Víctor Losada Hernández 153ab63393 pagesize as input 2024-02-15 08:48:47 +01:00
Víctor Losada Hernández ea1855485c css fixes 2024-02-15 01:27:05 +01:00
Víctor Losada Hernández 3427fa1e94 total brews found 2024-02-15 01:26:54 +01:00
Víctor Losada Hernández 46262c56db 503 catch 2 2024-02-15 01:15:00 +01:00
Víctor Losada Hernández 3482d92ab6 catch 503 error 2024-02-15 01:10:28 +01:00
Víctor Losada Hernández 74ac8f9ffa quickfix 2024-02-13 10:52:12 +01:00
Víctor Losada Hernández 7e289950fa Merge branch 'experimental-development' of https://github.com/5e-Cleric/homebrewery into experimental-development 2024-02-13 10:48:24 +01:00
Víctor Losada Hernández 9fc8af6553 pagination controls render separately 2024-02-13 10:48:19 +01:00
G.Ambatte 7ffc02c3e5 Reset searching state on error 2024-02-13 13:25:45 +13:00
Víctor Losada Hernández 2f323cde8a remove unused logic from loadpage 2024-02-12 23:54:15 +01:00
Víctor Losada Hernández d233e2b4a5 css fix, pagination controls basic look 2024-02-12 23:18:37 +01:00
Víctor Losada Hernández 05a7defcb8 remove brewCount useless element 2024-02-12 23:18:24 +01:00
G.Ambatte eeec24ae78 Change fetch to use request-middleware instead 2024-02-13 09:14:31 +13:00
G.Ambatte 3bb44d8a17 Lint clean up 2024-02-13 09:06:33 +13:00
Víctor Losada Hernández 71c52b4587 fix html response 2024-02-12 08:44:18 +01:00
Víctor Losada Hernández fe449abb47 trying to figure out pagination 2024-02-10 16:41:39 +01:00
Víctor Losada Hernández 46d1f89b77 minor fixes 2024-01-29 00:12:14 +01:00