Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating simultaneous users' cursors movement example for SDK. #590

Merged
merged 37 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
bbce2b0
First commit for simultaneous-cursors project. Currently working on MVP.
YoonKiJin Jul 20, 2023
71a9fce
Organize code/white space
YoonKiJin Jul 25, 2023
802e388
Work in progress...
YoonKiJin Jul 25, 2023
e2ad8a8
Working on properly attaching doc. Promise Rejection taking place.
YoonKiJin Jul 25, 2023
861d7f0
Working on properly attaching doc. Promise Rejection taking place. Te…
YoonKiJin Jul 25, 2023
7c4151d
Delete unneeded icon files. Update docker yml file to 0.4.5.
YoonKiJin Jul 27, 2023
d35e62e
Adding in separate cursor components and their animations. Pen animat…
YoonKiJin Jul 28, 2023
1d1477d
Organizing code.
YoonKiJin Jul 28, 2023
a3e6040
Work in progress
YoonKiJin Jul 28, 2023
a662017
Finishing up pen cursor. Working on other animations as well.
YoonKiJin Jul 28, 2023
722578d
Finishing animations for all 4 types of cursors. Moving onto organizi…
YoonKiJin Jul 31, 2023
9d8585c
Adding functionality to show animation for other clients as well.
YoonKiJin Aug 1, 2023
129b2db
Working on fixing inconsistent tracking of other clients' actions.
YoonKiJin Aug 1, 2023
392408e
More organizing code and files.
YoonKiJin Aug 1, 2023
861cdda
Files name change.
YoonKiJin Aug 1, 2023
d5514da
Awaiting review for current progress(?)
YoonKiJin Aug 1, 2023
47acde3
Organizing more code and files.
YoonKiJin Aug 1, 2023
273e592
More code organizing.
YoonKiJin Aug 1, 2023
cc29935
Allowing client names to appear next to cursor. Fixed code for updati…
YoonKiJin Aug 2, 2023
0e39ade
Dropping name setting form related code for further bug fixing.
YoonKiJin Aug 2, 2023
862675f
Changing all local data usage to using data from Yorkie.
YoonKiJin Aug 2, 2023
c033ffb
Decreasing depth of pointerDown data to no longer require use of spre…
YoonKiJin Aug 2, 2023
652f008
Continuing to improde code quality.
YoonKiJin Aug 2, 2023
b9b00f0
Taking care of warning(key required for each child in a list)
YoonKiJin Aug 2, 2023
3613be0
Removing unnecessary CursorMode code.
YoonKiJin Aug 2, 2023
ff18d76
Continuing improving code.
YoonKiJin Aug 2, 2023
35c360a
Working on code quality.
YoonKiJin Aug 3, 2023
8d1419a
Remove unused code
chacha912 Aug 3, 2023
53afea6
Adding key for clients array.
YoonKiJin Aug 3, 2023
19a5172
Touching on css styling.
YoonKiJin Aug 3, 2023
deaacdb
Tweaking Cursor.jsx SingleAnimation.jsx
YoonKiJin Aug 3, 2023
65ef4d5
Tweaking Cursor.jsx
YoonKiJin Aug 3, 2023
8029176
Working on making pen cursor smoother)
YoonKiJin Aug 3, 2023
1b2caa5
Add log for debugging
chacha912 Aug 4, 2023
e521ac3
Optimize code in CursorSelections. Organize other code as needed.
YoonKiJin Aug 10, 2023
c3d00ac
Remove unused code
chacha912 Aug 10, 2023
d928b71
Merge remote-tracking branch 'origin/v0.4.5-example' into simultaneou…
chacha912 Aug 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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