List edit UI overhaul

This commit is contained in:
Henry Jameson 2022-08-17 00:48:10 +03:00
commit d074aefb4f
9 changed files with 253 additions and 97 deletions

View file

@ -10,7 +10,8 @@ library.add(
const HIDDEN_FOR_PAGES = new Set([
'chats',
'chat'
'chat',
'lists-edit'
])
const MobilePostStatusButton = {