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

633 Commits

Author SHA1 Message Date
Gazook89 9bc4b1fb56 Changes to core.less, reset.less, and toolbar
Making some changes to the reset.less so that some default UA button styling is removed.

Then, changing core.less so that the classic "HB" button styling is scoped to a certain class `.colorButton`.  This will make it easier to use the button element in other places.
2024-11-10 21:48:01 -06:00
Víctor Losada Hernández 55a50ce261 always stretch 2024-10-24 01:23:26 +02:00
Víctor Losada Hernández 5b675918ad real fix for the meta tab 2024-10-24 01:10:47 +02:00
Víctor Losada Hernández 70046e00f8 fix min-width in meta tab 2024-10-24 01:07:52 +02:00
Víctor Losada Hernández 56c9413ab5 next iteration 2024-10-24 01:04:22 +02:00
Víctor Losada Hernández 88e5f26dd8 not render snippets element if empty 2024-10-23 20:16:30 +02:00
Trevor Buckner 0e9021049c lint 2024-10-20 13:00:05 -04:00
Víctor Losada Hernández 1d663ef38d last iteration 2024-10-20 12:19:38 +02:00
Víctor Losada Hernández 5a75182aff changes as requested, wrapping of editor tools, and linting 2024-10-18 00:52:26 +02:00
Víctor Losada Hernández 8538ccabe6 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into snippet-bar-wrapping 2024-10-17 23:47:02 +02:00
Trevor Buckner f2f06b23fd Disable Global ToC Snippet 2024-10-17 16:42:57 -04:00
Trevor Buckner f1aeea18d4 Only jump when on text panel 2024-10-15 22:07:55 -04:00
G.Ambatte 36674f4cf2 Add explicit guard clause to renderHistoryItems 2024-10-10 08:48:14 +13:00
G.Ambatte 618de544bf Remove unnecessary check 2024-10-10 08:43:38 +13:00
G.Ambatte 8f5b421531 Fix infinite loop 2024-10-10 08:34:24 +13:00
G.Ambatte 1e38ed8d1f Bump max-lines 2024-10-07 20:53:05 +13:00
G.Ambatte 25ce1aa00c Functional history menu 2024-10-07 19:36:17 +13:00
G.Ambatte c9241e3091 WIP Update 2024-10-07 18:22:06 +13:00
G.Ambatte 77f162f7a4 Initial IDB functionality pass 2024-10-01 23:53:35 +13:00
Gazook89 544f4c6103 tweak headers 2024-09-19 15:29:35 -05:00
Gazook89 a6ac6b98c2 some fixes and updates
This fixes something i broke with last commit, but should be final commit.
2024-09-19 11:09:22 -05:00
Gazook89 2336f8508b Rearrange CSS and small HTML changes
Simplified and unified some font-size declarations, adjusted the "descriptions" for various inputs to be similar structure and appearance, change the components h1 label from "Brew" to "Properties Editor", updated the comment about Publishing.
2024-09-19 10:57:55 -05:00
Víctor Losada Hernández 61d77b4d2d fix 2024-09-17 19:55:50 +02:00
G.Ambatte 83a7636b6f Simplify historyExists state logic 2024-09-17 07:41:34 +12:00
G.Ambatte 8ceb422156 Separate bundled setState calls 2024-09-16 19:40:11 +12:00
G.Ambatte 59f6f40ace Add seconds to display options 2024-09-16 19:24:39 +12:00
Trevor Buckner dfd3b99232 Merge branch 'master' into experimentalLocalStorageHistory 2024-09-16 01:50:54 -04:00
Trevor Buckner 5cc5eec619 Lint toolbar and snippetbar 2024-09-16 01:41:46 -04:00
Trevor Buckner b5490e3a53 Lint editor.jsx 2024-09-16 01:40:21 -04:00
Trevor Buckner 98c5b798a7 Merge branch 'master' into experimentalLocalStorageHistory 2024-09-16 01:03:29 -04:00
Trevor Buckner 48bdc417fa More logic simplification 2024-09-16 00:39:04 -04:00
Trevor Buckner 25a40e31c5 Remove console logs 2024-09-15 22:31:29 -04:00
Trevor Buckner a353425d07 More cleanup 2024-09-15 22:13:41 -04:00
Trevor Buckner 81ab9417d3 Clean up unused code 2024-09-15 21:42:55 -04:00
Trevor Buckner 84c0242eee Put page jump checks in componentDidUpdate
Jump when the current page for brew or editor changes
2024-09-15 00:13:49 -04:00
G.Ambatte eddc81d051 Merge branch 'master' into experimentalLocalStorageHistory 2024-09-15 14:23:14 +12:00
G.Ambatte 72257dc71b Lint fixes 2024-09-15 14:09:56 +12:00
G.Ambatte b456bb955a Initial UI functionality 2024-09-15 14:09:47 +12:00
Trevor Buckner 181c6bf65a Update editor.jsx 2024-09-14 19:15:39 -04:00
Trevor Buckner d4fa5d55d0 Merge branch 'master' into pr/3484 2024-09-14 19:15:12 -04:00
Trevor Buckner 26a126859d Lint 2024-09-14 19:02:55 -04:00
Trevor Buckner 5c2acf3183 Let Editor pass changes up and inherit values down 2024-09-14 18:52:13 -04: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
Trevor Buckner 3ef91cb1ea Add check for scroll event complete/ lift page state up 2024-09-12 12:55:11 -04:00