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

437 Commits

Author SHA1 Message Date
Trevor Buckner 13192dc102 Merge pull request #2428 from G-Ambatte/fixSaveFromHomePage-#2427
Send entire brew to HomePage save function
2022-10-18 14:12:47 -04:00
Trevor Buckner 8b8a60c8ad tweak alert text 2022-10-18 13:22:29 -04:00
Gazook89 c49be3391e change time delay between warnings to 15min 2022-10-17 21:52:48 -05:00
Gazook89 c56adcba76 only display 'off' warning if changes exist 2022-10-17 21:49:50 -05:00
G.Ambatte ed65d0c922 Send entire brew to HomePage save function 2022-10-09 11:55:05 +13:00
Gazook89 8562d328ff Merge remote-tracking branch 'upstream/master' into Toggle-AutoSave 2022-10-03 20:46:11 -05:00
Gazook89 bfb82e8a21 autosave warning conditional on elapsed time unsaved. 2022-09-30 12:20:59 -05:00
Gazook89 8609026531 add unsavedTime state for better notification 2022-09-30 11:24:15 -05:00
Gazook89 0cd598ae14 rework the whole thing 2022-09-30 10:42:50 -05:00
Gazook89 95497350e4 move test for autosave status to handleTextChange from trySave() 2022-09-28 20:20:11 -05:00
Gazook89 9bb1344538 tweak behavior per calculuschild notes
Default to autosave = true.   trySave() when autosave toggled on.  Display "auto-saved." when save is a result of autosave.
2022-09-28 12:17:14 -05:00
Gazook89 ab695d29fe refactor into handle... and render... methods 2022-09-28 11:13:16 -05:00
Gazook89 fa4b3338af save autosave setting to localStorage 2022-09-27 21:04:51 -05:00
Gazook89 c7ed9ea717 Create autosave toggle dropdown menu 2022-09-27 19:35:29 -05:00
Trevor Buckner f74b84bd12 Merge pull request #2379 from Gazook89/filter-sort-as-divs
Change User Page search bar to Divs
2022-09-25 22:21:58 -04:00
Trevor Buckner 910868cfdb Simplified sort arrow, removed duplicate "onClick" 2022-09-25 22:20:44 -04:00
G.Ambatte fa0d8e86fc Remove unnecessary empty element 2022-09-22 20:25:18 +12:00
G.Ambatte 09d161f3a6 Adjust background image properties 2022-09-22 07:48:51 +12:00
Gazook89 3754468cf4 change sortDir by clicking on sort title. 2022-09-21 11:12:23 -05:00
Gazook89 6329cb2cec style changes for better contrast 2022-09-21 10:56:45 -05:00
G.Ambatte f218f48f0f Apply Gazook89's thumbnail style 2022-09-21 18:38:45 +12:00
G.Ambatte a179f8d124 Lint fix 2022-09-21 18:16:36 +12:00
Gazook89 f681948a35 pedantic change 2022-09-21 00:42:10 -05:00
Gazook89 475f3e75dd add simple toggle to 'save status' field for auto-save 2022-09-21 00:29:40 -05:00
G.Ambatte 918690e773 Merge branch 'master' into showThumbnailOnUserPage-#2331 2022-09-21 14:35:27 +12:00
Gazook89 3c75ac6156 change some .less to reflect new focus of .active 2022-09-19 11:30:44 -05:00
Gazook89 9fcc7b84c3 set .sort-option to .active rather than button within. 2022-09-19 11:07:47 -05:00
Gazook89 8ac4d93581 change sort-container to baseline alignment 2022-09-19 10:47:35 -05:00
Gazook89 10a349ade8 change sortDir to always white. 2022-09-19 10:27:02 -05:00
Gazook89 87a9194189 remove unset on listPage height. 2022-09-19 10:08:52 -05:00
Gazook89 ac371946d8 Merge branch 'master' into filter-sort-as-divs 2022-09-19 10:04:47 -05:00
Gazook89 af8d327ae2 fix editPage url query & Saving label 2022-09-18 19:37:40 -05:00
Gazook89 7a609f5a78 set Report Save Issue to open save_issue.yaml template 2022-09-18 10:08:01 -05:00
Gazook89 cfdbe06d07 move dir button next to active sort option 2022-09-13 12:26:28 -05:00
Gazook89 46a45a8536 replace sort table with divs and give UI styling 2022-09-13 10:57:28 -05:00
G.Ambatte abe7d858a8 Merge branch 'master' into showThumbnailOnUserPage-#2331 2022-09-11 12:21:44 +12:00
Trevor Buckner 0f566fe912 Merge branch 'master' into SwappableThemes-ReorganizeFolderStructure 2022-09-09 10:51:08 -04:00
Trevor Buckner c0a14a5618 remove console.log 2022-09-06 22:57:00 -04:00
Trevor Buckner 8709545f14 Don't display tags that are empty strings. 2022-09-06 22:41:10 -04:00
Trevor Buckner e0d8846c44 tweaks 2022-09-06 01:00:38 -04:00
Trevor Buckner cae1bc9f0a Put tags in individual spans 2022-09-05 23:31:23 -04:00
Trevor Buckner eae5fc9be9 Hide themes behind flag "enable_themes" 2022-09-05 17:05:37 -04:00
Trevor Buckner c2a5aad1e8 Merge branch 'master' into SwappableThemes-ReorganizeFolderStructure 2022-09-05 16:13:11 -04:00
G.Ambatte 4a89d73f73 Update brewItem.less
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
2022-09-04 16:44:18 +12:00
Trevor Buckner 746e8f8a6a Merge pull request #2329 from G-Ambatte/smartenApostrophe-#2328
[UserPage] Change apostrophe in `usernameWithS`
2022-09-03 23:12:13 -04:00
Trevor Buckner 8cf8c5cabb Merge branch 'master' into addSortType&DirToLocalStorage-#2326 2022-09-03 23:11:13 -04:00
Trevor Buckner 2f44c35ede Merge pull request #2320 from G-Ambatte/addBrewTagsToFilter-#2319
[UserPage] Add tags to filter
2022-09-03 22:40:08 -04:00
G.Ambatte 3975c74b2b Add thumbnail styling to BrewItem.less 2022-09-04 00:19:26 +12:00
G.Ambatte 0f1c585567 Add thumbnail functionality to BrewItem 2022-09-04 00:19:05 +12:00
G.Ambatte 85cad49b03 Simplify getSortedBrews logic 2022-09-03 22:28:03 +12:00