Skip to content

Commit

Permalink
Regenearte templates using templ v0.2.731
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmi committed Jul 1, 2024
1 parent 80a41a5 commit 74c81dc
Show file tree
Hide file tree
Showing 8 changed files with 148 additions and 138 deletions.
38 changes: 20 additions & 18 deletions internal/webui/template/base_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion internal/webui/template/geometry.templ
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package template

import (
"fmt"

"github.com/hansmi/dossier/pkg/geometry"
)

Expand Down
31 changes: 15 additions & 16 deletions internal/webui/template/geometry_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions internal/webui/template/image_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 20 additions & 18 deletions internal/webui/template/overview_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions internal/webui/template/page.templ
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ package template

import (
"fmt"
"strconv"

"github.com/hansmi/dossier/pkg/sketch"
"strconv"
)

templ PageContent(data PageData) {
Expand Down
Loading

0 comments on commit 74c81dc

Please sign in to comment.