zeripath
4f36bdd75c
Add some padding to the shadowed comment box ( #9612 )
...
* Add some padding to the shadowed comment box
* prevent the padding affecting the other comments
2020-01-05 19:25:27 +00:00
John Olheiser
4a0915d5be
!important makes me sad ( #9607 )
...
Signed-off-by: jolheiser <john.olheiser@gmail.com >
2020-01-05 06:56:06 +02:00
John Olheiser
326c723f15
Add box-shadow to blue buttons in normal theme ( #9573 )
...
Signed-off-by: jolheiser <john.olheiser@gmail.com >
Co-authored-by: techknowlogick <matti@mdranta.net >
2020-01-01 00:06:15 -05:00
Lunny Xiao
991d07511f
Upgrade lato fonts to v16. ( #9498 )
...
* Upgrade lato fonts to v16
* Upgrade lato fonts to v16
* fix bug
2019-12-25 23:11:39 -05:00
Alexey 〒erentyev
5a9a270057
Fix background reactions in the arc-green theme ( #9421 )
...
* Fixed arc-green theme reactions background
Signed-off-by: Alexey Terentyev <axifnx@gmail.com >
* Added MD5 AppVer
Signed-off-by: Alexey Terentyev <axifnx@gmail.com >
2019-12-18 22:35:03 -05:00
techknowlogick
f925d66953
switch to fomantic-ui ( #9374 )
2019-12-17 16:34:11 -05:00
zeripath
5a82e50efe
Make repository management section handle lfs locks ( #8726 )
...
* Make repository maangement section handle lfs locks
* Add check attribute handling and handle locking paths better
* More cleanly check-attributes
* handle error
* Check if file exists in default branch before linking to it.
* fixup
* Properly cleanPath
* Use cleanPath
* Sigh
2019-12-12 21:18:07 +08:00
Alexey 〒erentyev
ec5018eed7
Fixed topics margin ( #9248 )
...
Signed-off-by: Alexey Terentyev <axifnx@gmail.com >
2019-12-03 23:10:40 -05:00
jaqra
29cb92e1f6
Change some label colors ( #9051 )
...
* Change label colors
* Override black basic label background for green theme on label list
2019-12-03 20:39:58 -05:00
John Olheiser
9029694515
Fix context menu overflow & review tag margin ( #9231 )
...
* Fix context menu overflow
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Add review tag CSS
Signed-off-by: jolheiser <john.olheiser@gmail.com >
2019-12-03 01:03:30 +02:00
jaqra
6b8a8ee12e
Add comment highlight when target from url ( #9047 )
...
* Add comment highlight css
* Add js to remove highlight on click outside
* Improve refresh page on click outside
* Use location.hash property to remove target
* Handle click ONLY clicked outside of 'targetted comment' (not other comment)
* Remove unnecessary checks and simply code
* Combine hash and setState to remove target path
2019-11-25 11:50:46 +00:00
Benno
662819eea1
fix add comment button text align ( #9140 )
2019-11-24 01:07:15 +02:00
guillep2k
4b25807c41
Add password requirement info on error ( #9074 )
...
* Add password requirement info on error
* Move BuildComplexityError to the password pkg
* Unexport complexity type
* Fix extra line
* Update modules/password/password.go
Co-Authored-By: Lauris BH <lauris@nix.lv >
2019-11-19 22:44:58 +00:00
John Olheiser
e4c2cb29fd
Context menus for comments ( #9043 )
...
* Add quote replies
Signed-off-by: jolheiser <john.olheiser@gmail.com >
2019-11-19 20:33:42 +02:00
Vedran
5476965e59
Fix double scroll in branch dropdown ( #9048 )
...
* Fix double scroll in branch dropdown
* Revert of 425ae38aa9ea3e9a25dee235aa9176762fe4bc5b
* Changes in .less, generated new .css
* Revert unnecessary commented line
2019-11-18 09:25:24 +08:00
Cherrg
8de65a6131
wiki - add 'write' 'preview' buttons to wiki edit like in issues ( #7241 )
...
* Add add 'write' 'preview' buttons to wiki edit like in issues
affects #6975
Signed-off-by: Michael Gnehr <michael@gnehr.de >
* update dark theme
Signed-off-by: Michael Gnehr <michael@gnehr.de >
* fix css lint warnings - missing spaces
Signed-off-by: Michael Gnehr <michael@gnehr.de >
* hide preview button on no fullscreen toolbar
Signed-off-by: Michael Gnehr <michael@gnehr.de >
2019-11-17 14:42:44 -05:00
Cherrg
cf9e69218e
wiki - editor - enable side-by-side button ( #7242 )
...
* wiki - enable side-by-side button in editor
and add some delay so side-by-side live preview is updated
* every 10th keypress
* if keypress < 10 -> apter no input for 1 sec
affects #5436
Signed-off-by: Michael Gnehr <michael@gnehr.de >
* decrease timeinterval user need to stop before rendering is triggered
Signed-off-by: Michael Gnehr <michael@gnehr.de >
* removed not needed code with simpleMDE placeholder
Signed-off-by: Michael Gnehr <michael@gnehr.de >
* run highlight.js on markdown preview
Signed-off-by: Michael Gnehr <michael@gnehr.de >
* fix white border around side-by-side preview
Signed-off-by: Michael Gnehr <michael@gnehr.de >
2019-11-16 10:20:07 +08:00
mrsdizzie
fc28a485aa
Update display of reactions to issues and comments ( #9038 )
...
Modify display of reactions to issues to remove spaces and make them
feel more apart of the reactions bar rather than separate items within.
2019-11-15 23:47:04 +02:00
Benno
189cc91fa9
Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code ( #8924 )
...
* update #8659 fold/unfold code diffs
* add fold button style
* update #8659 implement expand up/down codes (blob excerpt)
* fix golint errors
* fix expand direction
* remove debug message
* update css style for blob exceprt
* fix typo in comment
* update style sheet with less
* update expect diff (add SectionInfo)
* update #8942 accept suggested change (fix typo)
* close reader and check file type before get tail section
* adjust button position and check file type before insert fold button
* move index js to web_src
* merge index.js with master
* generate index.js
* update js coding style
2019-11-15 10:52:59 +08:00
Lunny Xiao
a2e0b6f86a
Move less from public/ to web_src/ so that it will not be packe… ( #8908 )
2019-11-12 10:22:16 +01:00