small ui changes

This commit is contained in:
2026-03-16 15:33:17 +05:30
parent e841860bd4
commit dc19ac2813
4 changed files with 33 additions and 9 deletions

View File

@@ -113,6 +113,15 @@ function getHistorySteps(isMobile: boolean): DriveStep[] {
function getSettingsSteps(isMobile: boolean): DriveStep[] {
return [
{
element: '#tour-edit-profile',
popover: {
title: 'Edit Your Profile',
description: 'Tap the pencil icon to change your display name or profile photo.',
side: isMobile ? 'bottom' : 'bottom',
align: 'center',
},
},
{
element: '#tour-theme-switcher',
popover: {