Primarily, this PR fixes the avatar handling of groups:
fixes #476 #470
rebased onto 2c317a880f392693d1d4ee64cd76d526c9692ac6
Please also register it in hubs/app.py (around line 25) so non-widget Flask templates can use it too.
I SEE DEAD SPACES...
Leftover console.log() call here.
console.log()
4 new commits added
slowly getting better at interactive rebases, but i got-er-done.
registered the filter in the app,py,
removed the extra spaces and console.log in the utils.js
Thanks! Does it make sense to show the star for a user's own hub? What about hubs where they're already a member or an owner?
i'm thinking we might keep it for if you are a member / owner -- i think the way mo wants it to work is that stars are at the top of the bookmarks, super-special ones.
def remove starring yourself, as it is always at the top of the bookmarks anyways.
either way, i am working on another PR right now to actually get the stars working, do you mind if i add the logic to remove it for a own user hub in that PR?
Sure! :-)
Pull-Request has been merged by abompard
Primarily, this PR fixes the avatar handling of groups:
fixes #476 #470