aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css/features
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2024-09-12 06:53:40 +0300
committerGitHub <noreply@github.com>2024-09-12 03:53:40 +0000
commit4ab6fc62d23bcef060cb98c60cfc29aa286a02d1 (patch)
tree281291164aca9c1d08f37ad6e40e7245bd828929 /web_src/css/features
parent20d7707124c2b4b9616526c6b242660729028ae7 (diff)
downloadgitea-4ab6fc62d23bcef060cb98c60cfc29aa286a02d1.tar.gz
gitea-4ab6fc62d23bcef060cb98c60cfc29aa286a02d1.zip
Add option to filter board cards by labels and assignees (#31999)
Works in both organization and repository project boards Fixes #21846 Replaces #21963 Replaces #27117 ![image](https://github.com/user-attachments/assets/1837ace8-3de2-444f-a153-e166bd0da2c0) **Note** that implementation was made intentionally to work same as in issue list so that URL can be bookmarked for quick access with predefined filters in URL
Diffstat (limited to 'web_src/css/features')
-rw-r--r--web_src/css/features/projects.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/web_src/css/features/projects.css b/web_src/css/features/projects.css
index 4a0205c910..08547cd872 100644
--- a/web_src/css/features/projects.css
+++ b/web_src/css/features/projects.css
@@ -6,6 +6,18 @@
margin: 0 0.5em;
}
+.project-toolbar-right .filter.menu {
+ flex-direction: row;
+ flex-wrap: wrap;
+}
+
+@media (max-width: 767.98px) {
+ .project-toolbar-right .dropdown .menu {
+ left: auto !important;
+ right: auto !important;
+ }
+}
+
.project-column {
background-color: var(--color-project-column-bg) !important;
border: 1px solid var(--color-secondary) !important;