net-art-uchicago / collaborative-artware

an experimental online drawing application by Media Art and Design students at the University of Chicago.
https://net-art-uchicago.github.io/collaborative-artware/
GNU General Public License v3.0
1 stars 16 forks source link

desktop look for new user #80

Closed k-wu01 closed 3 years ago

k-wu01 commented 3 years ago

added:

nbriz commented 3 years ago

@kr1swu i'm a little confused, should i be seeing other stuff on the desktop? i still only get the login screen

nbriz commented 3 years ago

oh i see, new-desktop.html is where the new stuff is at! :)

ok, this looks good to me, but there's going to be a merge conflict with public/desktop/js/main.js, so before u can merge u'll need to click the Resolve conflicts button, that will take u to a page that shows ur code && the rest-api team's code in the same file. in ur case we want to keep both, so simply remove the git merge conflict syntax && then save it. specifically that means after clicking "Resolve conflicts", when u're redirected to the conflicting main.js file, remove this form line 2:

<<<<<<< main

remove this form line 32:

=======

&& this from line 54:

>>>>>>> main

then u should be cleared to press the green Merge pull request button