Commit graph

6 commits

Author SHA1 Message Date
silverwind f2fc2dcfc9
Load citation JS only when needed ()
Previously, the citation js would load every time when opening a citable
repo. Now it only loads when the user clicks the button for it. The
loading state is representend with a spinner on the button:

<img width="83" alt="Screenshot 2024-03-17 at 00 25 13"
src="https://github.com/go-gitea/gitea/assets/115237/29649089-13f3-4974-ab81-e12c0f8e651f">

Diff ist best viewed with whitespace hidden.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
(cherry picked from commit 4b1c88628a6856e533ff10d346ca5bd73ce952b3)
2024-03-20 08:46:30 +01:00
wxiaoguang 0a794b2bcd
Don't show unnecessary citation JS error on UI ()
Fix 
2023-12-12 11:31:11 +00:00
yp05327 8ea33baa1c
Introduce eslint-plugin-no-jquery/no-event-shorthand ()
https://github.com/go-gitea/gitea/pull/24098#issuecomment-1514010690

---------

Co-authored-by: silverwind <me@silverwind.io>
2023-04-20 05:28:27 -04:00
Blender Defender a14e6af236
Fix switched citation format ()
Due to switched input parameters, the citation texts for Bibtex and Apa
were switched.
This pull request fixes 
2023-03-02 13:08:02 -06:00
silverwind 3e3975e0fa
fix webpackChunkName for citation-js-csl () 2022-11-13 15:10:58 -05:00
Nolann 9f8e778918
Copy citation file content, in APA and BibTex format, on repo home page ()
Add feature to easily copy CITATION.cff content in APA and BibTex format.
2022-11-11 18:02:50 +01:00