invoiceninja / ui

Invoice Ninja: Web admin portal built with React
https://app.invoicing.co
Other
55 stars 47 forks source link

[Cleanup] Improving The Display of Notes From Markdown Editor | #1715 #1732

Closed Civolilah closed 5 months ago

Civolilah commented 5 months ago

@beganovich @turbo124 The PR includes adjustments for displaying notes. Now, wherever we have notes created by entering values in the TinyMCE editor, the values will be displayed exactly as entered by the user. Other props, such as terms or footer, if I'm correct, are not displayed anywhere in the UI except in their fields. Therefore, the TinyMCE field will handle displaying them. (https://github.com/invoiceninja/ui/issues/1715) Screenshots:

Screenshot 2024-04-29 at 23 06 45

Screenshot 2024-04-29 at 23 19 49

Let me know your thoughts.