scorelab / Stackle

Stackle is an web communication portal aimed at providing Open Source organizations a platform to have discussions on their github projects and their issues. It provides Github intergration which allows adminstrator of an organization to create a forum thread for the particualr organization. Users signing in is able to view forums of the organizations they contribute to and engage in the forum discussions.
Apache License 2.0
104 stars 146 forks source link

UI improvements #144

Closed vibhorgupta-gh closed 6 years ago

vibhorgupta-gh commented 6 years ago

fixes #143

vibhorgupta-gh commented 6 years ago

Screenshots

screen shot 2018-08-23 at 10 06 16 pm

screen shot 2018-08-25 at 3 18 28 pm

screen shot 2018-08-25 at 3 18 56 pm

screen shot 2018-08-25 at 7 22 41 pm

psnmissaka commented 6 years ago

@VibhorCodecianGupta Fix the merge conflicts and update the PR

vibhorgupta-gh commented 6 years ago

@psnmissaka @agentmilindu fixed conflicts. If this PR turns out to be fine, I'd like to propose a revamp for a better UI throughout :)

psnmissaka commented 6 years ago

@VibhorCodecianGupta the developed by Score section doesn't seem to be on the bottom. However I will merge the PR for now. We would very much welcome such a proposals of course if you are interested

vibhorgupta-gh commented 6 years ago

@psnmissaka developed by Score was added in a row class after the row class which contains all the main content of the page. Now, since the left nav has a vertical height of 100%, it flows down all the way to end of the page. The developed by Score, therefore, was hiding behind the side nav and hence not visible. One way was to align it to the bottom right, but I took the liberty of trying out the scenic way and added the made with <3 by Score foot note ONTO the side nav. So now it is both visible, and not on the next row class. Do let me know if that works or not, will be happy to change.