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

feat(gnoweb): rework & Implement new gnoweb design #3195

Merged
merged 129 commits into from
Dec 16, 2024

chore: generate

7ddd33f
Select commit
Loading
Failed to load commit list.
Merged

feat(gnoweb): rework & Implement new gnoweb design #3195

chore: generate
7ddd33f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 16, 2024 in 1s

61.14% of diff hit (within 10.00% threshold of 63.11%)

View this Pull Request on Codecov

61.14% of diff hit (within 10.00% threshold of 63.11%)

Annotations

Check warning on line 55 in gno.land/cmd/gnoweb/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoweb/main.go#L40-L55

Added lines #L40 - L55 were not covered by tests

Check warning on line 57 in gno.land/cmd/gnoweb/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoweb/main.go#L57

Added line #L57 was not covered by tests

Check warning on line 60 in gno.land/cmd/gnoweb/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoweb/main.go#L60

Added line #L60 was not covered by tests

Check warning on line 139 in gno.land/cmd/gnoweb/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoweb/main.go#L63-L139

Added lines #L63 - L139 were not covered by tests

Check warning on line 147 in gno.land/cmd/gnoweb/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoweb/main.go#L146-L147

Added lines #L146 - L147 were not covered by tests

Check warning on line 151 in gno.land/cmd/gnoweb/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoweb/main.go#L151

Added line #L151 was not covered by tests

Check warning on line 174 in gno.land/cmd/gnoweb/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoweb/main.go#L173-L174

Added lines #L173 - L174 were not covered by tests

Check warning on line 179 in gno.land/cmd/gnoweb/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoweb/main.go#L178-L179

Added lines #L178 - L179 were not covered by tests

Check warning on line 193 in gno.land/cmd/gnoweb/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoweb/main.go#L190-L193

Added lines #L190 - L193 were not covered by tests

Check warning on line 195 in gno.land/cmd/gnoweb/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoweb/main.go#L195

Added line #L195 was not covered by tests

Check warning on line 60 in gno.land/pkg/gnoweb/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoweb/app.go#L60

Added line #L60 was not covered by tests

Check warning on line 83 in gno.land/pkg/gnoweb/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoweb/app.go#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 90 in gno.land/pkg/gnoweb/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoweb/app.go#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 124 in gno.land/pkg/gnoweb/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoweb/app.go#L118-L124

Added lines #L118 - L124 were not covered by tests

Check warning on line 134 in gno.land/pkg/gnoweb/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoweb/app.go#L129-L134

Added lines #L129 - L134 were not covered by tests

Check warning on line 17 in gno.land/pkg/gnoweb/components/breadcrumb.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoweb/components/breadcrumb.go#L16-L17

Added lines #L16 - L17 were not covered by tests

Check warning on line 43 in gno.land/pkg/gnoweb/components/help.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoweb/components/help.go#L42-L43

Added lines #L42 - L43 were not covered by tests

Check warning on line 42 in gno.land/pkg/gnoweb/components/index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoweb/components/index.go#L39-L42

Added lines #L39 - L42 were not covered by tests

Check warning on line 18 in gno.land/pkg/gnoweb/components/realm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoweb/components/realm.go#L15-L18

Added lines #L15 - L18 were not covered by tests

Check warning on line 22 in gno.land/pkg/gnoweb/components/realm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoweb/components/realm.go#L21-L22

Added lines #L21 - L22 were not covered by tests

Check warning on line 19 in gno.land/pkg/gnoweb/components/template.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoweb/components/template.go#L17-L19

Added lines #L17 - L19 were not covered by tests

Check warning on line 42 in gno.land/pkg/gnoweb/components/template.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoweb/components/template.go#L42

Added line #L42 was not covered by tests

Check warning on line 49 in gno.land/pkg/gnoweb/components/template.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoweb/components/template.go#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 59 in gno.land/pkg/gnoweb/components/template.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoweb/components/template.go#L52-L59

Added lines #L52 - L59 were not covered by tests

Check warning on line 61 in gno.land/pkg/gnoweb/components/template.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoweb/components/template.go#L61

Added line #L61 was not covered by tests