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

Remove Save the World from Global Create, and move it into Settings #37175

Merged
merged 43 commits into from
Apr 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
118a6d4
Update ROUTES.ts
aeioual Feb 24, 2024
804fe4a
Update SCREENS.ts
aeioual Feb 24, 2024
9d3bec7
Update ModalStackNavigators.tsx
aeioual Feb 24, 2024
e4d9f7b
Update config.ts
aeioual Feb 24, 2024
cac93d7
Update ImTeacherUpdateEmailPage.tsx
aeioual Feb 24, 2024
c5658bd
Update IntroSchoolPrincipalPage.tsx
aeioual Feb 24, 2024
ece8a45
Update KnowATeacherPage.tsx
aeioual Feb 24, 2024
4d285c6
Update SaveTheWorldPage.tsx
aeioual Feb 24, 2024
a2cd758
Update InitialSettingsPage.js
aeioual Feb 24, 2024
89371d4
Update FloatingActionButtonAndPopover.js
aeioual Feb 24, 2024
b4ab920
Update Illustrations.ts
aeioual Feb 27, 2024
8dac188
Update SaveTheWorldPage.tsx
aeioual Feb 27, 2024
8d80ca0
Create simple-illustration__teachers-unite.svg
aeioual Feb 27, 2024
c28bb4d
merge changes
aeioual Feb 27, 2024
61ae205
Merge branch 'main' into issue36649
aeioual Feb 27, 2024
54f6ee8
Update InitialSettingsPage.tsx
aeioual Feb 27, 2024
b6b630e
Update InitialSettingsPage.tsx
aeioual Feb 27, 2024
94c9f2b
Update SCREENS.ts
aeioual Feb 29, 2024
9dfb26d
Merge branch 'Expensify:main' into issue36649
aeioual Feb 29, 2024
fad2fc1
Merge branch 'Expensify:main' into issue36649
aeioual Mar 4, 2024
5554088
Merge branch 'main' into issue36649
aeioual Mar 6, 2024
3270b83
Update ImTeacherUpdateEmailPage.tsx
aeioual Mar 6, 2024
2f2d147
Update IntroSchoolPrincipalPage.tsx
aeioual Mar 6, 2024
85aba8a
Update KnowATeacherPage.tsx
aeioual Mar 6, 2024
43d4a94
Merge branch 'Expensify:main' into issue36649
aeioual Mar 6, 2024
6a21c8c
Update KnowATeacherPage.tsx
aeioual Mar 6, 2024
3c292f8
Update IntroSchoolPrincipalPage.tsx
aeioual Mar 6, 2024
06405f2
fix lint
aeioual Mar 6, 2024
9268753
Merge branch 'main' into issue36649
aeioual Mar 13, 2024
a6e029c
Merge branch 'Expensify:main' into issue36649
aeioual Mar 17, 2024
daa6d4d
Reconfigure to default for IDEAL NAV 2
aeioual Mar 17, 2024
e60c461
Reconfigure to default for IDEAL NAV 2
aeioual Mar 17, 2024
f6a56c5
Move TeachersUnite to settings after IDEAL NAV 2
aeioual Mar 17, 2024
660c43d
Move TeachersUnite to settings after IDEAL NAV 2
aeioual Mar 17, 2024
06ef829
Move TeachersUnite to settings after IDEAL NAV 2
aeioual Mar 17, 2024
4ab2612
Merge branch 'main' into issue36649
aeioual Mar 19, 2024
14a280f
Merge branch 'main' into issue36649
aeioual Mar 20, 2024
c352e9b
Merge branch 'main' into issue36649
aeioual Mar 22, 2024
49c3366
Resolve merge conflict
aeioual Apr 5, 2024
4382bdd
Add modalstack navigator
aeioual Apr 5, 2024
161391d
Fix linter
aeioual Apr 5, 2024
9bdbb68
Merge branch 'Expensify:main' into issue36649
aeioual Apr 6, 2024
11fc00a
Remove old teachersunite route
aeioual Apr 6, 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
Merge branch 'main' into issue36649
  • Loading branch information
aeioual authored Mar 22, 2024
commit c352e9bba49b98fc91f3ea27b487eee48ec1785a
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function FloatingActionButtonAndPopover(props) {
text: translate('newTaskPage.assignTask'),
onSelected: () => interceptAnonymousUser(() => Task.clearOutTaskInfoAndNavigate()),
},
...(!props.isLoading && !Policy.hasActiveFreePolicy(props.allPolicies)
...(!props.isLoading && !Policy.hasActiveChatEnabledPolicies(props.allPolicies)
? [
{
displayInDefaultIconColor: true,
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.