invoiceninja / ui

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

[Cleanup] Adjusting Column Width For Notes #1767

Closed Civolilah closed 4 months ago

Civolilah commented 4 months ago

@beganovich @turbo124 The PR includes the notes column's width adjustment. Screenshot:

Screenshot 2024-05-20 at 19 22 08

Let me know your thoughts.

turbo124 commented 4 months ago

@beganovich ping

Civolilah commented 4 months ago

Looks good, please just clarify the situation about hooks.

@beganovich Yes, good catch. It can be converted to a clear function instead of hooks since we do not use any states in the logic. It has been converted, please let me know your thoughts.