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(pages): simplify page lifecycle removing the redundant concept of visibility #23

Merged
merged 1 commit into from
Jun 30, 2024

refactor(pages): simplify page lifecycle removing the redundant conce…

4192c70
Select commit
Loading
Failed to load commit list.
Merged

refactor(pages): simplify page lifecycle removing the redundant concept of visibility #23

refactor(pages): simplify page lifecycle removing the redundant conce…
4192c70
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 30, 2024 in 0s

0.00% of diff hit (target 0.00%)

View this Pull Request on Codecov

0.00% of diff hit (target 0.00%)

Annotations

Check warning on line 59 in src/pages/attach.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/attach.rs#L54-L59

Added lines #L54 - L59 were not covered by tests

Check warning on line 137 in src/pages/containers.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/containers.rs#L137

Added line #L137 was not covered by tests

Check warning on line 141 in src/pages/containers.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/containers.rs#L141

Added line #L141 was not covered by tests

Check warning on line 143 in src/pages/containers.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/containers.rs#L143

Added line #L143 was not covered by tests

Check warning on line 99 in src/pages/images.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/images.rs#L99

Added line #L99 was not covered by tests

Check warning on line 103 in src/pages/images.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/images.rs#L103

Added line #L103 was not covered by tests

Check warning on line 150 in src/pages/logs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/logs.rs#L144-L150

Added lines #L144 - L150 were not covered by tests

Check warning on line 172 in src/pages/logs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/logs.rs#L171-L172

Added lines #L171 - L172 were not covered by tests

Check warning on line 178 in src/pages/logs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/logs.rs#L178

Added line #L178 was not covered by tests

Check warning on line 27 in src/traits/page.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/traits/page.rs#L25-L27

Added lines #L25 - L27 were not covered by tests

Check warning on line 54 in src/ui/page_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ui/page_manager.rs#L54

Added line #L54 was not covered by tests

Check warning on line 97 in src/ui/page_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ui/page_manager.rs#L97

Added line #L97 was not covered by tests

Check warning on line 127 in src/ui/page_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ui/page_manager.rs#L127

Added line #L127 was not covered by tests

Check warning on line 85 in src/widgets/modal.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/widgets/modal.rs#L85

Added line #L85 was not covered by tests