UBER-853 Wiki application navigation (#3731)

Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
This commit is contained in:
Alexander Onnikov
2023-09-22 13:56:33 +07:00
committed by GitHub
parent cec2cc4f37
commit e32f41767f
13 changed files with 114 additions and 35 deletions
@@ -184,7 +184,7 @@
function chooseIcon (ev: MouseEvent) {
const icons = [tracker.icon.Home, tracker.icon.RedCircle]
showPopup(IconPicker, { icon, color, icons, emoji: tracker.component.IconWithEmoji }, 'top', (result) => {
showPopup(IconPicker, { icon, color, icons, iconWithEmoji: tracker.component.IconWithEmoji }, 'top', (result) => {
if (result !== undefined && result !== null) {
icon = result.icon
color = result.color