Commit Graph
16 Commits
Author SHA1 Message Date
jordy f4ad6b963f Merge branch 'main' into drag-n-drop 2023-04-30 13:41:14 +02:00
jordy b470cdf60c fix bugs in drag/drop, move styling for functions to separate sheets
To clean up the multi tool page and make the pdf adapters more re-usable the style for them was moved to separate pages that are inserted into head when the adapter is created.
2023-04-30 13:38:30 +02:00
jordy 9a1510a4f1 further refactor js
Turn the div adapters into injectable files so that each PdfContainer can be customized. And the adapters can be used in different PdfContainers as well.
2023-04-29 12:43:12 +02:00
jordy e8a91d2631 refactor JS
Rather than having all the JS all in one big file, separate the code into modules.
2023-04-28 21:20:56 +02:00
jordy bf78db9b75 drag-drop PoC 2023-04-23 15:55:11 +02:00
Jordy van der TangandGitHub e3882b78db Merge branch 'Frooodle:main' into main 2023-04-23 15:54:45 +02:00
jordy 5389d4fc13 always scrollcontainer by page width on move 2023-04-23 14:16:28 +02:00
jordy 01529cc981 make pdf bar wider, hide buttons until hover 2023-04-23 13:56:39 +02:00
jordy 3cb36d36bf address PR feedback 2023-04-23 09:59:19 +02:00
Jordy van der TangandGitHub 8f51f025d0 Merge branch 'main' into main 2023-04-22 19:41:07 +02:00
jordy e048fc6653 fix RTL language directions
The positioning of the insert pdf buttons and the direction icon of the move page buttons are tied to the language direction, to fix this we retrieve the language direction from the document and use this to reverse some logic/elements for RTL languages.
2023-04-22 19:29:21 +02:00
jordy a44fc62fee center pdfs
To correctly center the pdfs inside of the scrollable div we need a wrapper, ideally the 'safe center' flex-direction would be used, but this is not yet supported by most browsers.
2023-04-22 19:26:42 +02:00
jordy 9da29bf99a small css tweaks
lighten background
2023-04-22 14:57:39 +02:00
jordy 1edb669583 add imagehighlighter
Because the images are now much smaller with the image highlighter we can view images in more detail
2023-04-22 14:49:08 +02:00
jordy fb24398b01 remove console.logs from prod code 2023-04-22 14:09:03 +02:00
jordy 43107965a9 use horizontal scroll for pages container
By making small thumbnails and aligning everything horizontally the space on the screen is used better.
2023-04-22 14:08:47 +02:00