You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js
Norwin 9c6aeb47f7
Link to previous blames in file blame page (#16259)
Adds a link to each blame hunk, to view the blame of an earlier version of the file, similar to GitHub. Also refactors the blame render from fmtstring based to template based.

* Fix blame bottom line and add blame prior button

* Jump to previous parent commit from the commit.

* Fix previous commit link

* Fix previous blame link

* Fix the given file not exist in the previous commit.

* Fix blameRow struct not export

* fix theming issues, rename template var

* remove unused LastCommit fetch

* fix location of blame-hunk divider

* rewrite previous commit checks

* remove duplicate commit lookup

its already resolved and stored in ctx.Repo.Commit!

* split out blamePart processing into function

Co-authored-by: rogerluo410 <rogerluo410@gmail.com>
4 years ago
..
code Fix and restyle menu on code line (#15913) 4 years ago
components Heatmap days clickable (#13935) 4 years ago
features Fix heatmap activity (#15252) 4 years ago
markup Fixed setting of wrong position (#16148) 4 years ago
standalone docs: swagger show models by default (#14880) 4 years ago
easymde.js Switch from SimpleMDE to EasyMDE (#13333) 4 years ago
index.js Link to previous blames in file blame page (#16259) 4 years ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 5 years ago
publicpath.js Unregister non-matching serviceworkers (#15834) 4 years ago
serviceworker.js Fix serviceworker output file and misc improvements (#11562) 5 years ago
svg.js Fix and restyle menu on code line (#15913) 4 years ago
utils.js Unregister non-matching serviceworkers (#15834) 4 years ago
utils.test.js Unregister non-matching serviceworkers (#15834) 4 years ago