Poll history - access poll history from room settings (#10356)

* add poll history tab to room settings

* test poll history in room settings

* remove posthog tracking for poll his

* use consistent label for polls history
This commit is contained in:
Kerry 2023-03-14 11:08:59 +13:00 committed by GitHub
parent 9f66082486
commit 4c2b5df1f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 303 additions and 0 deletions

View file

@ -42,6 +42,10 @@ limitations under the License.
mask-image: url("$(res)/img/feather-customised/bridge.svg");
}
.mx_RoomSettingsDialog_pollsIcon::before {
mask-image: url("$(res)/img/element-icons/room/composer/poll.svg");
}
.mx_RoomSettingsDialog_warningIcon::before {
mask-image: url("$(res)/img/element-icons/room/settings/advanced.svg");
}