0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 15:28:11 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Víctor Losada Hernández
436d21f33c stable - remove bracket-matching 2026-03-22 01:37:30 +01:00
Víctor Losada Hernández
4ee9dfa509 add basic light theme and scrollpastend 2026-03-22 00:10:09 +01:00
Víctor Losada Hernández
c18e8edd34 code folding 2026-03-21 23:13:21 +01:00
Víctor Losada Hernández
42e254c9c7 basic css changes 2026-03-21 22:53:38 +01:00
Víctor Losada Hernández
3785d5808f basic editor 2026-03-21 21:49:59 +01:00
David Bolack
1fa0a23459 Merge branch 'master' into codeMirror-skipExtraKeys 2026-02-22 10:46:26 -06:00
Víctor Losada Hernández
7b00ec9fcf stable version i think 2026-01-21 15:44:33 +01:00
Víctor Losada Hernández
955457f22f some more fixes 2026-01-20 22:31:28 +01:00
Víctor Losada Hernández
fc8656e05b all imports 2026-01-20 22:14:34 +01:00
Víctor Losada Hernández
0d6c3c7e33 fix module.exports 2026-01-20 19:56:37 +01:00
David Bolack
6b57dcf052 Wrapper functions 2025-12-29 13:24:31 -06:00
David Bolack
d7e170fb9d Merge branch 'master' into codeMirror-skipExtraKeys 2025-12-13 20:08:44 -06:00
Gazook89
29fe6430ce Move codeEditor to components directory
This simply moves the codeEditor folder to the components directory.  `codeEditor.jsx` simply builds a component which is then used elsewhere, and isn't shared between client and server, so it should be in the client directory.

Arguably it could go in `client/homebrew/editor` but I think the `/homebrew/` folder should be eliminated down the line and it's contents just re-sorted.

When working on the editor right now it's a pain to switch between `shared` and `client` hunting for the right file.
2025-11-04 13:12:56 -06:00