Closed kcorman closed 10 years ago
Pushed commit here c1c74d8e1.
If anyone wants to take the time to fix up the user/show.html.erb page a bit (profile page) you'll notice that images aren't displayed perfectly-- they are all on a single row. That being said, for the demo we can probably just not put more than 3 images up.
I will probably merge this into heroku before going to bed unless someone objects.
I'll see what I can do.
I think I fixed this, but I'm not sure since no featured art images are showing up for me. How can I add featured art to a user?
I was just thinking about the fact that you might have a hard time testing it without a user :) Log into any user and go to your profile page. There should be a link that says Edit your featured art
Barring that, go to /arts
On Sun, Dec 8, 2013 at 6:09 PM, Christina Quan notifications@github.comwrote:
I think I fixed this, but I'm not sure since no featured art images are showing up for me. How can I add featured art to a user?
— Reply to this email directly or view it on GitHubhttps://github.com/japacible/commission-me/issues/242#issuecomment-30101414 .
Thanks!
No problem! If you have trouble with the uploads or anything you can message me on gmail chat.
On Sun, Dec 8, 2013 at 6:12 PM, Christina Quan notifications@github.comwrote:
Thanks!
— Reply to this email directly or view it on GitHubhttps://github.com/japacible/commission-me/issues/242#issuecomment-30101466 .
Added image tiling to add art page here: 8f2c0c9941458f539cea5236b93880a39d7322c2 and to user profile page here: 7c5984c21110bb9cc65b32090bcf235e6be49f89
Also updated the art/title/description page thing here: 52b23a890adb7c471e8b99970b27b61d54d51f36
For the last hour and a half I've been working on adding the ability to upload featured art. My thinking is that when we test on heroku tomorrow it would be nice to have a front page that wasn't a blank white screen. In addition to that, profile's shouldn't be filled with placeholder images.
So I'm adding super barebones pages that allow users to add "Featured art" which is entirely distinct from commissions.
I'm hoping to be done in another hour.