Commit Graph
1279 Commits
Author SHA1 Message Date
Trevor Buckner 4428a1da07 Merge branch 'master' into new/edit/home-exctractcommonsetupsteps 2026-09-09 21:51:12 -04:00
Trevor Buckner da882d6f00 Fix google transfer ownership popup priority
Only show alertOwnershipToTransfer if:

1) current user is logged in
2) brew actually has authors
3) current user is not author[0]

In all other cases, it should prompt to log in with a google account instead.
2026-09-09 20:55:30 -04:00
Trevor Buckner 4a884233c1 Remove page leave warning when saving on New 2026-09-09 20:29:39 -04:00
Trevor Buckner c3a2d0641a Fix setAlertOwnershipToTransfer typo 2026-09-09 20:23:30 -04:00
Trevor Buckner 82efff8ce5 Move setup effects to common functions 2026-09-09 20:10:17 -04:00
Trevor Buckner e4d6611027 Restore time to 15 minutes 2026-09-09 21:39:51 +00:00
Trevor Buckner 719b30a04e Fix message syntax 2026-09-09 21:33:02 +00:00
Trevor Buckner 2c416dcdb9 Add missing lastSavedTime state 2026-09-09 21:23:50 +00:00
Trevor Buckner 76541cd836 Add missing timeout ref 2026-09-09 21:21:00 +00:00
Trevor Buckner 67728afd4f Give "unsaved change" warning to NewPage and HomePage. Autosave is always disabled on those. 2026-09-09 21:08:58 +00:00
Trevor Buckner 7d027fcad0 Merge branch 'master' into New/Edit/Home-Extract-handlePageChange 2026-09-09 14:45:38 -04:00
Trevor Buckner 5865e5adfd Extract common "handlePageChange" to a reusable hook 2026-09-09 18:42:39 +00:00
Trevor Buckner 3ccb4e5cea Remove default ver prop from homePage.jsx
Only used in the navbar component which internally already uses a default value. Edit and New already have this removed.
2026-09-09 11:35:31 -04:00
Víctor Losada Hernández 9dccd1ef98 small inconsistencies 2026-09-05 21:53:52 +02:00
Víctor Losada Hernández 556569d110 move priorities 2026-09-05 21:40:54 +02:00
Víctor Losada Hernández 3367530733 corrections 2026-09-05 21:30:46 +02:00
Víctor Losada Hernández 407cb5f7c9 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into fix-file-transfer 2026-09-05 21:15:06 +02:00
Eric af618bc9db tweak filter placeholder
was "filter title/description"
now "filter title/description/tags"
2026-09-04 03:09:31 +10:00
Víctor Losada Hernández 404beb2063 reducing lines 2026-09-02 13:43:07 +02:00
Víctor Losada Hernández 00da23e6b9 more linting 2026-09-02 13:19:56 +02:00
Víctor Losada Hernández 793a1a96d2 lint 2026-09-02 13:15:01 +02:00
Víctor Losada Hernández 8f1c0eac92 base refactor 2026-09-02 12:46:54 +02:00
David Bolack 6c19afbf2b Rough working version 2026-08-25 12:49:22 -05:00
David Bolack 3d7daf406d Passes tests 2026-08-25 11:42:56 -05:00
Víctor Losada Hernández 22ebad5b2f Merge branch 'master' of https://github.com/naturalcrit/homebrewery into fix-file-transfer 2026-08-16 17:21:21 +02:00
durstann 5ddc0373b7 Fix a11y issues on the brew item card so screen reader users and keyboard navigators can use it. 2026-08-05 15:28:27 -07:00
Víctor Losada Hernández 469397f096 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into fix-file-transfer 2026-07-28 23:46:46 +02:00
Víctor Losada Hernández 089e880b88 suggested changes 2026-07-28 23:46:31 +02:00
durstann 3628d1d57d Add nav buttons to the tab order and use semantic buttons so they are interactable with the keyboard 2026-07-26 23:47:10 -07:00
Víctor Losada Hernández a237bac9dc fix the issue 2026-07-26 19:51:26 +02:00
Gazook89 fd6fd98fdc Add @components aliases to vite config
And update all the files to point to that directory to use the alias.
2026-07-11 17:41:49 -05:00
Trevor Buckner b75c83901b Merge branch 'fix-save-on-load' of https://github.com/5e-Cleric/homebrewery into pr/4772 2026-05-04 16:01:43 -04:00
Trevor Buckner 339d2844a7 Change logic to fire on button click, rather than on state change
Ideally side effects (server calls, etc.) should happen outside of useEffect anyway for reasons like this; Putting the save in the button click keeps the logic in one place instead of spread across multiple functions and renders,

(This change was already made in my local copy toward combining Edit/New/Home pages.)
2026-05-04 16:01:39 -04:00
Trevor Buckner 614d9fd7b3 Merge branch 'master' into fix-save-on-load 2026-05-04 11:50:13 -04:00
Víctor Losada Hernández 65d1106974 this should fix it 2026-05-04 00:42:10 +02:00
Víctor Losada Hernández 59fc123f7d remove log 2026-04-25 18:25:41 +02:00
Víctor Losada Hernández ce2406992a fix save on load 2026-04-25 18:22:44 +02:00
Petrinich Sergey 899737b558 use fa-hashtag icon for copy-url-with-page item 2026-04-21 23:01:24 +03:00
Petrinich Sergey 01b3d91232 add copy-url-with-page to share/edit pages
Adds a "copy url (page N)" option to the Share dropdown (edit page) and
the source dropdown (share page). Copies a URL with a #pN hash anchor.
The existing scrollToHash handler in brewRenderer already navigates to
the correct page when the URL is opened.
2026-04-21 22:54:09 +03:00
Trevor Buckner 67b4d3b760 Revert "Embed Endpoint" 2026-04-04 21:15:57 -04:00
David Bolack 893deac57e Fix CSS 2026-04-03 15:25:16 -05:00
David Bolack 3f7cc4682b Override the .homebrew class background on the embed page per recommendation. 2026-03-29 11:57:21 -05:00
David Bolack edaff80bd3 Fixed! 2026-03-28 22:36:04 -05:00
David Bolack 0be91191aa a little better but WTF 2026-03-28 19:07:46 -05:00
David Bolack 16bfffe78f I need extra eyes. 2026-03-28 18:29:15 -05:00
David Bolack e61556e43b I feel like there is a cleaner way to handle this, but this embeds as desired and it doesn't blink 2026-03-28 15:24:49 -05:00
db ca160d7d83 Start adding new class 2026-03-28 13:44:43 -05:00
David Bolack fe0f0c56af Merge branch 'master' into HTMLDownload 2026-03-16 10:39:14 -05:00
Víctor Losada Hernández 55ae00ecfe remove left over log 2026-03-11 12:55:44 +01:00
Víctor Losada Hernández dd158000a1 bring back error pages 2026-03-11 12:53:38 +01:00