-
Notifications
You must be signed in to change notification settings - Fork 237
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
Rss feed subscription #1230
Rss feed subscription #1230
Conversation
Since everything else in that section has to do with dependencies it seems out of place. Maybe it could go over on the left side, in the Also, I don't think we need to do the |
I like the feed icon you added to the top right of those pages. The titles by the icon don't read well for me, though. I like to see the author's name, it makes it more personal and I think it reads better. |
Two notes about the new The So I would change the With that said, the rest of that for loop is difficult for me to follow. Since nearly every attribute varies based on the type of entry (release or favorite) do you think it would make sense to use separate methods? I think that would greatly simplify the code and make it a lot easier to read. What do you think? |
Sorry it took me so long to review this, but I really appreciate your work. |
These are looking good - but yea it doesn't feel right under the 'Dependencies' |
What @ranguard said. :) |
I like the change you made for separating the types of entries into separate functions. One little thing, though: Could you change the names of those functions from Thanks! |
now that bootstrap 3 is merged you can rebase this and make the UI changes you wanted. |
@oiami This looks great. I'm going to merge this so @Talina06 can build on your work to add some more data to the feed. However, on my pc the feed icon on the top right is a little off to the left... when i try to hover, i don't actually get the pointer icon until i'm off to the right of it. Can you take a look at that? As usual I'm on firefox. Thanks! |
oh, wow!, so weird that it happens only on Firefox, I will figure out :D |
As Oalders's suggestion on #327 we have had RSS feed and we should make it more visible as well as tweak the author feed. So what I have done in this pull request are
any comment about the function and design ? Could you check. :)