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

2718 Commits

Author SHA1 Message Date
Víctor Losada Hernández ebc3b4ee66 "Updated admin notification management: added error handling and styling, modified notification add and lookup functionality, and refactored server-side API routes and error handling." 2024-09-14 23:58:47 +02:00
G.Ambatte 7009ef4441 Remove unneeded brew.shareId reference 2024-09-15 00:47:54 +12:00
G.Ambatte ff19e3875e Shift GC to use savedAt time 2024-09-14 23:43:44 +12:00
G.Ambatte 7ec2558eef Add guard clause for history UI items 2024-09-14 23:43:26 +12:00
G.Ambatte a7cf49557a Tweak dropdown padding 2024-09-14 23:04:18 +12:00
G.Ambatte c4c5ffff9b Tweak UI styling 2024-09-14 22:49:53 +12:00
G.Ambatte 719cc0c485 Remove onClick from UI 2024-09-14 22:49:39 +12:00
G.Ambatte d01548feb6 Add getHistoryItems function 2024-09-14 21:20:31 +12:00
G.Ambatte 48eb42862a Add History styling 2024-09-14 17:32:20 +12:00
G.Ambatte ace790739f Stub out History function on Editor Nav Bar 2024-09-14 17:32:07 +12:00
G.Ambatte c77d6e5fae Simplify logic 2024-09-14 16:50:36 +12:00
Víctor Losada Hernández 9bf28f1433 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into experimentalNotificationDB 2024-09-13 23:54:01 +02:00
Víctor Losada Hernández dbbfb0b628 suggestions added, linted 2024-09-13 23:29:36 +02:00
Víctor Losada Hernández 4f2c2916d6 remove cx 2024-09-13 23:03:40 +02:00
Víctor Losada Hernández 629b51a26c remove logs and unecessary state 2024-09-13 20:33:58 +02:00
Víctor Losada Hernández d947ff45e2 correct style to be coherent and nice 2024-09-13 20:33:21 +02:00
Víctor Losada Hernández a2d260c297 remove lookup by id funct and fix lost state functions 2024-09-13 20:29:35 +02:00
Trevor Buckner 3ef91cb1ea Add check for scroll event complete/ lift page state up 2024-09-12 12:55:11 -04:00
Víctor Losada Hernández f40c5e17ca change to 401 2024-09-12 14:04:35 +02:00
G.Ambatte a93133a9f3 Merge branch 'master' into experimentalLocalStorageHistory 2024-09-10 23:13:13 +12:00
Víctor Losada Hernández ea1d0714b4 initial commit 2024-09-10 08:28:34 +02:00
Trevor Buckner e5ab223571 Better line position (viewport has some margin) 2024-09-10 01:25:26 -04:00
Trevor Buckner 45a9501459 Jump based on scroll position, not cursor position 2024-09-10 01:11:28 -04:00
Trevor Buckner ec74b994d7 Simplify scroll event for source editor using lodash Throttle 2024-09-10 00:43:44 -04:00
Trevor Buckner 707b90e445 Merge branch 'master' into pr/3484 2024-09-09 23:22:00 -04:00
Trevor Buckner 2b458d1265 Merge branch 'master' into Hide-Toolbar-2 2024-09-09 11:01:39 -04:00
Trevor Buckner 58a2993fe1 use className for react classes
Avoid warning of conflict with JS "class" keyword.
2024-09-09 11:00:45 -04:00
David Bolack 1e9c7423c7 Fix "clicked on the toggle ring" crash with scroll lock.
The code was doing dom-climbing math based on clicking on the div contents but was attached to the div. Moved the onClick to the contents.
2024-09-07 22:36:27 -05:00
David Bolack 7a37bf47c5 Bodge Render side mirroring back into place. 2024-09-07 21:33:51 -05:00
Víctor Losada Hernández 3360b4e829 refctor logic 2024-09-07 19:12:59 +02:00
Víctor Losada Hernández 9e1a532105 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into scroll-to-element 2024-09-07 18:45:03 +02:00
Trevor Buckner b124e55b3d Merge branch 'master' into Issue_241_Part_II 2024-09-06 23:51:14 -04:00
G.Ambatte 6e1cf63ed9 Merge branch 'experimentalLocalStorageHistory' of https://github.com/G-Ambatte/homebrewery into experimentalLocalStorageHistory 2024-09-07 14:07:36 +12:00
G.Ambatte bc35b5245b Fix renamed variable 2024-09-07 14:07:30 +12:00
G.Ambatte 4033307473 Merge branch 'master' into experimentalLocalStorageHistory 2024-09-07 14:05:16 +12:00
G.Ambatte cd30679aac Remove debugging line 2024-09-07 14:01:25 +12:00
G.Ambatte 9679e5b130 Add garbage collection function to remove version data after specified period without update 2024-09-07 14:00:31 +12:00
G.Ambatte 4d295f5f18 Add comments to elucidate the madness 2024-09-07 13:22:44 +12:00
G.Ambatte 6ed6b6d66f Remove debugging line 2024-09-07 13:10:36 +12:00
G.Ambatte 87ba4ee264 Basic functionality working 2024-09-07 13:07:58 +12:00
G.Ambatte 6693eebe64 Updated version saving logic 2024-09-07 08:47:53 +12:00
Trevor Buckner 22678b15af Fix snippet filter 2024-09-06 16:35:18 -04:00
David Bolack 88caa81baa Merge branch 'master' into snippets-no-gen 2024-09-06 12:25:22 -05:00
David Bolack 5c9c342b10 Update client/homebrew/editor/snippetbar/snippetbar.jsx
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
2024-09-06 01:25:13 -05:00
G.Ambatte f3011eeef9 Update delay amounts 2024-09-06 16:58:30 +12:00
G.Ambatte 9fd581149b Shift version history to separate file 2024-09-06 16:57:11 +12:00
Gazook89 e0be7a5db3 Move rules out of body and into more specific elements 2024-09-05 11:13:08 -05:00
G.Ambatte 03bc9a8189 Test of combined version and time differential requirement for update 2024-09-05 23:24:14 +12:00
G.Ambatte 421c88cc07 Save brew text/style to local storage 2024-09-05 22:35:14 +12:00
Trevor Buckner ad8e004fa9 Update Dismisskey for popup
Need a new key so this new message will appear again for users who cleared the popup before
2024-09-04 17:16:11 -04:00