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

93 Commits

Author SHA1 Message Date
Víctor Losada Hernández 4cd5c13841 lint styles 2025-03-08 19:38:42 +01:00
Víctor Losada Hernández c7a19857dd remove visual glitch when performing aa search 2025-03-08 19:35:12 +01:00
Víctor Losada Hernández b07317b0f7 display pagination on top as well 2025-03-08 19:32:26 +01:00
Víctor Losada Hernández c0eef7530e added transition to smooth change 2025-03-08 17:27:34 +01:00
Víctor Losada Hernández 55618a10b9 fix container query 2025-03-08 17:16:23 +01:00
Víctor Losada Hernández 5f48b30449 lint styles 2025-03-08 13:46:11 +01:00
Víctor Losada Hernández 4918dc5239 manual lint 2025-03-08 13:42:29 +01:00
Víctor Losada Hernández a0de6295c7 fix space in help text 2025-03-08 13:39:06 +01:00
Víctor Losada Hernández 3db778a665 fix 2 column issue 2025-03-08 13:30:06 +01:00
Víctor Losada Hernández a7eef65694 fix pagination not correctly updating 2025-03-08 13:16:41 +01:00
Víctor Losada Hernández c62bb53660 turn back checkboxes to default, fix button styles and filter bar to correct font. 2024-12-03 20:16:42 +01:00
Trevor Buckner fb9148ada5 Site runs and all tests pass 2024-11-20 16:21:35 -05:00
Víctor Losada Hernández 626b602a61 last fix 2024-11-01 20:39:45 +01:00
Víctor Losada Hernández 3d7d90104b revert content deletion 2024-11-01 20:37:28 +01:00
Víctor Losada Hernández 48baaa33e2 linting 2024-10-29 14:22:51 +01:00
Víctor Losada Hernández 6f07d25101 second fix 2024-10-29 14:20:49 +01:00
Víctor Losada Hernández fec904b4c6 initial commit 2024-10-29 14:16:45 +01:00
Víctor Losada Hernández 6e241c5bcd remove splitpane parent 2024-10-13 10:53:05 +02:00
Víctor Losada Hernández 235e3f484f last changes, linted 2024-09-20 20:52:30 +02:00
Víctor Losada Hernández b53b279241 fix pagination not applying sort 2024-09-20 20:38:54 +02:00
Víctor Losada Hernández 4fd358771a fix class by suggestion 2024-09-20 20:25:33 +02:00
Víctor Losada Hernández 02147411e3 fix sort and dir props 2024-09-20 20:23:58 +02:00
Víctor Losada Hernández 5d68cddd18 update state when necessary 2024-09-20 15:43:19 +02:00
Víctor Losada Hernández 74a065e747 minor css fix 2024-09-20 15:31:19 +02:00
Víctor Losada Hernández ea1d0714b4 initial commit 2024-09-10 08:28:34 +02:00
Gazook89 e0be7a5db3 Move rules out of body and into more specific elements 2024-09-05 11:13:08 -05:00
Víctor Losada Hernández 247bc719b8 fix z-index issue 2024-09-04 22:52:57 +02:00
Víctor Losada Hernández 7ab1efb0c9 litttle message in vault 2024-09-04 22:39:30 +02:00
Trevor Buckner 2bc39a468f set default value for dontRenderStorage prop 2024-09-04 16:15:18 -04:00
Trevor Buckner c735ab7c35 Fix crash on metaData tab
Hiding the `moveBrew` etc. properties when `this.state.showMoveArrows == false` means when the `metaData` tab turns off the arrows it crashes because now some functions are undefined.

Just using a whole separate property to avoid conflict.
2024-09-04 15:50:32 -04:00
Víctor Losada Hernández d5e367649e fix overlapping thumbnail issue 2024-09-04 12:23:21 +02:00
Víctor Losada Hernández f10444f14a fix for storage 2 2024-09-04 12:18:35 +02:00
Víctor Losada Hernández aab24c732e fix error managing 2024-09-04 09:25:13 +02:00
Trevor Buckner d7d690a9d1 Lint 2024-09-04 01:06:56 -04:00
Trevor Buckner 4f39222724 Change spaces to tabs 2024-09-04 00:52:08 -04:00
Trevor Buckner a1e585ccaa Remove redundant validation check
`performSearch()` and `loadTotal()` shouldn't need a separate check for valid items if `loadPage` already does it through `validateForm`
2024-09-04 00:43:12 -04:00
Trevor Buckner 373a627c14 With unneeded state gone, can rename back to title, author, etc.
No longer naming conflict with state and function parameters. We can go back to the shorter names
2024-09-04 00:35:27 -04:00
Trevor Buckner a7cb73b02e Remove unused update in loadPage
Now `update` is unused; can remove that parameter.
2024-09-04 00:20:18 -04:00
Trevor Buckner cd3e517b03 Remove setPageState in loadPage. Already occurs in performSearch()
`performSearch` will set PageState whether `update` is true or not, so this line here is not doing anything.
2024-09-04 00:18:35 -04:00
Trevor Buckner ef201409d9 rename setPage to setPageState (match pageState name) 2024-09-03 23:55:54 -04:00
Trevor Buckner e3ef93f03a Alignment 2024-09-03 23:54:52 -04:00
Víctor Losada Hernández 48a5a70d2e z-index doesn't work with static positioning 2024-09-04 00:17:59 +02:00
Víctor Losada Hernández 1c1901c90a fix thumbnail over text 2024-09-04 00:16:15 +02:00
Víctor Losada Hernández ebae351033 remove unnecesary state 2024-09-04 00:11:58 +02:00
Víctor Losada Hernández e54d81ceef small css fixes 2024-09-03 23:28:33 +02:00
Víctor Losada Hernández 9e694e5e46 move email catching to api 2024-09-03 22:56:45 +02:00
Víctor Losada Hernández 7474605b93 rename 2 2024-09-03 15:58:31 +02:00
Víctor Losada Hernández 00a83ec16e renaming to make more clear 2024-09-03 15:54:53 +02:00
Víctor Losada Hernández 1517c00132 error logging to vault 2024-09-01 19:39:00 +02:00
Víctor Losada Hernández 6d24908465 now yes fixed 2024-09-01 19:31:43 +02:00