Trevor Buckner
1f4ffa6785
Use same brew object throughout
...
Rather than using separate `brewText` and `styleText` state variables when printing from /new, just load the files into the same `brew` object the rest of the page uses.
Also load localstorage in the same way as on `/new` via BREWKEY and STYLEKEY for consistency, rather than passing it in as a separate `brew` item in localstorage
2021-10-07 22:01:53 -04:00
Sean Robertson
213a469dd0
Correct stringify to parse
2021-10-05 10:40:38 +13:00
Sean Robertson
41c1b04f0e
Get renderer information from localStorage when printing from /new
...
Default to `legacy`.
2021-10-01 13:31:09 +13:00
Gazook89
39f745639f
remove gradient, set counter to start at '2'
2021-09-28 20:06:29 -05:00
Trevor Buckner
4e24f0dd4b
Merge branch 'master' into pr/1586
2021-09-21 23:37:21 -04:00
Trevor Buckner
eb7340434e
Revert dropcap background to background-image
...
Changing to just `background` undoes `background-clip` as well. This is more explicit.
2021-09-21 23:31:08 -04:00
Trevor Buckner
3c1ecf1292
Fix merge
2021-09-21 22:59:25 -04:00
Trevor Buckner
5f11607358
Merge branch 'master' into pr/1572
2021-09-21 22:53:49 -04:00
Gazook89
80ea598ec2
match brewRenderer.jsx output to printPage.jsx output
2021-09-16 19:59:54 -05:00
Gazook89
837cacc992
add .page container div to printPage.jsx
2021-09-16 09:51:16 -05:00
Gazook89
1c88eb80c0
update v3 ink friendly again to remove .pages from css selector
...
having `.pages` included in the selector did not match the selectivity in the base .less sheet. Oddly, it was working in the Edit Page, but not in the Print Page.
2021-09-15 16:30:30 -05:00
Gazook89
0de0c22e61
Update v3 ink-friendly snippet to reset drop-shadow rather than box-shadow
2021-09-15 16:14:14 -05:00
Gazook89
b8df5d083f
update v3 drop cap snippets to .page
2021-09-15 15:45:58 -05:00
Trevor Buckner
aff764d91c
Fix typo in snippet
2021-09-15 14:56:58 -04:00
Trevor Buckner
3b64cb43c1
Merge pull request #1684 from G-Ambatte/addFAQ-#810
...
Add FAQ page, using current FAQ from the subreddit
2021-09-15 14:37:23 -04:00
Trevor Buckner
570c1a9b5f
Merge pull request #1680 from naturalcrit/AllowMonsterParagraphIndents
...
[v3] Better Paragraph formatting in Monster blocks
2021-09-15 14:02:51 -04:00
Trevor Buckner
22e54636d4
Fix partial page rendering on v3
...
"dummy pages" on v3 were unstyled, giving them very small height which led to a cycle of pages changing size, which shifted other pages into view, which changed their sizes, etc.
2021-09-15 14:02:19 -04:00
G.Ambatte
8f0b3ff569
Add FAQ page, using current FAQ from the subreddit
2021-09-15 18:46:32 +12:00
Trevor Buckner
1690c3b977
Merge pull request #1605 from G-Ambatte/addToolTipToTimeSinceUpdate
...
Add tooltip to the Time Since Last Update `info <span>`
2021-09-14 15:13:55 -04:00
Trevor Buckner
470de383bd
Merge pull request #1606 from G-Ambatte/rearrangeBrewItemMetaData
...
Rearrange BrewItem metadata items - put `authors` first on it's own line
2021-09-14 15:11:01 -04:00
Trevor Buckner
ed6a0ef29b
Remove backticks from splitTable
2021-09-14 13:09:53 -04:00
Trevor Buckner
d1ffab5487
Update Monster styles and snippets.
2021-09-14 12:17:28 -04:00
Trevor Buckner
2192c91acb
Change .block min-width to width so users can resize position:absolute elements easier.
2021-09-13 22:40:36 -04:00
Trevor Buckner
82b9f825d5
Update class Features snippet to v3
...
Puts adjacent `term :: definition` s into the same `dl` block for easier spacing of sets of terms.
2021-09-11 21:52:37 -04:00
Gazook89
eee343c197
change tack, keep border on bottom but add page counter
2021-09-11 16:12:47 -05:00
Trevor Buckner
da02622547
Update v3 welcome page to fit on Firefox
2021-09-11 00:56:35 -04:00
Trevor Buckner
39eae73978
Give inter-block margins for spacing priority over margins for borders
2021-09-11 00:34:33 -04:00
Trevor Buckner
6237df953e
Update changelog and welcome pages
2021-09-10 23:34:20 -04:00
Trevor Buckner
2497fbbc74
Tweaks to popup notification.
2021-09-10 23:22:52 -04:00
Trevor Buckner
494311aee3
Popup notification
...
Update the popup notification on the home page.
2021-09-10 00:13:48 -04:00
Trevor Buckner
f435d65db7
Fix block-curly injector leaving behind an empty <p></p>
2021-09-09 10:35:08 -04:00
Trevor Buckner
5d42196297
Give spellList "wide" class for consistency
2021-09-09 09:14:16 -04:00
Trevor Buckner
57df6aa321
Clarify in Intro that Legacy cannot directly transfer to V3
2021-09-07 15:43:52 -04:00
Gazook89
ad5d7d2097
added dedents
2021-09-05 16:21:23 -05:00
Gazook89
3063337eb2
update v3 drop cap tweak to match new styling
...
and change v3 drop cap to use only `background` rather than `background-image` so that the tweak snippet can easily change between gradient and just a regular color.
and re-order table menu so that the regular table snippet is at top.
2021-09-05 15:40:08 -05:00
Gazook89
cf5a1cee24
Merge remote-tracking branch 'upstream/master' into Style-Editor-Menu-and-comments
2021-09-05 15:11:58 -05:00
Trevor Buckner
0610c9fe98
fix injecting images putting the cursor midway into the next line of text.
2021-09-01 14:54:52 -04:00
Trevor Buckner
1770323690
Remove standalone snippet; include in classTable snippets
2021-09-01 13:37:07 -04:00
Trevor Buckner
59fd2454a4
Make images local, change snippet to allow color instead of hue-rotate
2021-08-31 23:57:08 -04:00
Trevor Buckner
1abd151c67
Merge branch 'master' into pr/1549
2021-08-31 16:45:14 -04:00
Trevor Buckner
2f9c08ac49
Merge pull request #1544 from Gazook89/ClassTable-Revisions
...
Class table revisions - 1/3 Table, minor fixes
2021-08-31 16:42:28 -04:00
Trevor Buckner
f5057119da
Shrink tables width
2021-08-31 16:39:13 -04:00
Trevor Buckner
1a71ba0eb2
Force \page on V3 to be alone on line.
2021-08-31 12:08:31 -04:00
Trevor Buckner
e14c8c5e91
Lint
2021-08-31 12:03:59 -04:00
Trevor Buckner
13ba5ebcc8
Fix snippets crashing in empty brew
...
If this.props.brew.text is an empty string, it will evaluate to `false` and, but since `isStyle()` is also false, `text` is just undefined.
2021-08-31 11:56:48 -04:00
Trevor Buckner
0e5ed35b6c
Fixing drop caps inside columnWrap
2021-08-30 13:34:12 -04:00
Trevor Buckner
6b1b9bdce2
Merge branch 'master' into addFilteringToUserPage
2021-08-27 23:00:01 -04:00
G.Ambatte
22fb84ca32
Update client/homebrew/pages/userPage/userPage.jsx
...
Co-authored-by: Trevor Buckner <calculuschild@gmail.com >
2021-08-28 12:12:35 +12:00
Trevor Buckner
539b52ecbd
Merge pull request #1594 from G-Ambatte/fixHandleInject-#1593
...
Handle `brew.style` being `undefined` when injecting snippets.
2021-08-27 19:35:05 -04:00
G.Ambatte
5f837f7b3c
Update client/homebrew/pages/userPage/userPage.jsx
...
Co-authored-by: Trevor Buckner <calculuschild@gmail.com >
2021-08-28 11:09:33 +12:00