Víctor Losada Hernández
074af5e8e0
more solid block tokenizing
2026-05-16 16:28:53 +02:00
Víctor Losada Hernández
d630882f18
add padding
2026-05-13 12:51:45 +02:00
Víctor Losada Hernández
097b941580
move to use html img element
2026-05-13 12:45:46 +02:00
Víctor Losada Hernández
2971fe0679
add transition delay
2026-05-13 11:47:00 +02:00
Víctor Losada Hernández
e521db78ce
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into add-image-preview
2026-05-10 19:10:23 +02:00
Víctor Losada Hernández
9f6e03fd80
add strikethrough highlight
2026-05-04 16:24:41 +02:00
Víctor Losada Hernández
8872adfd95
make sure tall images fit
2026-04-24 13:18:18 +02:00
Víctor Losada Hernández
0587266e22
repair injection highlight and add image previews
2026-04-24 12:34:16 +02:00
Víctor Losada Hernández
49e4f0a597
css reordering
2026-04-22 12:34:50 +02:00
Víctor Losada Hernández
de77de84d9
source move flash restored
2026-04-13 12:12:10 +02:00
Víctor Losada Hernández
eb99af2735
tab size changed to 2
2026-03-29 00:33:07 +01:00
Víctor Losada Hernández
1f2a329553
darkbrewery
2026-03-27 19:49:00 +01:00
Víctor Losada Hernández
ad9f4773b0
default cm5 theme back
2026-03-27 13:13:36 +01:00
Víctor Losada Hernández
b45795fac2
this should fold
2026-03-25 21:07:21 +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
543b64ccd2
themes when i coudl change them
2026-02-25 18:49:26 +01:00
Víctor Losada Hernández
3e76046868
Revert "renamed client to src"
...
This reverts commit c28736bd01 .
2026-02-01 17:36:53 +01:00
Víctor Losada Hernández
c28736bd01
renamed client to src
2026-02-01 17:34:50 +01: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