TeamDev-IP / JxBrowser-Gallery

A gallery of apps built with JxBrowser, each solving a real-world use-case
MIT License
0 stars 0 forks source link

Revise the PDF export app #39

Closed armiol closed 1 month ago

armiol commented 1 month ago

There are several things we need to improve:

  1. Increase left and top margins for the page content. It is now rendered too close to the screen borders.
  2. Make the UI take the full screen width, similarly to how it is done for Charts.
  3. Prevent the pagination controls from jumping up-to-down when switching pages. Try switching from the first page to the last one.
  4. Prevent the pagination controls from jumping left-to-right when clicking on "Next".
  5. Probably, add the lightgray dividers for the row-sections. Right now it's a bit difficult to read the items taking a lot of rows in the columns at far right.
  6. Rename "Print to PDF" button to "Export to PDF".
  7. Upon clicking "Export to PDF" button, display a modal pop-up, similar to what user will see upon the export completion. It should say that the process has started.
armiol commented 1 month ago

@dmitrykuzmin and please update the screenshot afterwards.

dmitrykuzmin commented 1 month ago

Done via #41.