Commit graph

28 commits

Author SHA1 Message Date
silverwind c37ec66ee2 replace lesshint with stylelint ()
New CSS linter which is much more powerfull than the previous one.
Configuration is default but I had to remove a few rules that were
throwing too many or weird errors.

More importantly, the linter will exit with code 1 on errors so now our
build will fail if the CSS linter fails which should eliminate linter
errors being introduced without notice.
2019-06-27 08:36:36 +02:00
Antoine GIRARD de9b398cde add .fa margin like .octicon () 2019-06-20 15:16:01 +08:00
Xaver Maierhofer 597ac064c3 Style orgs list in user profile () 2019-05-13 23:52:58 +03:00
Xaver Maierhofer 6fb58a8cdc Clean less files () 2019-05-13 07:26:32 +01:00
silverwind 28fcbf33dc UI: Make document body a flexbox ()
* UI: Make document body a flexbox

Fixes: https://github.com/go-gitea/gitea/issues/6118

* ie11 fixes

* increase padding to 80px

* add flex-grow
2019-02-24 21:02:45 +00:00
kolaente 6759237eda User action heatmap ()
* Added basic heatmap data

* Added extra case for sqlite

* Built basic heatmap into user profile

* Get contribution data from api & styling

* Fixed lint & added extra group by statements for all database types

* generated swagger spec

* generated swagger spec

* generated swagger spec

* fixed swagger spec

* fmt

* Added tests

* Added setting to enable/disable user heatmap

* Added locale for loading text

* Removed UseTiDB

* Updated librejs & moment.js

* Fixed import order

* Fixed heatmap in postgresql

* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md

Co-Authored-By: kolaente <konrad@kola-entertainments.de>

* Added copyright header

* Fixed a bug to show the heatmap for the actual user instead of the currently logged in

* Added integration test for heatmaps

* Added a heatmap on the dashboard

* Fixed timestamp parsing

* Hide heatmap on mobile

* optimized postgresql group by query

* Improved sqlite group by statement
2018-10-23 10:57:42 +08:00
kolaente 8d1ad55598 Responsive design fixes ()
* reset to master

* build css

* Fixed spacing
2018-07-26 18:25:41 +03:00
silverwind d44aa831f3 Convert tabs to spaces in .less files () 2017-12-02 21:48:43 +02:00
Rémy Boulanouar e5d80b7090 Implementation of all repositories of a user from user->settings ()
* Implementation of all repositories of a user from user->settings

* Update message when no repository found

* Update according to comments

* Change UI to have a better look

* improved user repositories UI
2017-09-14 14:46:14 +03:00
Antoine GIRARD 912b340d0d Simplify settings pages with item list ()
* Remove point column on ssh key setting page

* Remove un-used css

* Some cleaning

* Use octicon-key
2017-03-30 09:02:37 +08:00
Sandro Santilli a9de85d31d Improve style of user OpenID setting page ()
* Improve user openid list CSS and regenerate CSS
2017-03-20 08:51:33 +01:00
Antoine GIRARD 925b252927 Fix missing less sources for oauth () 2017-03-17 08:49:24 +08:00
Andrey Nering 5348e8b71a Fix color: closed PR was showing as purple instead of red 2017-01-28 14:01:07 -02:00
Andrey Nering d2bb8ef503 Notifications: trying to get a better layout ()
* i18n button titles

* Improvements on notification page layout

* Notification count badge fixes

* Make table <tr> clickable

* Fix octicon aligment

* Fix use of AppSubUrl
2017-01-18 09:18:55 +08:00
Andrey Nering 769e0a3ea6 Notifications: mark as read/unread and pin ()
* Use relative URLs

* Notifications - Mark as read/unread

* Feature of pinning a notification

* On view issue, do not mark as read a pinned notification
2017-01-12 12:27:09 +08:00
Andrey Nering f59672a18d More fine graned colors 2017-01-02 16:40:50 -02:00
Andrey Nering 6069abe5fd Notifications - Step 2 2016-12-30 16:51:24 -02:00
Unknwon 7115e3a4d5 css: remove profile avatar height 2016-08-28 03:19:27 -07:00
Unknwon db4da7beec Add APIContext 2016-03-13 17:37:44 -04:00
Unknwon a49af93faf APIs: Users Followers
- User profile un/follow
- List user's followers/following
2015-12-21 04:24:11 -08:00
Adam Strzelecki dd8a06a397 LESS: Use tabs for indent in all files
This does not change any content and generated gogs.css is still the same.
2015-12-07 21:20:54 +01:00
Unknwon ff5f14431e fix 2015-11-17 02:18:05 -05:00
Unknwon 5dc3dd1704 fix 2015-11-16 11:11:59 -05:00
Unknwon 52ec80fa18 finish all new user settings UI 2015-09-10 11:40:34 -04:00
Unknwon aa65761d81 new commits table 2015-08-20 20:18:49 +08:00
Unknwon 928d9fc1d4 fix access token style 2015-08-19 03:40:23 +08:00
Unknwon 4c7b6414eb new access token UI 2015-08-19 03:36:16 +08:00
Unknwon 2493454587 new delete account UI and password confirmation 2015-08-19 02:49:44 +08:00