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

36 Commits

Author SHA1 Message Date
Víctor Losada Hernández d0265a9978 shared styles to alias 2026-02-25 18:30:44 +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 9b93be7e23 first stage, unfinished 2026-01-20 19:40:52 +01:00
Víctor Losada Hernández e0379a0baa last cleanup 2025-10-03 21:38:10 +02:00
Víctor Losada Hernández 88b70d340e final bit 2025-05-27 11:27:04 +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 163e3927b5 style lint 2025-03-18 19:38:58 +01:00
Víctor Losada Hernández 45106b47d4 Custom scrollbar fixes 2024-04-02 13:47:16 +02:00
Víctor Losada Hernández d0000cee11 linting 2024-03-08 10:13:04 +01:00
Víctor Losada Hernández 54d881642d listpage, editor 2024-03-08 10:09:29 +01:00
Gazook89 7623d3e93a set scrollbar to 'thin' in recentItems dropdown 2022-09-20 20:37:55 -05:00
Gazook89 49cc4180a7 set only listPage to overflow-y scroll.
The pages are not all quite set up the same way.  /new/, /edit/, and /share/ all use an iframe and those iframes have their own scroll behavior.  /user/ doesn't have an iframe and so the `.content` portion of the page needs to scroll.
2022-09-20 19:58:52 -05:00
Gazook89 9f4920fd2a change overflow-y behavior to fix navbar 2022-09-13 15:55:50 -05:00
Trevor Buckner 7843691c4b add "page" class to print page
With the style panel we added a `page` css class alongside the `phb` and `phb3` classes so users can write CSS that targets all pages no matter the base CSS loaded. This wasn't applied to the print page.

Funnily enough, the rest of the site uses `.page` just to display the website, and I didn't realize there was a conflict until now because otherwise, the brew is usually hidden in an iFrame.
2021-06-25 00:53:25 -04:00
Trevor Buckner 22a9799674 Update vitreum (#946)
- Updates Vitreum to v6.0.1 + some custom fixes.
  - Stylesheets must be imported with `require('./sheet.less');` but can also can now share stylesheets between jsx components.
  - Should eliminate a lot of security concerns with older nested dependencies.
  - Changed a lot of files to make this work
- Also removes dependency on PicoRouter in favor of React-Router
2020-05-19 01:36:31 -04:00
Trevor Buckner 18a238786e Hide scrollbar in share page but KEEP SCROLLBAR IN USER PAGE 2019-01-22 13:42:46 -05:00
Trevor Buckner 507f8e0852 Revert "Revert "Merge branch 'master' of https://github.com/naturalcrit/homebrewery""
This reverts commit 0c70162a78.
2019-01-22 11:26:33 -05:00
Trevor Buckner 0c70162a78 Revert "Merge branch 'master' of https://github.com/naturalcrit/homebrewery"
This reverts commit 077511dfa7, reversing
changes made to facbc5f6dc.
2019-01-22 11:23:35 -05:00
Trevor Buckner 69b25eb03a Fix duplicate scrollbar in "share" page 2019-01-22 10:54:14 -05:00
Scott Tolksdorf a634b76117 Fixed a bug with saving while not logged in 2016-11-27 18:55:50 -05:00
Scott Tolksdorf e61bf22788 Added in metadata editor 2016-11-23 14:47:28 -05:00
Scott Tolksdorf 6672dff938 Print page can now load from local storage 2016-11-14 21:31:01 -05:00
Scott Tolksdorf 626cba6062 Newlines 2016-05-28 09:41:05 -04:00
Scott Tolksdorf 81ea2c838e Blending the background color of the snippet bar and the divider 2016-05-16 20:47:13 -04:00
Scott Tolksdorf b464de69e3 Main page is fixed, figured out svgs, and cleaned up the core styles 2016-05-14 12:09:08 -04:00
Scott Tolksdorf 6f6f5649d4 Snippets done 2016-05-10 22:29:00 -04:00
Scott Tolksdorf 62654102b8 Changed project structure to have the root page into main and subbed out the pages into their own folder 2016-05-06 15:59:18 -04:00
Scott Tolksdorf 413358feaa And forgot about the less files 2016-05-06 14:33:34 -04:00
Scott Tolksdorf 5ba8489a42 Code cleanup 2016-05-04 02:32:12 -04:00
Scott Tolksdorf 1ce0f00b62 Split pane scrolling is FINALLY working 2016-05-04 02:13:11 -04:00
Scott Tolksdorf 75fb606097 Built a new pane split component 2016-05-04 01:19:33 -04:00
Scott Tolksdorf c93c6b13c4 Page container is now doign partial rendering, need to clean up the stlying though 2016-04-06 00:15:15 -04:00
Scott Tolksdorf fb8ddfe9fa So much polish 2016-01-04 17:02:55 -05:00
Scott Tolksdorf 4ff1f3dc37 Status bar nearly done, first pass on the split pane workign for edit page 2016-01-03 04:39:56 -05:00
Scott 1b1860bb0a it works 2015-12-19 23:16:35 -05:00