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

745 Commits

Author SHA1 Message Date
David Bolack fa96836b63 Merge branch 'master' into localSnippetEditor 2024-11-25 13:55:54 -06:00
David Bolack decb334808 Fix regression in emoji auto-complete due to ESM update 2024-11-25 10:41:11 -06:00
David Bolack 008b31e530 Correct failing test. 2024-11-24 18:58:50 -06:00
David Bolack b6e445c445 Convert storage of snippets in Brew to yaml by request. 2024-11-24 18:13:32 -06:00
David Bolack b45686eb3b Create an element for serial non-breaking spaces as proposed in V4 discussion 2024-11-23 11:18:44 -06:00
David Bolack 5f67494f77 Merge branch 'master' into localSnippetEditor 2024-11-23 01:39:38 -06:00
David Bolack 440ad516df Add justification token testing 2024-11-22 20:39:31 -06:00
David Bolack 929469d0c0 Working feature. 2024-11-22 20:11:14 -06:00
Trevor Buckner fb9148ada5 Site runs and all tests pass 2024-11-20 16:21:35 -05:00
David Bolack d541a70da5 Remove unneeded dedent 2024-11-14 06:54:36 -06:00
David Bolack 83abdc2ee6 Merge branch 'master' into localSnippetEditor 2024-11-12 18:42:50 -06:00
David Bolack e0400c0425 Snippets should go after existing tab sections 2024-11-12 18:41:31 -06:00
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
David Bolack f4e9516233 Remove testing helper 2024-11-03 12:41:04 -06:00
David Bolack 7f7f3557b3 Mostly working. Needs tweakages. Presentable 2024-11-03 12:30:14 -06:00
David Bolack b9b3d284cf WOrking snippet editor - menu population regression 2024-11-03 11:14:31 -06:00
David Bolack 4f240bf110 WIP 2024-11-02 22:30:18 -05:00
David Bolack 7cd82ffc4e WOrking snippets insertion from local. 2024-11-02 17:37:43 -05:00
David Bolack 4448410c3e Partial implementation 2024-11-01 14:02:27 -05:00
Víctor Losada Hernández 391d0a0bfe remove flickering in divider 2024-10-27 10:20:49 +01:00
Víctor Losada Hernández 782ee7a4ad Merge branch 'master' of https://github.com/naturalcrit/homebrewery into refactor-splitpane 2024-10-27 10:14:30 +01:00
Víctor Losada Hernández 987063422d use storage instead of state to correctly save position while resizing 2024-10-27 10:13:59 +01:00
Víctor Losada Hernández 46eac41021 further formatting 2024-10-26 23:03:25 +02:00
Víctor Losada Hernández 43441f3185 last changes as suggested 2024-10-26 22:54:16 +02:00
Víctor Losada Hernández 843aa6d769 linting and final pass 2024-10-26 16:45:33 +02:00
Víctor Losada Hernández f8b5a8133e initial commit 2024-10-26 16:15:53 +02:00
Víctor Losada Hernández ebe5dca7a9 remove unnecessary child in nav 2024-10-13 10:51:06 +02:00
Víctor Losada Hernández 766fd40b72 set cursor in code less for disabled elements 2024-10-11 00:35:43 +02:00
Víctor Losada Hernández 2b270ccdb7 linting 2024-10-11 00:14:12 +02:00
Víctor Losada Hernández 08eabf8102 proper snippetbar styles 2024-10-11 00:12:52 +02:00
Víctor Losada Hernández 3a2c213cf8 linting codeeditor.les 2024-10-11 00:02:00 +02:00
Víctor Losada Hernández 99dc0deb08 foldgutter styles 2024-10-11 00:00:57 +02:00
Trevor Buckner 8d479b8cd1 Lint whitespace changes 2024-09-16 01:42:44 -04:00
Trevor Buckner 63675a46e0 Lint more things 2024-09-16 01:42:21 -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
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 b5155ed256 remove unused variable 2024-09-09 23:40:06 -04:00
Trevor Buckner 315296458a Remove setting button styles in componentDidMount
Just set the state, and the renderer will know what to display.
2024-09-09 23:39:29 -04:00
Trevor Buckner 0fbb4879a9 Set button appearance based on state
Avoid manually editing the DOM elements. Let the Render function update the appearance based on state.
2024-09-09 23:35:18 -04:00
Trevor Buckner 51c8973a85 Move onClick from the lock icon to the whole button 2024-09-09 23:29:10 -04:00
Trevor Buckner 707b90e445 Merge branch 'master' into pr/3484 2024-09-09 23:22:00 -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 fa74fb4ada Update tooltips for locking. 2024-09-07 21:38:07 -05:00
Víctor Losada Hernández e5f6d28abd fixing it once and for all 2024-09-07 22:37:22 +02:00
Trevor Buckner b124e55b3d Merge branch 'master' into Issue_241_Part_II 2024-09-06 23:51:14 -04:00
Víctor Losada Hernández 20db8c6720 restore missing state 2024-09-04 23:57:44 +02:00