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

124 Commits

Author SHA1 Message Date
David Bolack 16bfffe78f I need extra eyes. 2026-03-28 18:29:15 -05:00
David Bolack e61556e43b I feel like there is a cleaner way to handle this, but this embeds as desired and it doesn't blink 2026-03-28 15:24:49 -05:00
db ca160d7d83 Start adding new class 2026-03-28 13:44:43 -05:00
David Bolack fe0f0c56af Merge branch 'master' into HTMLDownload 2026-03-16 10:39:14 -05:00
Víctor Losada Hernández dd158000a1 bring back error pages 2026-03-11 12:53:38 +01:00
David Bolack f16c8b7663 Add /embed endpoint
This duplicates the share endpoint. It uses the Share Page template
with a boolean for share vs embed to toggle displaying the navbar
and toolbar.

Added a showToolbar property to brewRender to toggle... showing
the toolbar.
2026-02-06 18:01:53 -06:00
Víctor Losada Hernández 231e38af57 proper props 2026-02-02 00:43:32 +01:00
Víctor Losada Hernández d937e4ab81 stable version 2026-02-01 23:20:32 +01:00
Víctor Losada Hernández b5598ac423 trying to get this to work 2026-02-01 20:37:09 +01:00
Víctor Losada Hernández 215d24b99a base 2026-02-01 17:55:51 +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
Víctor Losada Hernández eda1fb29c6 start changing imports 2026-01-24 00:04:32 +01:00
Víctor Losada Hernández eb9fc4487c fix exports of admin and homebrew.jsx 2026-01-22 23:46:50 +01:00
Víctor Losada Hernández 4bf485b2e2 lint client 2026-01-21 16:17:11 +01:00
Víctor Losada Hernández 7b00ec9fcf stable version i think 2026-01-21 15:44:33 +01:00
Víctor Losada Hernández 0d6c3c7e33 fix module.exports 2026-01-20 19:56:37 +01:00
Trevor Buckner ae47442ed5 Merge branch 'master' into remove-config-enable-checks 2025-10-13 13:37:49 -04:00
Víctor Losada Hernández 4a5bb1efb1 initial commit 2025-10-05 22:14:13 +02:00
Víctor Losada Hernández 1f51abaf10 this makes more sense 2025-10-05 19:57:49 +02:00
Víctor Losada Hernández c90a8c53a5 lets test this 2025-10-05 19:56:50 +02: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 7393aef806 set up development config variavle 2025-10-05 19:42:01 +02:00
Víctor Losada Hernández aff9a85769 end of file character shit 2025-10-03 21:38:43 +02:00
Víctor Losada Hernández e0379a0baa last cleanup 2025-10-03 21:38:10 +02:00
Víctor Losada Hernández c2e51b0baa removing isclient check to see what's what 2025-10-03 21:32:52 +02:00
Víctor Losada Hernández eefda9fe45 simplifying per suggestion 2025-10-02 12:40:12 +02:00
Víctor Losada Hernández e793db7b37 separating the words to make it less ugly 2025-10-01 22:55:32 +02:00
G.Ambatte 1eb5b6d3a4 Copy exisitng key data to new keys 2025-09-09 22:04:40 +12:00
Víctor Losada Hernández d6a5a1f03c no idea what changed but now it works 2025-07-18 00:39:36 +02:00
Víctor Losada Hernández f04d6cdd1f fix to current 2025-07-17 23:32:18 +02:00
Trevor Buckner b6c03e88b8 Looks like react is needed by some other components later on 2025-07-15 17:53:01 +00:00
Trevor Buckner b587d17397 Remove unused React import 2025-07-15 17:41:56 +00:00
Trevor Buckner 0a02f910f8 Clean up WithRoute 2025-07-15 17:32:10 +00:00
Trevor Buckner ddfa06e76b Change requires to imports 2025-07-15 17:17:09 +00:00
Trevor Buckner 6de7a64acd Add comment for to-well-formed 2025-07-15 12:58:06 -04:00
Víctor Losada Hernández 6d0d6f08b5 initial commit 2025-05-28 09:09:14 +02:00
Trevor Buckner e8eedcf6d6 Import polyfill from core-js
Possible to have babel automatically detect and import polyfills as needed, but Browserify just can't handle it. Manually importing the one troublesome one into the root of our project.
2024-12-22 21:32:30 -05:00
Trevor Buckner db0df82202 Change imports 2024-12-14 21:31:49 -05:00
Víctor Losada Hernández a8a4930225 Merge branch 'experimental-development' of https://github.com/5e-Cleric/homebrewery; branch 'master' of https://github.com/naturalcrit/homebrewery into experimental-development 2024-08-09 18:54:51 +02:00
G.Ambatte 713c978f08 Add disableMeta to /migrate 2024-08-09 18:05:36 +12:00
Trevor Buckner 1d3c2d7cd6 Merge branch 'master' into fixInfoPanel-#3586 2024-08-01 15:57:43 -04:00
Trevor Buckner 6465564b6f Add route to Homebrew.jsx 2024-08-01 15:37:00 -04:00
G.Ambatte 758a951bf5 Merge branch 'master' into fixInfoPanel-#3586 2024-08-01 12:33:07 +12:00
Víctor Losada Hernández 51c7549b45 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into experimental-development 2024-07-31 08:57:28 +02:00
Trevor Buckner 22b6aa14f0 Add to /new page 2024-07-23 16:43:23 -04:00
G.Ambatte 17f8de48a8 Add disableMeta prop to SharePage 2024-07-21 13:33:23 +12:00
Trevor Buckner dfbd85a8ce pass userThemes as a new prop, rather than inside of the brew 2024-07-15 23:29:16 -04:00
Víctor Losada Hernández 90431efbc9 "Removed ArchivePage and related files, replaced with VaultPage, updated routes and API endpoints, and made minor changes to theme configuration and error handling." 2024-06-11 00:33:36 +02:00
Víctor Losada Hernández 99b0c2b54e Merge branch 'master' of https://github.com/naturalcrit/homebrewery into experimental-development 2024-06-10 23:25:42 +02:00