Skip to content

Commit 483f7b5

Browse files
authored
docs: update tips in user guide (medusajs#11477)
* updated bulk editor tips * docs: update tips in user guide
1 parent 1008111 commit 483f7b5

File tree

4 files changed

+65
-61
lines changed

4 files changed

+65
-61
lines changed

www/apps/user-guide/app/tips/bulk-editor/page.mdx

+22-11
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,19 @@ export const metadata = {
1010

1111
# {metadata.title}
1212

13-
In this document, you'll learn about different tips and shortcuts to using the bulk editor.
13+
In this guide, you'll learn about different tips and shortcuts to using the bulk editor.
1414

15-
## Overview
15+
![Bulk Editor Example](https://res.cloudinary.com/dza7lstvk/image/upload/v1739535694/User%20Guide/Screenshot_2025-02-14_at_2.20.10_PM_wjsfcg.png)
16+
17+
## Manage Large Data in Bulk
1618

1719
The bulk editor allows you to edit prices or values using a spreadsheet-interface. It simplifies the editing process when working with a large number of data, and provides you with an intuitive user experience.
1820

19-
The bulk editor is used in different areas of the Medusa Admin.
21+
The bulk editor is used in different areas of the Medusa Admin, such as product-variant pricing.
2022

2123
{/* TODO do we still need this next section? */}
2224

23-
{/* ---
25+
---
2426

2527
## Toggle Columns View
2628

@@ -29,29 +31,38 @@ As the bulk editor may include a large number of columns, such as the different
2931
To do that:
3032

3133
1. Click on the "View" button at the top left.
32-
2. Check or uncheck a column by clicking on it in the dropdown. */}
34+
2. Check or uncheck a column by clicking on it in the dropdown.
35+
36+
![Change viewed columns](https://res.cloudinary.com/dza7lstvk/image/upload/v1739536402/User%20Guide/Screenshot_2025-02-14_at_2.32.59_PM_a6sf4t.png)
3337

3438
---
3539

36-
## Selecting Cells
40+
## Perform Action on Multiple Cells
3741

38-
You can select multiple cells to apply an action on them. To do that:
42+
You can select multiple cells to perform an action on them. To do that:
3943

4044
1. Click and hold the mouse on a cell
4145
2. Drag the mouse in the direction of the other cells you want to select.
4246
3. Once you're done selecting, release the hold.
47+
4. Perform the action on the cells:
48+
- Press <Kbd>backspace</Kbd> to clear the values of the selected cells.
49+
- Press <Kbd>{getOsShortcut()}</Kbd> + <Kbd>Z</Kbd> to undo a change you made on the selected cells.
50+
51+
![Select multple cells](https://res.cloudinary.com/dza7lstvk/image/upload/v1739536835/User%20Guide/Screenshot_2025-02-14_at_2.40.17_PM_bcygtk.png)
4352

4453
---
4554

46-
## Editing Cells
55+
## Editing Cell Values
4756

48-
There are multiple ways you can edit cells in a bulk editor:
57+
There are multiple ways you can edit cells' values in a bulk editor:
4958

5059
1. To edit the value, click the cell, then enter your new value.
5160
3. To apply a value of a cell to other adjacent cells:
5261
1. Click on a cell
53-
2. Hold and Drag the blue dot at the corner of that cell to adjacent cells you want to apply the value to.
54-
3. Once you're done, release the hold on the blue dot.
62+
2. Hold and Drag the blue dot at the corner of that cell to the cells below it that you want to apply the value to.
63+
3. Once you're done, release the hold on the blue dot. The value of the first cell will be applied to the other cells.
64+
65+
![Draggable blue dot](https://res.cloudinary.com/dza7lstvk/image/upload/v1739537029/User%20Guide/Screenshot_2025-02-14_at_2.43.22_PM_bcefnr.png)
5566

5667
---
5768

www/apps/user-guide/app/tips/languages/page.mdx

+14-15
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ export const metadata = {
88

99
# {metadata.title}
1010

11-
{/* TODO check whether the languages here are still valid. */}
11+
Medusa Admin comes with multi-language support. Multi-language support is only for the Medusa Admin interface, not for the content, such as product description.
1212

13-
Medusa Admin comes with multi-language support. This document covers the complete list of available languages, both official and by the community.
13+
This document covers the complete list of available languages, both official and by the community. To learn how to change the language, refer to [this documentation](../../settings/profile/page.mdx).
1414

1515
<Note>
1616

@@ -21,8 +21,6 @@ Can't find your language? Learn how you can contribute by translating the admin
2121
## Official Languages
2222

2323
- English
24-
- French
25-
- Portuguese
2624

2725
## Community Translations
2826

@@ -32,21 +30,22 @@ Languages listed in this section are contributed by the Medusa community. So, th
3230

3331
</Note>
3432

35-
- Bosanski
36-
- Deutsch
3733
- Español
38-
- Hindi
39-
- Hrvatski
34+
- Ελληνικά
35+
- Deutsch
36+
- Français
4037
- Italiano
41-
- 한국어
4238
- 日本語
4339
- Polski
44-
- Русский
45-
- Slovenščina
46-
- Tamil
47-
- Tiếng Việt
40+
- Português (Brasil)
41+
- Türkçe
42+
- ไทย
4843
- Українська
44+
- Română
45+
- Македонски
46+
- Монгол
4947
- العربية
50-
- Čeština
5148
- 简体中文
52-
- Български
49+
- فارسی
50+
- Čeština
51+
- Русский
+26-32
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,66 @@
11
---
22
sidebar_position: 3
3+
sidebar_label: "Lists"
34
---
45

5-
import { XMark } from "@medusajs/icons"
6+
import { BarsArrowDown } from "@medusajs/icons"
67

78
export const metadata = {
8-
title: `Lists`,
9+
title: `Lists Tips`,
910
}
1011

1112
# {metadata.title}
1213

13-
In this document, you’ll get an overview of lists in Medusa including filters, searching, and more!
14+
In this guide, you’ll get an overview of lists in Medusa including filters, searching, and more. Each domain in the Medusa Admin, such as products or orders, has a list view displaying the items in that domain. Generally, you can apply advanced filters, search for items, and sort items.
15+
16+
![List Overview](https://res.cloudinary.com/dza7lstvk/image/upload/v1739538757/User%20Guide/Screenshot_2025-02-14_at_3.07.21_PM_p3vkey.png)
1417

1518
## Filter Items
1619

1720
Use filters to retrieve items in a list matching specific criteria.
1821

19-
{/* TODO check if the next section still applies */}
20-
21-
{/* ### Quick Filters
22-
23-
On a table with a list of items, you’ll find quick filters at the top of the list.
24-
25-
You can click on one of these filters to quickly apply it to the list of items.
26-
27-
![Quick filters for lists](https://res.cloudinary.com/dza7lstvk/image/upload/v1667998663/Medusa%20Docs/User%20Guide/eVwD0JP_ukor4r.png) */}
28-
2922
To do that:
3023

3124
1. Click on the "Add filter" button at the top of the list.
32-
2. From the dropdown, choose the criteria you want to filter.
33-
3. This shows a new set of values to filter the list by.
34-
4. After selecting the value, the list only includes the items matching your filters. You can also apply multiple filters.
25+
2. From the dropdown, choose the criteria you want to filter by, such as Tag.
26+
3. This shows a new set of values to filter the list by. Select the value(s) you want to filter by.
3527

36-
![Selected Filters](https://res.cloudinary.com/dza7lstvk/image/upload/v1710230676/User%20Guide/Screenshot_2024-03-12_at_10.04.20_AM_rz4xnn.png)
28+
After selecting the value(s), the list only includes the items matching your filters. You can also apply multiple filters.
3729

38-
The filters you create are saved and are applied everytime you view the same list.
30+
![Add Filters](https://res.cloudinary.com/dza7lstvk/image/upload/v1739538873/User%20Guide/Screenshot_2025-02-14_at_3.13.51_PM_jq7o7f.png)
3931

40-
### Edit Saved Filters
32+
### Clear Filters
4133

42-
To edit a saved filter:
34+
To clear all applied filters, click on the "Clear all" link at the end of the list of filters.
4335

44-
1. Click on the filter.
45-
2. Choose the new value of the filter.
36+
---
4637

47-
### Delete Saved Filters
38+
## Search Items
4839

49-
To delete any saved filter you’ve created, click the <InlineIcon Icon={XMark} alt="X" /> icon next to the filter.
40+
To search for items in a list:
5041

51-
### Clear Filters
42+
1. Click the search input at the top right of the list.
43+
2. Enter your search term. The list is updated in real-time with items matching the search query.
5244

53-
To clear all applied filters, click on the "Clear all" link at the end of the list of filters.
45+
![Search Items](https://res.cloudinary.com/dza7lstvk/image/upload/v1739540581/User%20Guide/Screenshot_2025-02-14_at_3.42.41_PM_ijhthi.png)
5446

5547
---
5648

57-
## Search Items
49+
## Sort Items
5850

59-
To search for items in a list:
51+
To configure the sorting of items in the list:
52+
53+
1. Click on the <InlineIcon Icon={BarsArrowDown} alt="sort" /> button.
54+
2. Choose the field to filter by (for example, Created date) and the direction of filter (ascending or descending).
6055

61-
1. Click the search bar at the top right of the list.
62-
2. Enter your search term. The list is updated in real-time.
56+
On clicking the new configuration, the list will be updated with the new sorting.
6357

64-
![Search items in a list](https://res.cloudinary.com/dza7lstvk/image/upload/v1710233000/User%20Guide/Screenshot_2024-03-12_at_10.43.09_AM_upv15y.png)
58+
![Sort Items](https://res.cloudinary.com/dza7lstvk/image/upload/v1739540693/User%20Guide/Screenshot_2025-02-14_at_3.44.37_PM_roprfq.png)
6559

6660
---
6761

6862
## Multiple Pages
6963

7064
Lists in the Medusa Admin span across multiple pages if the number of items in that list are more than twenty.
7165

72-
Navigate between pages using the "Prev" and "Next" buttons at the bottom of the list.
66+
You can navigate between pages using the "Prev" and "Next" buttons at the bottom of the list.

www/apps/user-guide/generated/edit-dates.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const generatedEditDates = {
2-
"app/tips/languages/page.mdx": "2024-05-03T17:36:38+03:00",
3-
"app/tips/bulk-editor/page.mdx": "2024-05-03T17:36:38+03:00",
4-
"app/tips/lists/page.mdx": "2024-05-03T17:36:38+03:00",
2+
"app/tips/languages/page.mdx": "2025-02-14T14:16:04.867Z",
3+
"app/tips/bulk-editor/page.mdx": "2025-02-14T14:16:04.867Z",
4+
"app/tips/lists/page.mdx": "2025-02-14T14:16:04.867Z",
55
"app/settings/sales-channels/page.mdx": "2024-05-03T17:36:38+03:00",
66
"app/settings/users/page.mdx": "2024-05-03T17:36:38+03:00",
77
"app/settings/regions/manage/page.mdx": "2024-05-03T17:36:38+03:00",

0 commit comments

Comments
 (0)