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

fix: do not use the router in the store #2362

Merged
merged 1 commit into from
Oct 7, 2023

Conversation

raimund-schluessler
Copy link
Member

This PR removes the usage of router in the store. This prevents initializing the router if only the store is used.
As a side-effect, the bundles for talk and dashboard decreased in size by 1.3 MB.

Supersedes #2346.

@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

Merging #2362 (7efcbaf) into master (6f61459) will decrease coverage by 0.02%.
Report is 1 commits behind head on master.
The diff coverage is 0.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2362      +/-   ##
==========================================
- Coverage   26.53%   26.51%   -0.02%     
==========================================
  Files          62       63       +1     
  Lines        3068     3070       +2     
  Branches      681      683       +2     
==========================================
  Hits          814      814              
- Misses       2254     2256       +2     

@raimund-schluessler raimund-schluessler added this to the 0.16.0 milestone Oct 7, 2023
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
@raimund-schluessler raimund-schluessler merged commit 8d6622c into master Oct 7, 2023
13 of 15 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fix/noid/store-router branch October 7, 2023 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant