cozy / cozy-photos-v3

Cozy Photos app for Cozy Cloud
GNU Affero General Public License v3.0
1 stars 9 forks source link

share an album to another cozy user #126

Closed enguerran closed 7 years ago

enguerran commented 7 years ago

Thanks to the new /sharings API, we are able to send a link to an existing cozy user. Just enter his email address and his cozy's instance address and click on 'Send' button.

This feature is a cutting-edge technology and could be upgraded soon.

Made with :heart: by :goat::dash:

enguerran commented 7 years ago

@GoOz a special request for you. Could you give me an help on the style?

Here is what we want:

And here is what I did:

(The add permission to write toggle is coming next)

Note that you can add commits by pushing to the feat.shareAlbums branch on enguerran/cozy-photos-v3:

git remote add enguerran git@github.com:enguerran/cozy-photos-v3.git
git checkout feat.shareAlbums
git add -p
git commit -m 'style: more beautiful'
git push enguerran feat.shareAlbums
enguerran commented 7 years ago

(5) [PHO] Partage d'un album à un autre Cozy

enguerran commented 7 years ago

@goldoraf and @y-lohse Note that I use the gonna-change tabs components from cozy-ui. I need to update something in the https://github.com/cozy/cozy-ui/pull/144 as I get some weird behavior...

GoOz commented 7 years ago

@enguerran I'll take care of it, don't worry. I finish something and I'm on it.

enguerran commented 7 years ago

@GoOz be careful, I rebased the commits, so you have to rebase too before adding your style's commit.

GoOz commented 7 years ago

@enguerran Roger that! ⚠️ Spoiler Alert: There will be some style into Cozy-UI. Something was off about form controls.