UX improvements for onboarding

This commit is contained in:
Abhishek Kumar 2025-10-02 12:17:13 +05:30
parent 02646e0a7a
commit 5ab93767dd
9 changed files with 85 additions and 50 deletions

View file

@ -2,7 +2,7 @@
import { createContext, useContext, useEffect, useState } from 'react';
export type TooltipKey = 'web_call'; // Add more tooltip keys as needed
export type TooltipKey = 'web_call' | 'customize_workflow'; // Add more tooltip keys as needed
interface OnboardingState {
seenTooltips: TooltipKey[];