parse-dashboard 7.3.0-alpha.2 → 7.3.0-alpha.4
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/README.md
CHANGED
|
@@ -70,6 +70,7 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https
|
|
|
70
70
|
- [Audio Item](#audio-item)
|
|
71
71
|
- [Button Item](#button-item)
|
|
72
72
|
- [Panel Item](#panel-item)
|
|
73
|
+
- [Freeze Columns](#freeze-columns)
|
|
73
74
|
- [Browse as User](#browse-as-user)
|
|
74
75
|
- [Change Pointer Key](#change-pointer-key)
|
|
75
76
|
- [Limitations](#limitations)
|
|
@@ -1154,6 +1155,12 @@ Example:
|
|
|
1154
1155
|
}
|
|
1155
1156
|
```
|
|
1156
1157
|
|
|
1158
|
+
### Freeze Columns
|
|
1159
|
+
|
|
1160
|
+
▶️ *Core > Browser > Freeze column*
|
|
1161
|
+
|
|
1162
|
+
Right-click on a table column header to freeze columns from the left up to the clicked column in the data browser. When scrolling horizontally, the frozen columns remain visible while the other columns scroll underneath.
|
|
1163
|
+
|
|
1157
1164
|
## Browse as User
|
|
1158
1165
|
|
|
1159
1166
|
▶️ *Core > Browser > Browse*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "parse-dashboard",
|
|
3
|
-
"version": "7.3.0-alpha.
|
|
3
|
+
"version": "7.3.0-alpha.4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/parse-community/parse-dashboard"
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@actions/core": "1.11.1",
|
|
79
79
|
"@babel/core": "7.27.4",
|
|
80
|
-
"@babel/eslint-parser": "7.
|
|
80
|
+
"@babel/eslint-parser": "7.28.0",
|
|
81
81
|
"@babel/plugin-proposal-decorators": "7.27.1",
|
|
82
82
|
"@babel/plugin-transform-runtime": "7.27.3",
|
|
83
83
|
"@babel/preset-env": "7.27.2",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"babel-loader": "10.0.0",
|
|
96
96
|
"css-loader": "6.7.3",
|
|
97
97
|
"eslint": "9.28.0",
|
|
98
|
-
"eslint-plugin-jest": "
|
|
98
|
+
"eslint-plugin-jest": "29.0.1",
|
|
99
99
|
"eslint-plugin-react": "7.37.5",
|
|
100
100
|
"globals": "16.2.0",
|
|
101
101
|
"http-server": "14.1.1",
|