RhodeCode Admin
d4070f83d4
fix(ui): fixed issues with hover menus and diff download items.
...
- the diff ops are now moved into context menu
- the diff ops could be now used in PR context
- fixed various UI problems with the old solution
2024-02-12 12:54:05 +01:00
Milka Kuzminski
1ebb2411e9
comments: multiple changes on comments navigation/display logic
...
- toggle are smarter, they open/hide windows accorind to actions. E.g commenting opens threads
- toggle are mor explicit
- possible to hide/show only single threads
- when channelstream is enabled comments are now live-pushed to diff with NEW marker indicator
- new UI for showing thread comments
2020-10-27 10:05:00 +01:00
Marcin Kuzminski
f634c67b68
commits/pr pages various fixes.
...
- added navbar to commit page
- improvements on UI
- code cleanups
2020-09-23 11:45:43 +02:00
Marcin Kuzminski
012f801f16
diffs: added diff navigation to improve UX when browisng the full context diffs.
2020-07-13 11:12:21 +02:00
Marcin Kuzminski
5ae2adddf3
comments: made few UI changes/improvements for how we show comments status, ribbons and general comment data.
2020-06-24 14:19:56 +02:00
Marcin Lulek
6388c3ede2
ui: make copy-path hidden for better UX.
2020-06-09 15:37:01 +02:00
Marcin Kuzminski
0127fbe62e
files: fixed unicode problems on image preview, and make images center, no-stretch.
2020-05-14 09:40:20 +02:00
Marcin Kuzminski
6a0c148cae
emails: added premailer for inline style formatting to make emails render nicer on all email clients.
2020-03-26 12:40:21 +01:00
Marcin Kuzminski
44b53cd335
gists: removed private/public gist buttons and replaced them with radio group
...
- ux wise having two main action buttons was bad and confusing
- radionselector makes it a single create gist action with optional type+explanation
- this is part of Gist ui changes
2019-11-15 12:47:10 +01:00
Marcin Kuzminski
2938d2aa6a
gists: updated styling on gists pages according to the design.
2019-11-15 11:40:55 +01:00
Daniel Dourvaris
603a3c0545
emails: added reply link to comment type emails
...
- also added note/todo ID in display
- cleanup code for anchor resolution, and selected elements highlight
2019-11-08 13:05:34 +01:00
Daniel Dourvaris
b0b489c367
style: fixed active shadow z-index messing up with quick access dropdown
2019-09-28 23:00:24 +02:00
Marcin Kuzminski
4174ab0239
ui: new commits page.
...
- changes according to design
- consistency, space saving etc
2019-08-06 12:20:29 +02:00
Liviu
de07e75f22
fixed path file_source style to match files_tree view
2019-06-05 06:45:21 +00:00
Liviu
2ec3b54d67
adjusted the padding of path and summary box between files and file details screens
2019-06-04 15:52:25 +00:00
Liviu
38689f31f9
removed extra top margin for file details view and smaller stats-info text
2019-05-30 08:30:47 +00:00
Liviu
78ed362426
Changeset view summary box changes and fixed my profile view
2019-05-17 16:32:11 +00:00
Liviu
a5e99cc7c9
file summary and codeblock styles adjustments
2019-05-14 19:52:26 +00:00
Daniel Dourvaris
bd42c53c17
search: add support for elastic search 6
...
- elasticsearch new query lang and searcher
- much more advanced query lang
- added context aware search in repository groups, repository, commits, files view
- optimized quick search bar speed when using full text search
- added option to increase hits per file number from query URL using max_lines
- search results can be now marked inside a text file using ?mark=HIGHLIGHT_TEXT added to the url
2018-12-19 18:17:51 +01:00
Marcin Kuzminski
bcf2a103f2
style: update pygments template styling.
2018-11-25 18:48:17 +01:00
Marcin Kuzminski
cee558a8d2
style: bring back bold font style.
2018-11-01 20:41:14 +01:00
Marcin Kuzminski
989fe50221
fonts: use consistent fonts across whole application.
2018-10-26 15:26:12 +02:00
Marcin Kuzminski
f5e1dbecb4
ui: dropped the custom font in favor of builtin ones.
...
- this is faster to load/display and produces less problems with UI on multiple platforms
- fixed few ui elements after changes
2018-10-26 12:31:21 +02:00
Marcin Kuzminski
9c8e21704b
diffs: make sure hunk lines are also collapsed on large diffs that are hidden.
2018-10-24 01:27:19 +02:00
Daniel Dourvaris
07fea8c47c
diffs: exclude +/- from diffs generation and make then a non-selectable markers visible only via CSS.
2018-10-23 15:08:18 +02:00
Daniel Dourvaris
ef88605caa
diffs: fixed selecting active lines in both types of diffs.
2018-10-17 13:40:45 +02:00
Daniel Dourvaris
40ed27c0a9
diffs: ui improvements over the sticky header.
2018-10-16 22:29:18 +02:00
Marcin Kuzminski
797a4ff7ab
diffs: sticky top-file bar + context aware file labels.
...
- when browsing diffs now we show context file path so every time you know what file diff you're seeing
- block file selector on range diffs
- update bower packages
2018-10-16 18:24:44 +02:00
Marcin Kuzminski
bb2febc25e
diffs: make user-select also work on Firefox.
2018-10-16 11:53:16 +02:00
Daniel Dourvaris
5e88268e1f
diffs: made pills display on single side. Better UX and readability.
2018-10-09 15:45:11 +02:00
Marcin Kuzminski
1875621ddb
pygments: disable the error border on token errors. This mostly confuses the users, and is not usefull that much.
2018-10-02 08:08:41 +02:00
Marcin Kuzminski
25148be103
diffs: seperate visually diff pills for better readability
2018-10-01 14:51:26 +02:00
Marcin Lulek
e9f80c1525
diffs: added handy quick file selector in diffs views.
2018-10-01 10:15:33 +02:00
Marcin Kuzminski
25edeca2ca
diffs: small UI fixes
2018-09-24 15:35:37 +02:00
Marcin Kuzminski
22a2034892
diffs: skip lines in diff to allow user selection from diff view.
2018-05-08 16:44:37 +02:00
Marcin Kuzminski
da3101e51f
diffs/files: fix and improve line selections and anchor links.
2018-02-27 14:54:15 +01:00
Marcin Kuzminski
4291c5fccd
gists: add copy url to clipboard helper icon.
2017-09-26 12:47:13 +02:00
Marcin Kuzminski
2a06b6b96d
diffs: show copy-to-clipboard next to diff files
2017-09-21 23:29:44 +02:00
Marcin Kuzminski
feb25a9cb8
diffs: support mercurial copy in diffs details.
2017-03-28 22:37:33 +02:00
Marcin Kuzminski
8838ed268c
files: render images inside the file view.
...
- instead of displaying binary message, render images icons and gifs
inside the preview pane.
2017-03-28 20:19:23 +02:00
Marcin Kuzminski
1d8f00e026
annotation: added shortcut links to browse the annotation view with previous commits.
2017-02-07 22:51:07 +01:00
Marcin Kuzminski
1b7412f886
annotations: fixed UI problems in annotation view for newer browsers.
2017-02-07 21:54:05 +01:00
Marcin Kuzminski
6b600fa872
style: fixed some wrong less arguments used.
2017-02-07 16:14:24 +01:00
Marcin Kuzminski
24ef7171f8
comments: add comments type into comments.
2017-01-11 14:46:29 +01:00
Marcin Kuzminski
3ca1cc3b64
comments: improved comments form layout.
...
- changed to be made to support comments types
- cleaner UI
2017-01-04 14:58:06 +01:00
Marcin Kuzminski
3761402390
pull-requests: updated versioning support.
...
- each pr version connects invalidated comments to it
- in version list we show number of comments made on each version
- show all outdated comments even for deleted files
- linkify outdated comments to first one
- added auto-collapse of commit range if they are more than 5
- styling changes, wide mode improvements
2016-12-30 12:11:15 +01:00
Marcin Kuzminski
8b2182110a
pull-requests: added version browsing for pull requests.
...
- invalidated comments now link to previous version to show code context
- removed all deprecated JS code left from new diffs
- improved invalidated comments display logic
- UI tweaks
2016-12-06 00:22:04 +01:00
Marcin Lulek
863f7254a9
styles: replace adjacent selector with sibling selctor
2016-11-29 13:30:17 +01:00
Marcin Kuzminski
854da3a6c0
comments: make add arrow slightly smaller, and not hide the line numbers when hover.
2016-11-28 00:54:58 +01:00
Daniel Dourvaris
c5cdd9695a
diffs: add new diffs to pull request page
2016-11-25 11:14:04 +02:00