Skip to content

Commit

Permalink
Create simultaneous users' cursors movement example (#590)
Browse files Browse the repository at this point in the history
* First commit for simultaneous-cursors project.

* Work on properly attaching doc.

* Finish pen animation and add in other animations.

* Finish up the pen cursor.

* Finish animations for all 4 types of cursors.

Moving onto organizing code and polishing up functionalities
(e.g. improvements in UI/UX).

* Add functionality to show animation for other clients as well.

* Allowing client names to appear next to the cursor.

* Dropping name setting form-related code for further bug fixing.

* Changing all local data usage to using data from Yorkie.

* Working on making pen cursor smoother

---------

Co-authored-by: Yourim Cha <[email protected]>
  • Loading branch information
YoonKiJin and chacha912 authored Aug 10, 2023
1 parent a36c00f commit 098b926
Show file tree
Hide file tree
Showing 29 changed files with 2,961 additions and 17,548 deletions.
11 changes: 4 additions & 7 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@ services:
# If you're using Mac or Windows, this special domain name("host.docker.internal" which makes containers able to connect to the host)
# is supported by default.
# But if you're using Linux and want an envoy container to communicate with the host,
# it may help to define "host.docker.internal" in extra_hosts.
# it may help to define "host.docker.internal" in extra_hosts.
# (Actually, other hostnames are available, but in that case you should update clusters[].host configurations of envoy.yaml)
extra_hosts:
- "host.docker.internal:host-gateway"
- 'host.docker.internal:host-gateway'
yorkie:
image: 'yorkieteam/yorkie:latest'
image: 'yorkieteam/yorkie:0.4.5'
container_name: 'yorkie'
command: [
'server',
'--enable-pprof',
]
command: ['server', '--enable-pprof']
restart: always
ports:
- '11101:11101'
Expand Down
334 changes: 0 additions & 334 deletions examples/profile-stack/package-lock.json

This file was deleted.

Loading

0 comments on commit 098b926

Please sign in to comment.