Trevor Buckner
f429b1755d
Merge pull request #4456 from naturalcrit/RemoveHandlePageChangeWrappers
...
Remove handler function for cursor/renderer page. Use setState directly
2025-10-04 21:46:32 -04:00
Trevor Buckner
20e12ebcb5
Remove handler function for cursor/renderer page. Use setState directly
2025-10-04 21:39:24 -04:00
Trevor Buckner
44023f390c
Merge pull request #4453 from G-Ambatte/fixDockerInstructionsForWindows-#4443
...
Add Windows-specific instructions to Docker README
2025-10-04 18:02:47 -04:00
Trevor Buckner
48b95712e2
Merge branch 'master' into fixDockerInstructionsForWindows-#4443
2025-10-04 18:01:58 -04:00
Trevor Buckner
16c28e16ce
Merge pull request #4452 from G-Ambatte/standardizeLocalStorageKeyNames-#4119
...
Standardize local storage key names #4119
2025-10-04 17:54:10 -04:00
G.Ambatte
379b518c6b
Merge branch 'master' into fixDockerInstructionsForWindows-#4443
2025-10-04 15:40:03 +13:00
G.Ambatte
962dcbdbf6
Update Docker instructions
2025-10-04 15:36:14 +13:00
G.Ambatte
400fa250ee
Move key deletion out of key update check
2025-10-04 15:19:31 +13:00
G.Ambatte
e82921f81a
Add key to activate deletion for testing
2025-10-04 14:54:57 +13:00
G.Ambatte
18367526bd
Merge branch 'master' into standardizeLocalStorageKeyNames-#4119
2025-10-04 13:07:51 +13:00
Trevor Buckner
e64fc83ea6
Merge pull request #4436 from G-Ambatte/addMongoIndexes
...
Add indexes to Mongo schema
2025-10-02 20:48:32 -04:00
G.Ambatte
ee6d2ac35d
Merge branch 'master' into addMongoIndexes
2025-10-03 13:42:25 +13:00
G.Ambatte
f22f7196ca
Update README.md
2025-10-03 13:41:53 +13:00
Trevor Buckner
7f832a55db
Merge pull request #4439 from naturalcrit/CommonHandleBrewChange
...
Combine handle<Text/Style/Snippet/Meta>Change() into one common function
2025-10-02 19:39:35 -04:00
Trevor Buckner
1c6a39363c
Combine handleText/Style/Snippet/Meta functions into common function
...
Also adds any related imports and key names
2025-10-02 19:33:15 -04:00
Trevor Buckner
bcca5fa97d
In /homepage, rename brew state to currentBrew to match /new and /edit
2025-10-02 19:27:45 -04:00
Trevor Buckner
bfe6142b04
Merge pull request #4438 from G-Ambatte/fixDefaultSaveLocation-#4437
...
Fix default save location functionality
2025-10-02 18:37:59 -04:00
Víctor Losada Hernández
aef835dfe7
Merge branch 'master' into fixDefaultSaveLocation-#4437
2025-10-02 12:42:09 +02:00
Víctor Losada Hernández
274fbcb29e
Merge pull request #4435 from naturalcrit/remove-scrollbar-styles
...
remove custom scrollbar styles
2025-10-02 12:40:59 +02:00
G.Ambatte
900cf6aebb
Change SAVEKEY definition to after username is populated
2025-10-02 22:59:24 +13:00
G.Ambatte
24db8f85ac
Merge branch 'standardizeLocalStorageKeyNames-#4119' of https://github.com/G-Ambatte/homebrewery into standardizeLocalStorageKeyNames-#4119
2025-10-02 18:30:07 +13:00
G.Ambatte
82a8db129e
Merge branch 'naturalcrit:master' into addMongoIndexes
2025-10-02 10:54:21 +13:00
Víctor Losada Hernández
6d4ad6af7d
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into remove-scrollbar-styles
2025-10-01 22:57:53 +02:00
Víctor Losada Hernández
4b753970c9
remove scrollbar
2025-09-29 22:19:19 +02:00
G.Ambatte
718dba3e4a
Merge branch 'master' into standardizeLocalStorageKeyNames-#4119
2025-09-29 23:14:14 +13:00
Trevor Buckner
fb75bd46d0
Merge pull request #4425 from naturalcrit/ChangeAutoSaveToTimer
...
Fix Autosave and unsaved changes warning
2025-09-22 19:57:02 -04:00
Trevor Buckner
c5071aa27e
Restore unsaved warning timeout duration to 15 mins
2025-09-22 19:55:39 -04:00
Trevor Buckner
f0baa763ec
lint
2025-09-22 19:52:42 -04:00
Trevor Buckner
3ec650557e
Fix Autosave and unsaved changes warning
...
Use normal setTimeout for autosave instead of _.debounce. Fixes a lot of issues with functional component.
Also fix existing bug where multiple "unsaved data" warnings could be queued up if the user keeps typing while the warning is being displayed.
2025-09-22 19:49:57 -04:00
Trevor Buckner
242ff8712f
Merge pull request #4420 from naturalcrit/MoveShareDropdownMenuToSeparateComponent
...
Move "share" dropdown to own component
2025-09-18 22:48:08 -04:00
Trevor Buckner
31a8101df7
Move "share" dropdown to own component
2025-09-13 19:37:59 -04:00
G.Ambatte
87a36bb02d
Add tests for localStorageKeyMap.js
2025-09-11 21:57:00 +12:00
G.Ambatte
1459f6a320
Tweak local storage update logic
2025-09-11 21:25:13 +12:00
G.Ambatte
a11fa72261
Change JSON file to JS getter function
2025-09-11 21:02:56 +12:00
G.Ambatte
2663d86627
Don't update storage values if key already exists
2025-09-10 20:31:50 +12:00
G.Ambatte
8d4ea7cfd8
Update listPage storage keys
2025-09-10 20:20:42 +12:00
G.Ambatte
b6818e963b
Remove unused dismiss keys
2025-09-10 20:12:50 +12:00
G.Ambatte
dc1bc471aa
Update SplitPane keys
2025-09-10 20:10:18 +12:00
G.Ambatte
5504c1b96b
Update Autosave key
2025-09-10 20:00:53 +12:00
G.Ambatte
fd370c777d
Update Editor theme key
2025-09-10 19:57:16 +12:00
G.Ambatte
58277585e1
Update Recent Items keys
2025-09-10 19:55:42 +12:00
G.Ambatte
885c0105f3
Update adminPage key
2025-09-10 19:36:39 +12:00
G.Ambatte
52486495c8
Update adminPage storage keys
2025-09-10 19:35:14 +12:00
G.Ambatte
328e071268
Update BrewRenderer toolbar keys
2025-09-10 19:22:54 +12:00
G.Ambatte
088ca9971c
Update accountPage keys
2025-09-10 19:16:29 +12:00
G.Ambatte
c99f59d42b
Update newPage.jsx keys
2025-09-10 19:08:47 +12:00
G.Ambatte
cb3eb77c61
Merge branch 'standardizeLocalStorageKeyNames-#4119' of https://github.com/G-Ambatte/homebrewery into standardizeLocalStorageKeyNames-#4119
2025-09-10 18:54:00 +12:00
G.Ambatte
7163b1a287
Add function to add dynamic keys to local storage map
2025-09-10 18:53:53 +12:00
G.Ambatte
08d228831d
Add missing keys to JSON, tweak layout
2025-09-10 18:53:23 +12:00
G.Ambatte
ad8bb34c93
Merge branch 'master' into standardizeLocalStorageKeyNames-#4119
2025-09-10 16:58:16 +12:00