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

refactor: Migrate App initialization from knockout to React #14033

Merged
merged 6 commits into from Nov 7, 2022

Conversation

przemvs
Copy link
Contributor

@przemvs przemvs commented Nov 3, 2022

Migrated Knockout rendering application to React.

Migrated with App-Loader, rendering content moved to id="wire-main".

@codecov
Copy link

codecov bot commented Nov 3, 2022

Codecov Report

Merging #14033 (a1a41ab) into dev (27bfb9b) will decrease coverage by 0.36%.
The diff coverage is 10.44%.

@@            Coverage Diff             @@
##              dev   #14033      +/-   ##
==========================================
- Coverage   41.46%   41.09%   -0.37%     
==========================================
  Files         599      604       +5     
  Lines       20795    20796       +1     
  Branches     4727     4719       -8     
==========================================
- Hits         8622     8547      -75     
- Misses      11076    11151      +75     
- Partials     1097     1098       +1     

src/script/main/app.ts Outdated Show resolved Hide resolved
src/script/main/app.ts Outdated Show resolved Hide resolved
src/script/main/app.ts Outdated Show resolved Hide resolved
src/page/index.ejs Outdated Show resolved Hide resolved
Comment on lines -32 to -33
data-uie-name="status-webapp"
data-uie-value="is-loading"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this migrated? I don't think I have seen those in the react component?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added it ! :)

src/script/main/app.ts Outdated Show resolved Hide resolved
@przemvs przemvs requested a review from atomrc November 7, 2022 08:50
@przemvs przemvs merged commit c228af4 into dev Nov 7, 2022
@przemvs przemvs deleted the refactor/migrate-initialization-app-to-react branch November 7, 2022 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants