forgejo/web_src/js
JakobDev aaa1094663
Add the ability to pin Issues ()
This adds the ability to pin important Issues and Pull Requests. You can
also move pinned Issues around to change their Position. Resolves .

## Screenshots

![grafik](https://user-images.githubusercontent.com/15185051/235123207-0aa39869-bb48-45c3-abe2-ba1e836046ec.png)

![grafik](https://user-images.githubusercontent.com/15185051/235123297-152a16ea-a857-451d-9a42-61f2cd54dd75.png)

![grafik](https://user-images.githubusercontent.com/15185051/235640782-cbfe25ec-6254-479a-a3de-133e585d7a2d.png)

The Design was mostly copied from the Projects Board.

## Implementation
This uses a new `pin_order` Column in the `issue` table. If the value is
set to 0, the Issue is not pinned. If it's set to a bigger value, the
value is the Position. 1 means it's the first pinned Issue, 2 means it's
the second one etc. This is dived into Issues and Pull requests for each
Repo.

## TODO
- [x] You can currently pin as many Issues as you want. Maybe we should
add a Limit, which is configurable. GitHub uses 3, but I prefer 6, as
this is better for bigger Projects, but I'm open for suggestions.
- [x] Pin and Unpin events need to be added to the Issue history.
- [x] Tests
- [x] Migration

**The feature itself is currently fully working, so tester who may find
weird edge cases are very welcome!**

---------

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io>
2023-05-25 15:17:19 +02:00
..
components Improve Actions CSS () 2023-05-24 09:00:29 +00:00
features Add the ability to pin Issues () 2023-05-25 15:17:19 +02:00
markup Fix math and mermaid rendering bugs () 2023-04-17 12:10:22 +02:00
modules Fix duplicate tooltip hiding () 2023-05-19 20:12:30 +00:00
standalone Add new JS linter rules () 2021-11-22 16:19:01 +08:00
test Improve emoji and mention matching () 2023-04-22 11:32:34 -04:00
utils Add two eslint plugins () 2023-05-18 09:14:31 +08:00
webcomponents Refactor locale number () 2023-04-17 11:37:23 +08:00
bootstrap.js Improve template system and panic recovery () 2023-05-04 14:36:34 +08:00
index.js Improve "goto issue by number" button () 2023-05-10 15:50:58 +00:00
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations () 2020-04-18 18:46:29 -04:00
serviceworker.js Fix serviceworker output file and misc improvements () 2020-05-24 08:36:40 +01:00
svg.js Add status indicator on main home screen for each repo () 2023-05-13 21:59:01 +00:00
svg.test.js Improve <SvgIcon> to make it output svg node and optimize performance () 2023-03-23 11:24:16 +08:00
utils.js Modify luminance calculation and extract related functions into single files () 2023-05-10 11:19:03 +00:00
utils.test.js Introduce GiteaLocaleNumber custom element to handle number localization on pages. () 2023-04-03 12:58:09 -04:00