github-actions[bot]
35d5fbe8cc
chore: Version Packages ( #5272 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-06 08:41:24 -07:00
Kasper Fabricius Kristensen
0f34e0f381
feat(admin-ui, medusa, medusa-react, medusa-js): Price List UI revamp ( #5233 )
...
* progress on cleanup
* rm forceMount
* close modal on succesful submit
* fix: invalidate price list query on useAdminCreatePriceListPrices
* sync translation keys
* add last translations
* sync translation keys
* improve tabbing between cells
* add comment
* fix: remove double variant, set collision boundary on column dropdown
* add widgets
* update lock file
* decrease details info size, and add missing status update function
* sync translation keys
* add snapshots and remove min/max
* add missing filter menu for customer groups table
* add translation keys for filter menu
* rm unused code
* Create tall-apricots-run.md
* Update tall-apricots-run.md
* fix: discard invalid paste values
* add translation keys
* bump snapshots + minor fixes
* rm console.log
* bump snapshots
* bump ui packages, and add missing tax inclusive display in New form
* update lock file
* fix filter menu
* update snapshot
* update ui package and fix sub menu position
---------
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-10-06 08:22:25 -07:00
springstan
a9703bd370
feat(admin-ui): Add German translation ( #5267 )
...
* Add German Translation for Admin UI
* Update packages/admin-ui/ui/src/i18n/index.ts
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-10-04 15:13:18 -07:00
Alessio
c73dbdd5bc
feat(admin-ui): Add Italian translation ( #5282 )
...
Added Italian translation
Any suggestion or improvement is more than welcome.
Thanks
2023-10-04 20:12:51 +00:00
Christian Gil
51bd39db66
feat(admin-ui): Add Spanish translations ( #5264 )
...
Added Spanish translations to the Admin UI
2023-10-04 19:04:56 +00:00
github-actions[bot]
dab8a82cc1
chore: Version Packages ( #5171 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-29 14:17:21 -04:00
Peter Abdalla
f88e3865a0
feat(admin-ui): Add Arabic translations ( #5140 )
2023-09-27 16:46:21 -04:00
Geoffroy Empain
a560e5da29
fix(admin-ui): typos in text ( #5032 )
...
Fixes some typos found while reviewing translations.
Potential improvements in the future: fragmented translations may need merging with `<Trans>`. For example:
```
"analytics-preferences-disclaimer": "Pour créer la meilleure expérience de commerce électronique possible, nous aimerions obtenir des informations sur la manière dont vous utilisez Medusa. Les informations sur les utilisateurs nous permettent de construire des produits meilleurs, plus attrayants et plus utilisables. Nous ne collectons des données que pour améliorer le produit. Lisez quelles données nous recueillons dans notre",
"analytics-preferences-documentation": "documentation",
```
```
"help-dialog-feel-free-to-join-our-community-of": "Feel free to join our community of",
"help-dialog-merchants-and-e-commerce-developers": "merchants and e-commerce developers",
```
```
"upload-modal-drop-your-file-here-or": "Drop your file here, or",
"upload-modal-click-to-browse": "click to browse.",
```
Example from my previous PR with `sales-channels-display-available-count`:
```
<Trans
i18nKey="sales-channels-display-available-count"
availableChannelsCount={availableChannelsCount}
totalChannelsCount={totalChannelsCount}
>
Available in{" "}
<span className="inter-base-semibold text-grey-90">
{{ availableChannelsCount }}
</span>{" "}
out of{" "}
<span className="inter-base-semibold text-grey-90">
{{ totalChannelsCount }}
</span>{" "}
Sales Channels
</Trans>
```
2023-09-22 11:56:14 +00:00
Oli Juhl
adb6fb3f7d
fix(admin-ui): Allow nullish values in update variant ( #5173 )
...
* fix(admin-ui): Allow nullish values in update variant
* Create moody-poems-carry.md
2023-09-22 11:34:54 +02:00
Carlos R. L. Rodrigues
25dad081b7
fix(admin-ui): translation pt ( #5176 )
...
What:
Fix a couple of words in Portuguese
2023-09-21 18:16:22 +00:00
github-actions[bot]
ed2c31d8e2
chore: Version Packages ( #5157 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-21 08:57:25 +02:00
Oli Juhl
78b50ac0c4
fix(admin-ui): Add hook to customer group table ( #5163 )
...
* fix(admin-ui): Add hook to customer group table
* Create many-trains-sort.md
2023-09-20 18:40:51 +02:00
Oli Juhl
ef2a12e451
fix(admin-ui): Undefined vars in admin ( #5162 )
...
* fix(admin-ui): Undefined vars in admin
* Create short-hairs-fold.md
2023-09-20 17:03:47 +02:00
Oli Juhl
54531e38bc
fix(admin-ui): Patch admin path issue ( #5154 )
2023-09-20 16:31:15 +02:00
Adrien de Peretti
8b189d2b90
feat(admin-ui): Add missing attributes translations ( #5155 )
...
* feat(admin-ui): Add missing attributes translations
* Add attributes title
* Create weak-carpets-carry.md
2023-09-20 12:37:12 +02:00
chemicalkosek
15a1c55def
feat(admin-ui): Add Polish translation ( #5101 )
...
* Add Polish translation
* Create real-carrots-hug.md
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-09-20 12:36:21 +02:00
github-actions[bot]
c5433e2981
chore: Version Packages ( #5083 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-18 18:55:48 +02:00
Oli Juhl
299b98c401
fix(admin-ui): Wraps invite route correctly with analytics ( #5118 )
2023-09-18 18:07:54 +02:00
Oli Juhl
8772a0722e
fix(admin-ui): Wrap invite route in AnalyticsProvider ( #5111 )
...
* fix(admin-ui): Wrap invite route in AnalyticsProvider
* Create nervous-keys-impress.md
2023-09-18 15:25:12 +02:00
Frane Polić
4dd11c8867
fix(admin-ui): modal pointer events ( #5113 )
2023-09-18 15:07:59 +02:00
Didier Guyon
254ae8d07f
fix(admin-ui): Typo in Return Reasons subtitle ( #5027 )
2023-09-18 11:41:54 +02:00
Frane Polić
4710520c35
fix(admin-ui): fix template expression ( #5103 )
...
**What**
- use template instead of object in render
2023-09-17 20:08:14 +00:00
github-actions[bot]
223a4a4cd9
chore: Version Packages ( #5002 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-15 17:09:34 +02:00
Oli Juhl
2a2108fe56
fix(admin-ui): Case sensitive locale detection in prod ( #5082 )
...
* fix(admin-ui): Admin path in i18n
* lowercase locale
2023-09-15 17:08:01 +02:00
Oli Juhl
a7459029fe
chore(admin-ui): Add pt-BR to supported languages ( #5080 )
2023-09-15 15:23:17 +02:00
Oli Juhl
c722440c30
fix(admin-ui): Load translations from path ( #5064 )
...
* fix(admin-ui): Load translations from path
* Create big-oranges-battle.md
* fix: resolve public folder path in dev
---------
Co-authored-by: Kasper <kasper@medusajs.com >
2023-09-15 13:19:24 +02:00
Rodrigo da Hora
53ffd614b5
feat(admin-ui): pt-BR translations and en version text fixes ( #5066 )
...
# feat(localization): Add pt-BR translation and fix en version text
## Summary
This PR aims to improve Medusa's localization experience. It includes new translations for Brazilian Portuguese (pt-BR) and minor text adjustments in the English version.
## Objectives
- Add Brazilian Portuguese (pt-BR) language support
- Refine text consistency and clarity in the English version
## Details
### 1. Brazilian Portuguese Translations (pt-BR)
New translations have been added to enhance accessibility and user experience for brazilian users.
### 2. Minor Text Adjustments in English
Text in the English version has been adjusted.
## Next Steps
Pending review, additional adjustments may be made based on feedback.
---
I'm looking forward to your feedback and collaboration to further improve this tool. Please review and let me know if any adjustments are required.
Best Regards,
Rodrigo da Hora.
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-09-15 11:03:14 +00:00
Kasper Fabricius Kristensen
cb67760f71
fix(admin,admin-ui): copy public folder as part of admin build ( #5057 )
...
**What**
- Copies `/public` folder into Admin build
- Updates the version of `dotenv` to match the version used in other Medusa dependencies. This will prevent errors when trying to link the `admin` package into a local repository for testing.
2023-09-15 09:47:11 +00:00
Geoffroy Empain
ab754a4cc2
feat(admin-ui): Add French translations ( #5031 )
...
* feat(admin-ui): add fr translations
* chore: register french in available languages
* chore: apply suggestions
---------
Co-authored-by: Geoffroy Empain <geoffroy@charlie-bravo.be >
2023-09-14 14:19:11 +02:00
Oli Juhl
d4432dd183
feat(admin-ui): Add display name + pull supported languages from config ( #5028 )
2023-09-13 09:45:26 +02:00
Geoffroy Empain
afd4e72cdf
feat(admin-ui): Multi-language support ( #4962 )
2023-09-12 14:53:48 +02:00
Juan Pablo Orsay
87e3a7d06a
fix(admin-ui): disabling analytics when opted out ( #4939 )
...
* fixes #4423 by either using the `useAnalytics` hook or using an ErrorBoundary specific instance
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-09-11 12:40:15 +02:00
github-actions[bot]
98b91d1137
chore: Version Packages ( #4891 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-08 14:09:39 +02:00
mortenengel
11fb523051
feat(medusa, admin-ui): Improve gift card application ( #4944 )
...
Fix for the problems identified in issue #4892
Bugfix: admin-ui order summary no longer uses gift card total from order when displaying how much has been withdrawn from each giftcard.
Bugfix(?): no longer keep applying gift cards (at 0 value) when sufficient balance has been reached
Feature: multiple giftcards are now applied in ordered fashion. First by end_date (supports null), then by remaining balance. In order to ensure that customers ends up with as long lasting and few remaining gift cards as possible after the transaction.
2023-09-07 16:56:36 +00:00
Andreas Deininger
a0bbc1893b
chore: fix typos ( #4877 )
...
* Chore: Fix typos
* Add generated resources
---------
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2023-08-30 13:27:46 +03:00
Rares Stefan
470379e631
fix(medusa, admin-ui): Add deleted_at to Return Reason unique constraint ( #4834 )
...
* Update return reason create to upsert
* Create strange-wombats-invite.md
* Revert upsert, make value index only apply on non-deleted entities
2023-08-29 19:26:58 +02:00
Frane Polić
b7de679e9b
feat(admin-ui): batch job completed notification ( #4886 )
2023-08-28 20:21:42 +02:00
Frane Polić
758f035c2f
fix(admin-ui): delete customer group ( #4893 )
2023-08-28 19:05:31 +02:00
Frane Polić
50798d1189
fix(admin-ui): currency input exception ( #4888 )
...
* fix: infer cell formatting
* chore: changeset
* Update friendly-months-attack.md
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-08-28 16:58:34 +02:00
github-actions[bot]
362abdfad7
chore: Version Packages ( #4826 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-25 16:15:33 +02:00
Victor Frunza
9766758e19
Fixed: Typo for should in the "Create Region" form ( #4854 )
...
closes #4853
2023-08-25 08:41:54 +00:00
Frane Polić
0c7c2eeeab
feat(admin-ui): refresh products when a BatchJob is completed ( #4840 )
2023-08-25 07:34:48 +00:00
Rares Stefan
f4bf9ee169
fix(admin-ui): Fix variant creation when no stock locations provided ( #4843 )
...
* Update check on variant creation, whether to create stock locations
* Create spicy-shoes-type.md
2023-08-24 08:51:12 +02:00
Rares Stefan
57e199ef52
fix(admin-ui): Fix sign out in admin panel not redirecting correctly ( #4837 )
2023-08-23 21:54:45 +02:00
github-actions[bot]
db36258885
chore: Version Packages ( #4711 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-17 17:17:41 +02:00
Kasper Fabricius Kristensen
1e8d044b16
add versions ( #4795 )
2023-08-17 17:10:40 +02:00
Kasper Fabricius Kristensen
f1a05f4725
feat(admin, admin-ui, medusa-js, medusa-react, medusa): Support Admin Extensions ( #4761 )
...
Co-authored-by: Rares Stefan <948623+StephixOne@users.noreply.github.com >
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-08-17 12:14:45 +00:00
Frane Polić
4a448b68fd
feat(admin-ui): bulk advanced selections + copy/paste ( #4568 )
...
* wip: bulk editor copy/paste
* feat: exit edit mode with "enter" press
* wip: arrow navigation + onEnter
* wip: 2D select + arrow navigation
* feat: arrow navigation and multiselect, tabs navigation and multiselect
* fix: region cols offset
* feat: 2d copy
* feat: 2d paste
* fix: trailing tab
* fix: borders
* feat: ensure consistent copy order
* fix: off by one col, pass `cmd` keypress
* feat: `cmd` select
* refactor: cleanup 1
* refactor: cleanup 2, utils
* fix: copy paste
* fix: copy paste indicator
* fix: reduce dashed border size
* fix: issue with leading empty cell
* feat: cp support 2 formats of content, notification on copy, remove dashed box
* fix: last empty cell case
* feat: buffer content edge cases
* refactor: remove log
* feat: past fill selected area
* feat: simplify copy-paste
* fix: throw error if textual cell is in the buffer
* Create eighty-zebras-grow.md
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-08-14 21:37:12 +02:00
github-actions[bot]
0deecf353f
chore: Version Packages ( #4643 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-07 13:43:54 +02:00
Oli Juhl
bb534e0453
fix(admin-ui): Customer Groups in Pricing + TIP ( #4670 )
...
* Use NextSelect
* Ensure boolean value of includes taxa
* Create thin-kings-grab.md
2023-08-02 13:45:27 +02:00