-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(web): move icons to icons pkg
- Loading branch information
1 parent
15f686c
commit a719205
Showing
15 changed files
with
309 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,6 @@ templ AttachmentCard(props AttachmentCardProps) { | |
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
package components | ||
|
||
templ Base(head, body templ.Component, csrfToken string) { | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<title>SMTPBridge</title> | ||
<meta name="description" content="Bridge email to other messaging services."/> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/> | ||
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/> | ||
<link rel="manifest" href="/site.webmanifest"/> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/> | ||
<meta name="msapplication-TileColor" content="#da532c"/> | ||
<meta name="theme-color" content="#ffffff"/> | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<title>SMTPBridge</title> | ||
<meta name="description" content="Bridge email to other messaging services."/> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/> | ||
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/> | ||
<link rel="manifest" href="/site.webmanifest"/> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/> | ||
<meta name="msapplication-TileColor" content="#da532c"/> | ||
<meta name="theme-color" content="#ffffff"/> | ||
<meta name="gorilla.csrf.Token" content={ csrfToken } /> | ||
{! head } | ||
</head> | ||
<body hx-boost="true"> | ||
{! body } | ||
</body> | ||
</html> | ||
{! head } | ||
</head> | ||
<body hx-boost="true"> | ||
{! body } | ||
</body> | ||
</html> | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.