| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
1847c44035 |
Responsive view (#2750)
* Viewport meta tag * responsive: dashboard * responsive: issues page * responsive: Explore page * responsive: navbar, and some navbar css refactoring * responsive: button for collapsing navbar in mobile view * Mark the hamburger button as active when pressed * better homepage for responsive views * Bring back jump class in navbar The class was necessary, because this way the dropdown doesn't assume the contents of the selected item. * make repository homes responsive * Make file view page responsive * Make forms look good on responsive views * make commits and commit diff view responsive * issues and PRs * responsive wiki * Don't place auto-init far off the page * Minor changes to amend broken stuff minor improvements - make login/sign up in navbar stackable - make navbar in explore and sign in not stackable Change selected class in TestPullCompare Fix typo that happened when rebasing fix dashboard on org view improve profile UI Use clearing on file diff to fix broken UI caused by floating elements remove unresolved merge conflict, and | Sanitize Fix repo home not loading |
8 years ago |
|
|
96aee3777f |
Cleaner UI for explore page (#1253) (#1255)
* Take navbar out of column * Add styles to navbar * Changed navbar classes * Remove unneeded !important from index.css * Remove unneeded !important from _explore.less |
9 years ago |
|
|
bc0c810106 |
Add the ability to explore organizations (#3573)
* Add ability to explore organizations * Use right icon for org explore links |
9 years ago |
|
|
2d90be9c2e |
#13 finish user and repository search
Both are possible on explore and admin panel |
10 years ago |
|
|
69427c6115 |
Indent all templates with tabs
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.
1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
such as {{if}} {{with}}
2. Cleans all trailing white-space
3. Adds trailing last line-break to each file
|
10 years ago |
|
|
6ad3426606 | minor fixes on #1551 | 10 years ago |