[PR #1146] [MERGED] Removing Tutorial code #17915

Closed
opened 2026-04-14 20:30:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1146
Author: @Shazib
Created: 6/17/2023
Status: Merged
Merged: 6/17/2023
Merged by: @j-f1

Base: masterHead: export-tidy


📝 Commits (9)

📊 Changes

25 files changed (+7 additions, -818 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.js (+0 -1)
packages/desktop-client/src/components/tutorial/AnimateIn.js (+0 -16)
packages/desktop-client/src/components/tutorial/BudgetCategories.js (+0 -47)
packages/desktop-client/src/components/tutorial/BudgetInitial.js (+0 -49)
packages/desktop-client/src/components/tutorial/BudgetNewIncome.js (+0 -48)
packages/desktop-client/src/components/tutorial/BudgetNextMonth.js (+0 -63)
packages/desktop-client/src/components/tutorial/BudgetSummary.js (+0 -56)
packages/desktop-client/src/components/tutorial/CategoryBalance.js (+0 -32)
packages/desktop-client/src/components/tutorial/DeleteTransactions.js (+0 -21)
packages/desktop-client/src/components/tutorial/Final.js (+0 -57)
packages/desktop-client/src/components/tutorial/Intro.js (+0 -64)
packages/desktop-client/src/components/tutorial/Navigation.js (+0 -39)
packages/desktop-client/src/components/tutorial/Overspending.js (+0 -95)
packages/desktop-client/src/components/tutorial/TransactionAdd.js (+0 -48)
packages/desktop-client/src/components/tutorial/TransactionEnter.js (+0 -28)
packages/desktop-client/src/components/tutorial/TransactionFinalize.js (+0 -31)
packages/desktop-client/src/components/tutorial/common.js (+0 -68)
📝 packages/desktop-electron/index.js (+1 -5)
📝 packages/desktop-electron/menu.js (+0 -14)
📝 packages/loot-core/src/client/constants.ts (+0 -3)

...and 5 more files

📄 Description

Carrying on from #1145 this PR removes the legacy tutorial/tour functionality.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/1146 **Author:** [@Shazib](https://github.com/Shazib) **Created:** 6/17/2023 **Status:** ✅ Merged **Merged:** 6/17/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `export-tidy` --- ### 📝 Commits (9) - [`8fcaa99`](https://github.com/actualbudget/actual/commit/8fcaa995b1c2bb6c37c29e1427442d80bc330db1) Remove unused exports - [`ae6adf6`](https://github.com/actualbudget/actual/commit/ae6adf636656ff5d89250b9482d715cb4efa889f) Add Release Notes - [`b4e766e`](https://github.com/actualbudget/actual/commit/b4e766ec989cec7912b73275111f5a0477a24a07) Removing unused functions - [`0a37705`](https://github.com/actualbudget/actual/commit/0a37705c34b4bc5c16062e93e5bb2092c455ad5c) Merge branch 'actualbudget:master' into export-tidy - [`2505471`](https://github.com/actualbudget/actual/commit/250547113489fdce55ec94ccc8fe0c06aa58520a) Merge branch 'export-tidy' of https://github.com/Shazib/actual into export-tidy - [`ff66c63`](https://github.com/actualbudget/actual/commit/ff66c632d494de33ecc70d3650e1d53d8ed19e05) Add Release Notes - [`06adff4`](https://github.com/actualbudget/actual/commit/06adff4c3f913f60aa217841050ce22ac3f7e3f6) Merge branch 'actualbudget:master' into export-tidy - [`1362313`](https://github.com/actualbudget/actual/commit/136231326e6f7ade810f3a209e005510d48a21d2) Removing Tutorial - [`181c78d`](https://github.com/actualbudget/actual/commit/181c78de0bbd295852e0daebfbd935698199f5b2) Add Release Notes ### 📊 Changes **25 files changed** (+7 additions, -818 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.js` (+0 -1) ➖ `packages/desktop-client/src/components/tutorial/AnimateIn.js` (+0 -16) ➖ `packages/desktop-client/src/components/tutorial/BudgetCategories.js` (+0 -47) ➖ `packages/desktop-client/src/components/tutorial/BudgetInitial.js` (+0 -49) ➖ `packages/desktop-client/src/components/tutorial/BudgetNewIncome.js` (+0 -48) ➖ `packages/desktop-client/src/components/tutorial/BudgetNextMonth.js` (+0 -63) ➖ `packages/desktop-client/src/components/tutorial/BudgetSummary.js` (+0 -56) ➖ `packages/desktop-client/src/components/tutorial/CategoryBalance.js` (+0 -32) ➖ `packages/desktop-client/src/components/tutorial/DeleteTransactions.js` (+0 -21) ➖ `packages/desktop-client/src/components/tutorial/Final.js` (+0 -57) ➖ `packages/desktop-client/src/components/tutorial/Intro.js` (+0 -64) ➖ `packages/desktop-client/src/components/tutorial/Navigation.js` (+0 -39) ➖ `packages/desktop-client/src/components/tutorial/Overspending.js` (+0 -95) ➖ `packages/desktop-client/src/components/tutorial/TransactionAdd.js` (+0 -48) ➖ `packages/desktop-client/src/components/tutorial/TransactionEnter.js` (+0 -28) ➖ `packages/desktop-client/src/components/tutorial/TransactionFinalize.js` (+0 -31) ➖ `packages/desktop-client/src/components/tutorial/common.js` (+0 -68) 📝 `packages/desktop-electron/index.js` (+1 -5) 📝 `packages/desktop-electron/menu.js` (+0 -14) 📝 `packages/loot-core/src/client/constants.ts` (+0 -3) _...and 5 more files_ </details> ### 📄 Description Carrying on from #1145 this PR removes the legacy tutorial/tour functionality. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-14 20:30:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#17915