Commit Graph

15 Commits (dd8ec121880fda03691cf9f4b17be88e1d4be030)

Author SHA1 Message Date
silverwind 84a419de98
Replace code fold icons with octicons ()
- replace font-awesome icons with octicons
- clean up js and css surrounding the code expansion and file folding
- fix hover color on arc-green
- tweak diff line number colors

Co-authored-by: zeripath <art27@cantab.net>
Cirno the Strongest 180286da0c
Fix missing styling for dropdown icon on review button ()
* Fix missing styling for dropdown icon on review button

* Remove unnecessary span element

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Cirno the Strongest 6c38f371ea
Align show/hide outdated button on code review block ()
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
zeripath 1ee6c13f11
Initialize SimpleMDE when making a code comment ()
Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-Authored-By: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com>
Cirno the Strongest e682a92295
Fix margin for attached top header on code review ()
Introduced naively by 

The margin was being applied too widely.
silverwind 9e0e2a9fcf
Enable stylelint's shorthand-property-no-redundant-values ()
Enabled the rule and --fix'ed issues.

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Cirno the Strongest 7fd60c6d8d
Fix styling of resolved code comment box ()
Co-authored-by: Lauris BH <lauris@nix.lv>
Cirno the Strongest 6603045476
Better styling for code review comment textarea ()
* Better styling for code review comment textarea

* align tabular menu with textarea

* border around active tab instead of textarea

* border radius

* use .28571429rem
Cirno the Strongest c483419184
Better styling for code review comment form ()
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
silverwind 4e912d2ed8
Disallow leading zeroes in Less ()
zeripath 9f1f2e6675
Set max-width on review-box comment box ()
Antoine GIRARD cdda5c4b90
ui: better mobile review-box sizing ()
Benno bb2c0c3729 fix add comment button text align ()
Benno 149a9df9e8 Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code ()
* update  fold/unfold code diffs

* add fold button style

* update  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  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
Lunny Xiao e4e6d48e30 Move less from public/ to web_src/ so that it will not be packe… ()