[PR #438] [CLOSED] [WIP] Remove lively #3135

Closed
opened 2026-02-28 20:36:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/438
Author: @eshaffer321
Created: 1/9/2023
Status: Closed

Base: masterHead: remove-lively


📝 Commits (10+)

  • 86692bd Removed lively from ElementQuery
  • e185dc1 removed lively from budget index
  • 8dbd397 removed lively from sidebar usage
  • 613e3ab added for for undefined does not have property of map
  • 3118fd5 remove lively from old budget sheet
  • cc31ef8 WIP removing lively from Autocomplete
  • efe6da0 Still WIP removing lively from Autcomplete
  • 0394630 chore: remove more unused variables
  • 7c92b8c tests: fix
  • 4dcc4f9 fix: select date filtering by month #406 🚑

📊 Changes

803 files changed (+7489 additions, -27971 deletions)

View changed files

📝 .eslintrc.js (+8 -1)
📝 .github/actions/setup/action.yml (+1 -1)
📝 .github/workflows/build.yml (+17 -16)
.github/workflows/e2e-test.yml (+41 -0)
.github/workflows/stale-pr.yml (+19 -0)
📝 .github/workflows/stale.yml (+1 -3)
📝 .gitignore (+1 -1)
📝 .prettierrc.json (+3 -2)
📝 README.md (+12 -8)
📝 bin/package (+0 -21)
📝 package.json (+4 -2)
📝 packages/desktop-client/.gitignore (+1 -0)
📝 packages/desktop-client/README.md (+21 -1)
📝 packages/desktop-client/bin/build-browser (+2 -2)
📝 packages/desktop-client/bin/watch-browser (+2 -2)
📝 packages/desktop-client/config/paths.js (+0 -4)
packages/desktop-client/e2e/page-models/account-page.js (+114 -0)
packages/desktop-client/e2e/page-models/configuration-page.js (+10 -0)
packages/desktop-client/e2e/page-models/navigation.js (+15 -0)
packages/desktop-client/e2e/transactions.test.js (+84 -0)

...and 80 more files

📄 Description

  • Removing the experimental lively library and replacing with regular react hooks.

This is to address this issue:
https://github.com/actualbudget/actual/issues/126


🔄 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/438 **Author:** [@eshaffer321](https://github.com/eshaffer321) **Created:** 1/9/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `remove-lively` --- ### 📝 Commits (10+) - [`86692bd`](https://github.com/actualbudget/actual/commit/86692bd1781fa6a38df1792a8a741268511c8c99) Removed lively from ElementQuery - [`e185dc1`](https://github.com/actualbudget/actual/commit/e185dc145e92342e953949cd4a412e0c790040c1) removed lively from budget index - [`8dbd397`](https://github.com/actualbudget/actual/commit/8dbd397adf98a0000e76b34eb65d302a9c591b35) removed lively from sidebar usage - [`613e3ab`](https://github.com/actualbudget/actual/commit/613e3ab341beaed7094b4d0ab562fde54162c78a) added for for undefined does not have property of map - [`3118fd5`](https://github.com/actualbudget/actual/commit/3118fd5769626cfe9e56c1e048604d2ffd57bd6a) remove lively from old budget sheet - [`cc31ef8`](https://github.com/actualbudget/actual/commit/cc31ef8be733d39d6641ca3aff74845c83a1860a) WIP removing lively from Autocomplete - [`efe6da0`](https://github.com/actualbudget/actual/commit/efe6da0ebbc6f952d3936c85424ebd1191a63a4b) Still WIP removing lively from Autcomplete - [`0394630`](https://github.com/actualbudget/actual/commit/03946300717f2a123ae5fc8bd93c1b3bbe0cee4d) chore: remove more unused variables - [`7c92b8c`](https://github.com/actualbudget/actual/commit/7c92b8c66d59819315be9b1cfa91888d0e18c4f1) tests: fix - [`4dcc4f9`](https://github.com/actualbudget/actual/commit/4dcc4f90f9368dbe0c619e51320be4c6a82c3df3) fix: select date filtering by month #406 :ambulance: ### 📊 Changes **803 files changed** (+7489 additions, -27971 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+8 -1) 📝 `.github/actions/setup/action.yml` (+1 -1) 📝 `.github/workflows/build.yml` (+17 -16) ➕ `.github/workflows/e2e-test.yml` (+41 -0) ➕ `.github/workflows/stale-pr.yml` (+19 -0) 📝 `.github/workflows/stale.yml` (+1 -3) 📝 `.gitignore` (+1 -1) 📝 `.prettierrc.json` (+3 -2) 📝 `README.md` (+12 -8) 📝 `bin/package` (+0 -21) 📝 `package.json` (+4 -2) 📝 `packages/desktop-client/.gitignore` (+1 -0) 📝 `packages/desktop-client/README.md` (+21 -1) 📝 `packages/desktop-client/bin/build-browser` (+2 -2) 📝 `packages/desktop-client/bin/watch-browser` (+2 -2) 📝 `packages/desktop-client/config/paths.js` (+0 -4) ➕ `packages/desktop-client/e2e/page-models/account-page.js` (+114 -0) ➕ `packages/desktop-client/e2e/page-models/configuration-page.js` (+10 -0) ➕ `packages/desktop-client/e2e/page-models/navigation.js` (+15 -0) ➕ `packages/desktop-client/e2e/transactions.test.js` (+84 -0) _...and 80 more files_ </details> ### 📄 Description * Removing the experimental lively library and replacing with regular react hooks. This is to address this issue: https://github.com/actualbudget/actual/issues/126 --- <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-02-28 20:36:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3135