Skip to content

fix: Extract $i from account.ts into reactiveAccount.ts to fix circular dependency

Minneyar requested to merge minneyar/firefish:fix-10791 into develop

What does this PR do?

This extracts the $i variable from account.ts into a separate file, reactiveAccount.ts. This fixes a circular dependency that existed between account.ts and os.ts and was preventing the web interface from loading in some environments.

Fixes #10791 (closed)

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request
  • I have made sure to run pnpm run format before submitting this pull request

If this merge request makes changes to the Firefish API, please update docs/api-change.md

  • This merge request doesn't include API changes

Merge request reports