@accounter/client 0.0.8-alpha-20251023121008-8c51a83a479af2fcbc3aa02c876285dc4e21f02b → 0.0.8-alpha-20251023122900-7a815283add88dac9904c7a135ddeb225f89589c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @accounter/client
|
|
2
2
|
|
|
3
|
-
## 0.0.8-alpha-
|
|
3
|
+
## 0.0.8-alpha-20251023122900-7a815283add88dac9904c7a135ddeb225f89589c
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -184,6 +184,24 @@
|
|
|
184
184
|
- **Backend Resolver Implementation**: Server-side resolvers were updated to expose administrative
|
|
185
185
|
business fields and handle the logic for fetching and updating this data.
|
|
186
186
|
|
|
187
|
+
- [#2608](https://github.com/Urigo/accounter-fullstack/pull/2608)
|
|
188
|
+
[`7a81528`](https://github.com/Urigo/accounter-fullstack/commit/7a815283add88dac9904c7a135ddeb225f89589c)
|
|
189
|
+
Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **Businesses Screen UI Overhaul**: The
|
|
190
|
+
main businesses listing screen has been completely redesigned, transitioning from a traditional
|
|
191
|
+
table layout to a modern, card-like display for improved aesthetics and user experience.
|
|
192
|
+
- **New BusinessHeader Component**: A dedicated `BusinessHeader` component was introduced to
|
|
193
|
+
standardize the display of business information, including dynamic status (Active/Inactive) and
|
|
194
|
+
role (Admin/Client) badges.
|
|
195
|
+
- **Enhanced Business Navigation**: Each business entry in the list is now clickable, allowing
|
|
196
|
+
direct navigation to its detailed page, and includes integrated checkboxes for selection,
|
|
197
|
+
enhancing interactivity.
|
|
198
|
+
- **Refactored New Business Form**: The 'Insert Business' modal has been significantly refactored,
|
|
199
|
+
incorporating Zod for robust validation and organizing the form into distinct, user-friendly
|
|
200
|
+
sections for contact information, default settings, and auto-matching configurations.
|
|
201
|
+
- **Simplified Business Insertion Logic**: The backend `insertBusiness` resolver was updated to
|
|
202
|
+
streamline the process of adding new businesses, specifically by simplifying the handling of tax
|
|
203
|
+
category insertions.
|
|
204
|
+
|
|
187
205
|
## 0.0.7
|
|
188
206
|
|
|
189
207
|
### Patch Changes
|
package/package.json
CHANGED