@accounter/client 0.0.8-alpha-20251028120608-255010a90e4b23163e8a832606cd6b5b74442462 → 0.0.8-alpha-20251028120806-2ffeafaf43eece2a7685012216a6fcc962bc1406

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @accounter/client
2
2
 
3
- ## 0.0.8-alpha-20251028120608-255010a90e4b23163e8a832606cd6b5b74442462
3
+ ## 0.0.8-alpha-20251028120806-2ffeafaf43eece2a7685012216a6fcc962bc1406
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -174,6 +174,23 @@
174
174
  (e.g., `FORBIDDEN`) continue to trigger navigation to the login page, with these errors
175
175
  explicitly skipped by the new toast notification system to avoid redundant alerts.
176
176
 
177
+ - [#2626](https://github.com/Urigo/accounter-fullstack/pull/2626)
178
+ [`2ffeafa`](https://github.com/Urigo/accounter-fullstack/commit/2ffeafaf43eece2a7685012216a6fcc962bc1406)
179
+ Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **Client Creation Flow Enhancement**: The
180
+ "Create New Business" dialog now includes an option to immediately create a client associated with
181
+ the new business. If selected, a `ModifyClientDialog` will automatically open after business
182
+ creation, streamlining the onboarding process.
183
+ - **`ModifyClientDialog` Flexibility**: The `ModifyClientDialog` component has been enhanced with
184
+ a `showTrigger` prop, allowing it to be rendered without its default trigger button, making it
185
+ suitable for programmatic opening. It also now consistently calls the `onDone` callback when
186
+ closed, improving callback reliability.
187
+ - **User Navigation Improvements**: The user dropdown menu now displays the actual logged-in
188
+ username from the `UserContext` and includes a direct link to the "Admin Configurations" page
189
+ for the user's primary business, providing quicker access to administrative settings.
190
+ - **Form Schema Refinements**: The business creation form schema has been updated to use more
191
+ direct Zod validators (`z.email()`, `z.url()`) for better type safety and includes a new
192
+ `isClient` boolean field to indicate if the business is also a client.
193
+
177
194
  - [#2582](https://github.com/Urigo/accounter-fullstack/pull/2582)
178
195
  [`32276b4`](https://github.com/Urigo/accounter-fullstack/commit/32276b47e164f0976fcdd5523fa5e26f0704014f)
179
196
  Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **New Business/Client Page**: Introduced
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accounter/client",
3
- "version": "0.0.8-alpha-20251028120608-255010a90e4b23163e8a832606cd6b5b74442462",
3
+ "version": "0.0.8-alpha-20251028120806-2ffeafaf43eece2a7685012216a6fcc962bc1406",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "scripts": {