Gazook89
977d0ea73a
eslint
2024-08-23 19:05:23 -05:00
Gazook89
04effa2150
removed whitepsace
2024-08-23 18:59:32 -05:00
Gazook89
7f694e6ca7
fold handlePageChange directly into input onChange
...
Moved the single-line handler to operate directly in the onChange handler of the input that is calling it.
Considered doing the same with handleZoomChange, but that handler is used by two buttons rather than just one.
2024-08-23 18:58:51 -05:00
Gazook89
769a03916b
rename pageInput state variable to pageNum
2024-08-23 18:48:36 -05:00
Gazook89
e3c90a8295
unset padding on brewRenderer in @print
...
Fixes an issue with the padding being reflected in pdfs as a white stripe at the top.
2024-08-23 18:45:08 -05:00
Gazook89
561ff6283a
remove redundant handleScroll() method
...
handleScroll is replaced by getCurrentPage(), which effectively does the same thing. The math is slightly different, though very similar, and result seems to be the same.
2024-08-23 18:33:14 -05:00
Víctor Losada Hernández
5e69718f4f
Merge branch 'master' into imageWrappin
2024-08-23 23:30:37 +02:00
Víctor Losada Hernández
ca5a7a1dbb
Merge branch 'master' into addCSSRoute-#1097
2024-08-23 23:16:19 +02:00
Víctor Losada Hernández
505ac0c1d5
Merge pull request #3515 from dbolack-ab/Issue_1430_Unique_HeaderIDs
...
Create globally unique Header IDs when marked parses.
2024-08-23 23:12:02 +02:00
Víctor Losada Hernández
987d1c881b
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into Issue_1430_Unique_HeaderIDs
2024-08-23 23:08:20 +02:00
Gazook89
f34107ee1d
fix typo
2024-08-23 15:06:48 -05:00
Gazook89
2246944dd2
Remove duplicate ErrorBar/popups tray
...
Removed duplicated components.
Restyled the popups to accomodate extra height of viewer tools.
2024-08-23 14:40:19 -05:00
Trevor Buckner
717ced28d6
Merge pull request #3662 from naturalcrit/dependabot/npm_and_yarn/babel/preset-env-7.25.4
...
Bump @babel/preset-env from 7.25.3 to 7.25.4
2024-08-23 01:17:02 -04:00
dependabot[bot]
fb836df8d5
Bump @babel/preset-env from 7.25.3 to 7.25.4
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.25.3 to 7.25.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.4/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-23 05:03:02 +00:00
Trevor Buckner
fba08262d3
Merge pull request #3661 from naturalcrit/dependabot/npm_and_yarn/babel/plugin-transform-runtime-7.25.4
...
Bump @babel/plugin-transform-runtime from 7.24.7 to 7.25.4
2024-08-23 01:01:49 -04:00
dependabot[bot]
56582b6b24
Bump @babel/plugin-transform-runtime from 7.24.7 to 7.25.4
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.24.7 to 7.25.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.4/packages/babel-plugin-transform-runtime )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-23 04:58:49 +00:00
Trevor Buckner
43e4e43c7c
Merge pull request #3663 from naturalcrit/updateEsLintV9
...
up ESLint to v9.9
2024-08-23 00:57:34 -04:00
Trevor Buckner
3f3f113305
More typos
2024-08-23 00:54:00 -04:00
Trevor Buckner
96e23ee2ea
fix accidental deletion
2024-08-23 00:52:48 -04:00
Trevor Buckner
c57c9e236b
Update config file to new format
2024-08-23 00:49:36 -04:00
Gazook89
32c6224f40
remove console.log
2024-08-22 23:30:36 -05:00
Gazook89
8dadc57934
adjustment to toolbar spacing between items
...
testing the use of spacing to separate tool groups. Could alternatively use a thin vertical bar.
2024-08-22 23:22:39 -05:00
Gazook89
0dc9e9ecdb
Add 2 custom zoom related icons
...
New icons for Zoom to Fit, and Fit Width buttons. Used SVGR online tool to create react components and then combined them.
If doing in future, be sure to set currentColor on `fill` property in the SVG itself. Make the SVGs as closed curves only (don't rely on stroke). set only a width property, not height.
2024-08-22 23:21:48 -05:00
Gazook89
977b871967
Combine toFit and toFill functions
...
Reduce overlap of the two functions and just require a 'mode' parameter. Could like roll a 'manual' mode into this for the zoom slider, as well, but skipping for now.
2024-08-22 23:19:24 -05:00
Trevor Buckner
4fa8351f7f
Merge pull request #3643 from G-Ambatte/fixMaskSkewing-#3636
...
Change order of operations in mask img transform
2024-08-22 22:14:46 -04:00
Trevor Buckner
fa669f32fc
Merge branch 'master' into fixMaskSkewing-#3636
2024-08-22 22:12:10 -04:00
Trevor Buckner
fc294807fd
Merge branch 'master' into imageWrappin
2024-08-22 22:10:11 -04:00
Trevor Buckner
a9fe516675
Merge pull request #3657 from naturalcrit/dependabot/npm_and_yarn/stylelint-config-recess-order-5.1.0
...
Bump stylelint-config-recess-order from 5.0.1 to 5.1.0
2024-08-22 22:09:53 -04:00
Trevor Buckner
6502847b95
Merge pull request #3648 from dbolack-ab/preservePREColons
...
Fix for the colons in codeblocks issue.
2024-08-22 22:09:34 -04:00
Gazook89
90dd4326e7
Add a toFit() method to fit largest page in view
...
Adding a real toFit() button that takes the page with the largest single dimension (height or width) and makes it fit within the pane.
2024-08-22 20:56:42 -05:00
Trevor Buckner
eeedc5f7d4
Merge branch 'master' into preservePREColons
2024-08-22 21:53:16 -04:00
Trevor Buckner
fff357d08b
Make 'block-level' extension. Tweaks to pass new tests
...
'block-level' because it never occurs inside another block ('inline-level' always occurs inside something else); starts and stops on on its own line without anything else on the same line.
2024-08-22 21:52:40 -04:00
Trevor Buckner
e0b69dce14
add more test cases
...
Test a large number of breaks, and interaction with paragraphs
2024-08-22 21:49:40 -04:00
Trevor Buckner
e6c5e6451c
Add more tests for edge conflicts with definition lists
2024-08-22 21:46:42 -04:00
Trevor Buckner
26866c337f
Add tests to circleci
2024-08-22 21:45:44 -04:00
Gazook89
4c71987866
change the toFit method to toFill
...
Realized this method is filling the preview pane, and that toFit would force the zoom to show the entirety of a single page at once.
2024-08-22 15:56:23 -05:00
Gazook89
8965bb60aa
add a toFit() method to determine zoom change
...
Adds a toFit() method to determine the delta/change needed to the current zoomLevel to fit the page to the pane, so that the widest page fits just inside the pane.
2024-08-22 15:52:52 -05:00
Gazook89
64fb032622
fix className
2024-08-22 15:51:16 -05:00
Trevor Buckner
073076e011
Merge pull request #3654 from naturalcrit/RerouteInvalidPaths
...
Add catch-all for invalid paths
2024-08-22 16:38:25 -04:00
Trevor Buckner
71b505d55b
Merge branch 'master' into RerouteInvalidPaths
2024-08-22 16:37:55 -04:00
Trevor Buckner
dc7d877e6f
Add snippets and icons
2024-08-22 16:35:48 -04:00
Trevor Buckner
40ab2c2283
rearrange code
2024-08-22 14:24:33 -04:00
Trevor Buckner
d8f0618691
Fix variables tests for same reason
2024-08-22 13:20:07 -04:00
Trevor Buckner
955b34b637
Fix tests to account for --HB_src variable presence
2024-08-22 13:12:40 -04:00
Trevor Buckner
8dea2ca9fb
wrapLeft and wrapRight classes to automatically apply wrapping
2024-08-22 12:47:26 -04:00
Trevor Buckner
696bcd4367
Expose src url in --HB_src
...
Decided to do this for *all* images, not just those being injected. In case someone wants to automatically apply wrapping to images inside a stat block, etc.
2024-08-22 12:46:56 -04:00
Trevor Buckner
d70c5a6fe3
Merge pull request #3658 from naturalcrit/UpdateMarkedHelperFunctions
...
Update `cleanURL` helper function to match later Marked version
2024-08-22 11:53:51 -04:00
Trevor Buckner
645c9a122c
Update cleanURL helper function to match later Marked version
2024-08-22 11:51:24 -04:00
Trevor Buckner
b774c89bdb
Merge branch 'master' into RerouteInvalidPaths
2024-08-22 10:41:00 -04:00
dependabot[bot]
c75ebb36cb
Bump stylelint-config-recess-order from 5.0.1 to 5.1.0
...
Bumps [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order ) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/stormwarning/stylelint-config-recess-order/releases )
- [Changelog](https://github.com/stormwarning/stylelint-config-recess-order/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stormwarning/stylelint-config-recess-order/compare/v5.0.1...v5.1.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-recess-order
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 03:10:12 +00:00