invoiceninja / ui

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

[Cleanup] Implementing CTAs For Vendor Selector #1794

Closed Civolilah closed 1 month ago

Civolilah commented 1 month ago

@beganovich @turbo124 The PR includes the implementation of view_vendor and edit_vendor actions, similar to what we have for the client selector, for the vendor selector. Screenshot:

Screenshot 2024-06-01 at 11 08 22 Screenshot 2024-06-01 at 11 08 30

Note: One more thing has been updated in the PR: for the client selector, we are not disabling the field but displaying pure text on the edit pages. I did the same for the vendor selector.

Let me know your thoughts.