mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
add Slack API webhook support
This commit is contained in:
parent
5e6091a30a
commit
2bce24068d
15 changed files with 485 additions and 79 deletions
|
@ -34,7 +34,8 @@
|
|||
#auth-setting-form,
|
||||
#org-setting-form,
|
||||
#repo-setting-form,
|
||||
#user-profile-form {
|
||||
#user-profile-form,
|
||||
.repo-setting-form {
|
||||
background-color: #FFF;
|
||||
padding: 30px 0;
|
||||
textarea {
|
||||
|
@ -53,6 +54,17 @@
|
|||
}
|
||||
}
|
||||
|
||||
#hook-type {
|
||||
padding: 10px 0 0 0;
|
||||
background-color: #fff;
|
||||
.field {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
label {
|
||||
width: 240px;
|
||||
}
|
||||
}
|
||||
|
||||
#repo-hooks-panel,
|
||||
#repo-hooks-history-panel,
|
||||
#user-social-panel,
|
||||
|
@ -109,4 +121,4 @@
|
|||
.field {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue