aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/components/ContextPopup.vue
Commit message (Expand)AuthorAgeFilesLines
* Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813)Kilisei2025-06-221-6/+6
* Enable Typescript `strictFunctionTypes` (#32911)silverwind2024-12-221-3/+2
* Fix suggestions for issues (#32380)wxiaoguang2024-10-301-3/+4
* Suggestions for issues (#32327)Anbraten2024-10-291-32/+1
* Migrate vue components to setup (#32329)Anbraten2024-10-281-80/+76
* Convert frontend code to typescript (#31559)silverwind2024-07-071-3/+3
* Improve context popup rendering (#30824)silverwind2024-05-021-8/+14
* Fix issue label rendering in the issue popup (#30763)wxiaoguang2024-04-301-21/+6
* Fix and rewrite contrast color calculation, fix project-related bugs (#30237)silverwind2024-04-071-13/+7
* Fix loading spinner on ContextPopup (#30145)silverwind2024-03-271-1/+1
* Enforce trailing comma in JS on multiline (#30002)silverwind2024-03-221-3/+3
* Remove jQuery from the issue reference context popup (#29367)Yarden Shoham2024-02-241-11/+14
* Show whether a PR is WIP inside popups (#28975)Bram Hagens2024-02-041-4/+12
* Reorder blocks in vue SFCs (#26874)silverwind2023-09-021-25/+24
* Always pass 6-digit hex color to monaco (#25780)silverwind2023-07-091-2/+3
* Enable `vue/html-closing-bracket-spacing` eslint rule (#24987)silverwind2023-05-291-1/+1
* Modify luminance calculation and extract related functions into single files ...Hester Gong2023-05-101-2/+3
* Improve `<SvgIcon>` to make it output `svg` node and optimize performance (#2...wxiaoguang2023-03-231-1/+1
* Improve the frontend guideline (#23298)wxiaoguang2023-03-051-1/+1
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-19/+4
* JS refactors (#22227)silverwind2022-12-241-9/+1
* Refactor from Vue2 to Vue3 (#20044)André Jaenisch2022-10-011-7/+5
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-1/+1
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-281-0/+1
* Handle invalid issues (#18111)Gusted2021-12-281-8/+20
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-2/+2
* Actually compute proper foreground color for labels (#16729)Clar Fon2021-08-251-7/+22
* Load issue/PR context popup data only when needed (#15955)Lauris BH2021-07-131-0/+112