Skip to content

Commit f808e6c

Browse files
committed
added fullscreen mode to live panel
1 parent 16af7a8 commit f808e6c

File tree

5 files changed

+8206
-7723
lines changed

5 files changed

+8206
-7723
lines changed

deploy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/bash
22

3+
prettier --parser babylon --no-semi --write --single-quote */*.js
4+
prettier --parser babylon --no-semi --write --single-quote */*.jsx
35
rm -rf build
46
yarn build
57
rsync -ra -e "ssh -p 4520" -P build/ [email protected]:/usr/local/platform/panel --delete

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "red9_console",
3-
"version": "0.8.69",
3+
"version": "0.8.72",
44
"homepage": "https://wlf.red9.ir",
55
"private": true,
66
"dependencies": {
@@ -12,12 +12,12 @@
1212
"jalaali-js": "^1.1.0",
1313
"jalali-date": "^1.0.2",
1414
"lato-font": "^3.0.0",
15+
"less-loader": "^4.1.0",
1516
"lodash": "^4.17.10",
1617
"office-ui-fabric-react": "^6",
17-
"less-loader": "^4.1.0",
18-
"phoenix": "^1.4.1",
19-
"react": "^16.8.5",
20-
"react-dom": "^16.8.5",
18+
"phoenix": "^1",
19+
"react": "^16",
20+
"react-dom": "^16",
2121
"react-gist": "^1.2.1",
2222
"react-highlight": "^0.12.0",
2323
"react-router-dom": "^5.0",

0 commit comments

Comments
 (0)