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

AutoComplete clean-up #2349

Merged
merged 8 commits into from
Feb 21, 2024
Merged

AutoComplete clean-up #2349

merged 8 commits into from
Feb 21, 2024

Conversation

carkom
Copy link
Contributor

@carkom carkom commented Feb 9, 2024

Organizing and splitting filters Autocomplete. Splitting out headers function that was duplicated in all autocomplete elements.

Copy link

netlify bot commented Feb 9, 2024

Deploy Preview for actualbudget ready!

Name Link
🔨 Latest commit 0303587
🔍 Latest deploy log https://app.netlify.com/sites/actualbudget/deploys/65d5f3035d34580008f46b25
😎 Deploy Preview https://deploy-preview-2349.demo.actualbudget.org/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

github-actions bot commented Feb 9, 2024

Bundle Stats — desktop-client

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files count Total bundle size % Changed
10 4.45 MB → 4.45 MB (-476 B) -0.01%
Changeset
File Δ Size
src/components/autocomplete/FilterList.tsx 🆕 +1.15 kB 0 B → 1.15 kB
src/components/autocomplete/FilterAutocomplete.tsx 🆕 +451 B 0 B → 451 B
src/components/autocomplete/ItemHeader.tsx 🆕 +311 B 0 B → 311 B
src/components/util/GenericInput.jsx 📉 -5 B (-0.11%) 4.49 kB → 4.49 kB
src/components/modals/EditField.jsx 📉 -35 B (-0.51%) 6.7 kB → 6.66 kB
src/components/autocomplete/PayeeAutocomplete.tsx 📉 -305 B (-2.44%) 12.21 kB → 11.92 kB
src/components/autocomplete/CategoryAutocomplete.tsx 📉 -311 B (-4.17%) 7.29 kB → 6.98 kB
src/components/autocomplete/AccountAutocomplete.tsx 📉 -309 B (-6.12%) 4.93 kB → 4.63 kB
src/components/autocomplete/SavedFilterAutocomplete.tsx 🔥 -1.42 kB (-100%) 1.42 kB → 0 B
View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

No assets were bigger

Smaller

Asset File Size % Changed
static/js/index.js 2.74 MB → 2.74 MB (-476 B) -0.02%

Unchanged

Asset File Size % Changed
static/js/indexeddb-main-thread-worker-e59fee74.js 13.5 kB 0%
static/js/resize-observer.js 18.37 kB 0%
static/js/ButtonLink.js 379 B 0%
static/js/BackgroundImage.js 122.29 kB 0%
static/js/narrow.js 79.85 kB 0%
static/js/BalanceTooltip.js 6.06 kB 0%
static/js/MenuTooltip.js 20 kB 0%
static/js/wide.js 267.81 kB 0%
static/js/ReportRouter.js 1.2 MB 0%

Copy link
Contributor

github-actions bot commented Feb 9, 2024

Bundle Stats — loot-core

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files count Total bundle size % Changed
1 1.2 MB 0%

Changeset

No files were changed

View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

No assets were bigger

Smaller

No assets were smaller

Unchanged

Asset File Size % Changed
kcab.worker.js 1.2 MB 0%

@twk3
Copy link
Contributor

twk3 commented Feb 19, 2024

@carkom I think we just need to get the ci passing, then this is complete

@carkom carkom requested a review from twk3 February 21, 2024 14:05
Copy link
Contributor

@twk3 twk3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@carkom carkom merged commit 0609f47 into actualbudget:master Feb 21, 2024
19 checks passed
@trafico-bot trafico-bot bot added the ✨ Merged Pull Request has been merged successfully label Feb 21, 2024
@carkom carkom deleted the autoComplete branch February 21, 2024 18:59
FlorianLang06 pushed a commit to FlorianLang06/actual that referenced this pull request Mar 7, 2024
* AutoComplete clean-up

* notes

* lint fix

* fix tests

* review fix

* type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Merged Pull Request has been merged successfully
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants