@accounter/client 0.0.7-alpha-20250919125703-a9ae379c28995c5b527e87bbf2fc966b904c6076 → 0.0.7-alpha-20250919131445-a9a65758bac5324d3e495c45cc75ec0e53f237b3
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 +8 -1
- package/dist/assets/{index-BmG6KNvd.js → index-BOyFL30y.js} +4 -4
- package/dist/assets/{index.es-CUDCnjbV.js → index.es-CKBcEC7o.js} +1 -1
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/src/components/charges/charge-extended-info-menu.tsx +15 -10
- package/src/components/charges/charges-row.tsx +6 -0
- package/src/gql/gql.ts +3 -3
- package/src/gql/graphql.ts +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @accounter/client
|
|
2
2
|
|
|
3
|
-
## 0.0.7-alpha-
|
|
3
|
+
## 0.0.7-alpha-20250919131445-a9a65758bac5324d3e495c45cc75ec0e53f237b3
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -253,6 +253,13 @@
|
|
|
253
253
|
[`@tanstack/react-query@5.89.0` ↗︎](https://www.npmjs.com/package/@tanstack/react-query/v/5.89.0)
|
|
254
254
|
(from `5.87.4`, in `dependencies`)
|
|
255
255
|
|
|
256
|
+
- [#2520](https://github.com/Urigo/accounter-fullstack/pull/2520)
|
|
257
|
+
[`a9a6575`](https://github.com/Urigo/accounter-fullstack/commit/a9a65758bac5324d3e495c45cc75ec0e53f237b3)
|
|
258
|
+
Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **New Feature**: An 'Issue Document'
|
|
259
|
+
button has been added to the charge's extended information menu, providing a new action for users.
|
|
260
|
+
- **Modal Integration**: Clicking the new 'Issue Document' button now opens a
|
|
261
|
+
`PreviewDocumentModal`, allowing users to preview and manage documents related to the charge.
|
|
262
|
+
|
|
256
263
|
- [#2466](https://github.com/Urigo/accounter-fullstack/pull/2466)
|
|
257
264
|
[`afdc9bf`](https://github.com/Urigo/accounter-fullstack/commit/afdc9bf6def07a69893c8087f8635b3e86570bdf)
|
|
258
265
|
Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **Improved 404 Handling**: A dedicated
|