feat: Editable titles in sidebar (#1544)

* feat/editable-titles

* feat: Double click to edit titles in the sidebar

* Take into account policies

* fix: Title update on another client

* Improved styling
This commit is contained in:
Tom Moor
2020-09-15 18:01:40 -07:00
committed by GitHub
parent ab3613af48
commit b3b71d2dc7
6 changed files with 152 additions and 19 deletions

View File

@@ -9,7 +9,7 @@
"build:webpack": "webpack --config webpack.config.prod.js",
"build": "yarn clean && yarn build:webpack && yarn build:server",
"start": "node ./build/server/index.js",
"dev": "nodemon --exec \"yarn build:server && node build/server/index.js\" -e js --ignore build/",
"dev": "nodemon --exec \"yarn build:server && node build/server/index.js\" -e js --ignore build/ --ignore app/",
"lint": "eslint app server shared",
"flow": "flow",
"deploy": "git push heroku master",
@@ -193,4 +193,4 @@
"js-yaml": "^3.13.1"
},
"version": "0.47.1"
}
}