Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New product training tooltips #54064

Merged
merged 28 commits into from
Dec 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
6915152
Rename PRODUCT_TRAINING_TOOLTIP_DATA to TOOLTIPS and update references
ishpaul777 Dec 12, 2024
d4e601e
Add new tooltips for search filter, bottom navigation inbox, workspac…
ishpaul777 Dec 12, 2024
ef25dd7
update workspace chat tooltip
ishpaul777 Dec 12, 2024
b74ab71
Refactor FloatingActionButton to use useBottomTabIsFocused hook and a…
ishpaul777 Dec 12, 2024
cd4d450
Enhance bottom navigation inbox tooltip with additional content and i…
ishpaul777 Dec 12, 2024
c8b461d
fix typo
ishpaul777 Dec 12, 2024
07d8869
Add educational tooltips for search filter and update bottom navigati…
ishpaul777 Dec 12, 2024
a8c5fab
Remove unnecessary console log
ishpaul777 Dec 12, 2024
490bcf4
Remove beta
ishpaul777 Dec 12, 2024
2e99f8b
use variables
ishpaul777 Dec 12, 2024
ca2a374
Update src/components/LHNOptionsList/OptionRowLHN.tsx
ishpaul777 Dec 12, 2024
0c2c09d
Update src/components/ProductTrainingContext/index.tsx
ishpaul777 Dec 12, 2024
ed735a1
Update src/languages/en.ts
ishpaul777 Dec 12, 2024
b139934
Update src/languages/en.ts
ishpaul777 Dec 12, 2024
64e89d7
Refactor tooltip positioning and variables in FloatingActionButton an…
ishpaul777 Dec 12, 2024
c95b6e8
Remove unused responsive layout hook from FloatingActionButton component
ishpaul777 Dec 12, 2024
569e0cb
Refactor tooltip styles and translations for improved consistency acr…
ishpaul777 Dec 13, 2024
377189c
fix typo
ishpaul777 Dec 13, 2024
749e890
Refactor tooltip positioning and responsiveness in FloatingActionButt…
ishpaul777 Dec 13, 2024
3e6c815
Refactor tooltip positioning and visibility logic for improved respon…
ishpaul777 Dec 13, 2024
db57944
add comments and api changes
ishpaul777 Dec 13, 2024
b63ecf1
Merge branch 'main' into new-product-training-tooltips
ishpaul777 Dec 13, 2024
dc13937
Update src/languages/en.ts
ishpaul777 Dec 13, 2024
192125c
changes as per review
ishpaul777 Dec 13, 2024
4e959b9
Update Spanish translations for tooltips and messages
ishpaul777 Dec 13, 2024
aaaf230
Add border radius to product training tooltip wrapper
ishpaul777 Dec 13, 2024
e2645c7
Refactor tooltip content for improved clarity and emphasis in English…
ishpaul777 Dec 13, 2024
f22bbc2
format
ishpaul777 Dec 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/components/ProductTrainingContext/index.tsx
Co-authored-by: rayane-djouah <77965000+rayane-djouah@users.noreply.github.com>
ishpaul777 and rayane-djouah authored Dec 12, 2024
commit 0c2c09d1f5570097a533b19438012227b563b327
2 changes: 1 addition & 1 deletion src/components/ProductTrainingContext/index.tsx
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ function ProductTrainingContextProvider({children}: ChildrenProps) {
return false;
}

// if hasbeenaddedtonudgemigration is true, and welcome modal is not dismissed, don't show tooltip
// if hasBeenAddedToNudgeMigration is true, and welcome modal is not dismissed, don't show tooltip
if (hasBeenAddedToNudgeMigration && !dismissedProductTraining?.[CONST.MIGRATED_USER_WELCOME_MODAL]) {
return false;
}