0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-09 03:18:39 +00:00
Commit Graph

590 Commits

Author SHA1 Message Date
Gazook89 fc569e560b Move renderWarnings from shared to client
Moving this component to the component folder so it's closer to where it is actually used.  Not moving to the `homebrew` folder because ultimately i think pretty much everything in that folder should move to the components as well (`homebrew` isn't a helpful folder distinction).

Deletes a directory, moves 2 files.
2025-11-03 21:50:31 -06:00
Víctor Losada Hernández ac18f4bd1d Merge branch 'master' of https://github.com/naturalcrit/homebrewery into fix-red-background 2025-10-05 19:43:29 +02:00
Víctor Losada Hernández ff5450ad8c Merge branch 'master' of https://github.com/naturalcrit/homebrewery into fix-red-background 2025-09-29 22:28:12 +02:00
G.Ambatte 328e071268 Update BrewRenderer toolbar keys 2025-09-10 19:22:54 +12:00
Trevor Buckner 518a3434be Changes fetchThemeBundle helper to not need "this" parameter
Looks a bit ugly but this is temporary toward converting edit/home/new into functional components
2025-08-30 19:02:39 -04:00
Víctor Losada Hernández 4fd61ce92c Merge branch 'master' of https://github.com/naturalcrit/homebrewery into fix-red-background 2025-07-17 23:30:01 +02:00
Trevor Buckner 3626ed5a31 Rename regex, move column replacement
Renaming COLUMNBREAK_REGEX_LEGACY for consistency in naming scheme with the other regexes.

Moving the legacy `\column` replacement down to `renderPages()` where we do similar text modification steps for V3.
2025-07-15 14:47:04 -04:00
David Bolack b547486c48 Merge branch 'master' into legacy_gmb 2025-06-30 10:54:35 -05:00
Víctor Losada Hernández d7585767c9 remove too strong shadow 2025-06-25 16:58:24 +02:00
Víctor Losada Hernández 13702a2f62 last thing 2025-06-25 16:54:56 +02:00
Víctor Losada Hernández c2cf695c17 add defaults 2025-06-02 13:50:51 +02:00
Víctor Losada Hernández ed05d8c754 move all to homebrew.jsx 2025-05-27 11:25:01 +02:00
Víctor Losada Hernández 077aaeb815 log 2025-05-27 10:54:07 +02:00
David Bolack 5648e55774 Add column, columnbreak, and pagebreak compatibuility to Legacy 2025-05-23 14:45:37 -05:00
Víctor Losada Hernández 6748639ec5 remove dumb console log from another pr 2025-05-22 23:35:00 +02:00
Trevor Buckner 083e8c9b52 remove duplicate comment 2025-05-10 13:30:38 -04:00
Trevor Buckner 181d6b7e0a Merge branch 'master' into pr/4193 2025-05-10 13:24:48 -04:00
David Bolack 33ea397915 Restore removed line and warn.
Yeah, it's a bit extra.
2025-05-10 09:50:19 -05:00
Trevor Buckner e8cc4a0c58 Merge branch 'master' into GMB_Compats_1 2025-05-09 09:29:12 -04:00
Víctor Losada Hernández a9aadbfef9 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into toolbar-few-fixes 2025-05-07 12:01:09 +02:00
Víctor Losada Hernández 5fb20991bb fix ttolbar visibility storage 2025-05-07 11:57:51 +02:00
Víctor Losada Hernández 75fe7b2c67 increase visibility of toolbar toggle 2025-05-07 11:57:41 +02:00
David Bolack 742de8582c Allow pagebreak and columnbreak compatibility 2025-05-06 16:27:55 -05:00
David Bolack 5ee1cf6aa5 Localise out Fontawesome use. 2025-04-29 19:17:40 -05:00
Víctor Losada Hernández 32f8c18adc Merge branch 'store-toolbar-state-in-storage' of https://github.com/naturalcrit/homebrewery into toolbar-few-fixes 2025-04-22 00:43:09 +02:00
Víctor Losada Hernández 0aead96dcf fix columnGap 2025-04-22 00:42:48 +02:00
Víctor Losada Hernández 1e34e85aab actually fix it 2025-04-21 22:23:55 +02:00
Víctor Losada Hernández b747968e74 fixing toFit to actually fit in any mode 2025-04-21 22:17:52 +02:00
Víctor Losada Hernández 25629173c9 Merge branch 'store-toolbar-state-in-storage' of https://github.com/naturalcrit/homebrewery into toolbar-few-fixes 2025-04-21 20:45:54 +02:00
Víctor Losada Hernández 96642c07d3 initial attempt at facing width button 2025-04-21 20:45:48 +02:00
Víctor Losada Hernández 9b4047f3f9 small css changes 2025-04-21 20:12:42 +02:00
G.Ambatte 8f4c74d0ce Add print-specific styling for facing and flow page layouts 2025-04-15 19:36:35 +12:00
David Bolack 0fc7571c35 Somehow this change did not get commited or pushed.
This swaps the if block for an optional chaining
2025-03-23 20:41:14 -05:00
David Bolack 48285e6738 Add validation to ensure \page mustaches have return valid contents from the lexar 2025-03-19 17:45:47 -05:00
Víctor Losada Hernández 551763fecb initial commit 2025-03-19 14:04:29 +01:00
Víctor Losada Hernández 8e37806791 jsx files 2025-03-18 19:47:49 +01:00
Víctor Losada Hernández 163e3927b5 style lint 2025-03-18 19:38:58 +01:00
G.Ambatte 83a095923e Add columnSplit to end of each page for older Chrome versions 2025-03-18 10:51:09 +13:00
G.Ambatte a44056a64b Restore blank styling 2025-03-18 10:02:29 +13:00
Trevor Buckner 51e79c2c5f Remove extra column break entirely
Not needed with change to column-fill auto

See https://github.com/naturalcrit/homebrewery/pull/3013
2025-03-05 20:13:35 -05:00
David Bolack 55f333a9e5 Changed tactic per suggestion
Unsure if the test is absolutely necessary.
2025-03-05 10:52:43 -06:00
Trevor Buckner 02f63e0b02 Merge branch 'master' into Change_Hardbreak_-_to_-br- 2025-02-19 16:15:49 -05:00
Trevor Buckner 917b6b3145 Shrinking down some logic 2025-02-19 15:52:52 -05:00
Trevor Buckner b36376f9e8 Linting 2025-02-19 13:44:28 -05:00
G.Ambatte f421ce1d93 Fix missing depth styling 2025-02-19 16:10:27 +13:00
G.Ambatte ca0f18acd6 Update getTextContent function to getHeaderContent 2025-02-19 15:22:08 +13:00
G.Ambatte 87d76ea8f6 Change topLevelPages functions for cover pages 2025-02-19 13:46:35 +13:00
G.Ambatte 9f5a29099c Address requested changes 2025-02-19 13:24:07 +13:00
Trevor Buckner 01d93b98d5 Remove LESS styling for .blank 2025-02-17 15:09:04 -05:00
Víctor Losada Hernández 00a2b130eb Merge branch 'master' into headerNaxExtension 2025-02-02 16:44:30 +01:00