Commit e9ced17
Comments (codesandbox#3600)
* duplicate header
* get all the pieces ther
* move Actions into a file
* delete dead code
* move usermenu container styles to usermenu
* make avatar wrap not take extra spac
* align avatar with buttons
* vertical align menubar
* redesign menu + sandbox name
* get the right logos top left
* adjust alignment
* remove debug line
* fixed margin issues
* overmind-graphql
* UI
* UI
* fix
* More UI
* Add change link permissions
* Add resubscribing
* Fix type
* Fix link update
* Update CircleCI scripts
* refactored to effect and cleaned up (codesandbox#3537)
* refactored to effect and cleaned up
* clean and add disposeWhere
* New changes
* Set right connection places
* Push
* fix effects proxy
* WIP
* WIP
* Polish
* Update GraphQL typings
* Typing changes
* return promise on mutations
* Fix ts issues
* fix typing
* Change prop order
* Fixes
* Deduplicate yarn.lock
* Update cases
* Update schema
* Quickfix
* use endpoint instead of url
* fix weird event typing
* Move collaborators queries to own folder
* move collaborators to folder and add overmind package
* try catch loading colalborators
* initial graphql data and state
* show comments data
* list start
* add bottom form
* add delete
* add edit mitation
* add ui
* default is open
* default is open
* default is open
* simply bottom alignment with space-between
* make the comment header prettier
* refactor
* select comment
* bring the scroll back
* center the empty block
* margin bottoms + reply string
* sorry, changed the name
* replace input with autosize textarea for add comment
* use icons and icon buttons
* make empty screen prettier
* oops forgot to remove debug statement
* get the more icon to align to the right
* add a clipped edges border
* clean?
* fix comments in old sidebar
* add toggle in dev
* small eslint fix
* fix eslint
* fix ts
* prevent loading comments unless on
* fix if server down
* fix if server down
* move to new version of overmind graphql
* refactor a tiny bit
Co-authored-by: Christian Alfoni <[email protected]>
Co-authored-by: Ives van Hoorne <[email protected]>
Co-authored-by: Sara Vieira <[email protected]>1 parent 626931c commit e9ced17
File tree
33 files changed
+986
-348
lines changed- packages
- app
- scripts
- src/app
- overmind
- dependencies
- effects
- fakeGql
- comments
- gql
- namespaces
- editor
- live
- utils
- pages
- Sandbox/Editor
- Workspace
- screens/Comments
- common/Modals/PreferencesModal/Experiments
- common/src
- types
- utils
- components/src
- components
- Avatar
- Button
- FormField
- IconButton
- Icon
- homepage/content/articles/new-look-editor
33 files changed
+986
-348
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
170 | | - | |
| 171 | + | |
171 | 172 | | |
172 | | - | |
173 | | - | |
| 173 | + | |
| 174 | + | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
Lines changed: 0 additions & 247 deletions
This file was deleted.
Lines changed: 53 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
0 commit comments