0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-09 22:48:39 +00:00
Commit Graph

6215 Commits

Author SHA1 Message Date
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 a6e45c7fd1 Merge branch 'master' into experimental-development 2024-02-15 13:49:43 +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
Trevor Buckner bc21abd509 Fix matches inside of code blocks 2024-02-14 11:38:47 -05:00
David Bolack 41d43e84a5 Merge branch 'master' into issue_2994_css_style 2024-02-14 09:42:23 -06:00
Trevor Buckner 72744718cc Adding some tests 2024-02-13 22:44:57 -05:00
Trevor Buckner e85a62a05c Disable default def behavior. 2024-02-13 09:35:55 -05:00
Víctor Losada Hernández 5a68acc0f5 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into update-popup 2024-02-13 14:31:45 +01:00
Víctor Losada Hernández f51fca74e6 initial commit 2024-02-13 14:27:32 +01:00
Víctor Losada Hernández fe5a76c0df fix link href 2024-02-13 10:52:53 +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
Trevor Buckner 3bda834ad3 remove console.log 2024-02-13 00:53:34 -05:00
Trevor Buckner 29f0a8e635 Fix code blocks and nested parens. 2024-02-13 00:23:58 -05: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 534131d994 edit console logs and change totalDocs logic to count correctly 2024-02-12 23:54:00 +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 1d778e3249 Update API route 2024-02-13 09:13:47 +13:00
G.Ambatte 3bb44d8a17 Lint clean up 2024-02-13 09:06:33 +13:00
Trevor Buckner c035404555 Add exponents via '^' 2024-02-12 11:58:56 -05:00
Trevor Buckner 74ddc71962 Add 'floor()' and 'ceil()' math functions. 2024-02-12 11:57:37 -05:00
Trevor Buckner 1491a1b4ff Fix Math assignments 2024-02-12 11:54:28 -05:00
Rodrigo Kuerten 6890bab668 Fixed background being fixed on the monster frame 2024-02-12 10:37:52 -03:00
Víctor Losada Hernández 209c237b73 en-US to en 2024-02-12 08:54:00 +01:00
Víctor Losada Hernández 71c52b4587 fix html response 2024-02-12 08:44:18 +01:00
Víctor Losada Hernández 086468d65b initial commit 2024-02-12 08:12:53 +01:00
Gazook89 323d84974c Combine nav and navbar styles
- moves all the nav.less styling to navbar.less in the `client` directory
- deletes nav.less
- changes the nav.jsx import of styles to navbar.less
- stylelint navbar.less
- added a couple comments about easy future changes.
2024-02-10 22:29:16 -06: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 6365fb9b56 Merge branch 'master' into nav-fixes 2024-02-10 13:05:13 +01:00
Víctor Losada Hernández 19bb9705b6 initial commit 2024-02-09 13:33:41 +01:00
Víctor Losada Hernández 705d170b6e alert if wrong file, redirect if good 2024-02-09 10:22:55 +01:00
Trevor Buckner ab54188ba4 Fix small typo 2024-02-09 02:15:53 -05:00
Trevor Buckner e0b6b95295 Merge pull request #3290 from naturalcrit/PreprocessVars
Simplify and clean Vars - Done in preprocessing step now
2024-02-09 02:04:02 -05:00
Trevor Buckner c7cfade86f Support () and round in math 2024-02-09 01:59:59 -05:00