Skip to content

Commit

Permalink
Update app config
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgassler committed Jul 14, 2024
1 parent 9bd66fb commit 894cc05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 1 addition & 3 deletions webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
</head>

<body>
<webui-app-config src="appConfig.json"></webui-app-config>
<webui-app data-removeclass=".nav|open;.shared|open">
<webui-drawer slot="left" class="nav elevation-20" docked="true" data-state="slot|docked" data-moveable data-dockable>
<webui-flex justify="center" slot="header">
Expand All @@ -64,9 +65,6 @@ <h2 data-subscribe="page-subtitle" data-set="innerHTML"></h2>
<webui-myfi-info></webui-myfi-info>
</header>
<noscript>Javascript is required to view this site</noscript>
<webui-data data-app-name="Agent Squire"></webui-data>
<webui-data data-company-possessive="Stoic Dreams'"></webui-data>
<webui-data data-company-singular="Stoic Dreams"></webui-data>
<webui-page-footer copyright="2016" company="Stoic Dreams">
<webui-next-page theme="tertiary" family="duotone" data-subscribe="page-next-page"></webui-next-page>
<webui-flex class="my-3" justify="center">
Expand Down
6 changes: 6 additions & 0 deletions webapp/root_files/appConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"appName": "Agent Squire",
"companyPossessive": "Stoic Dreams'",
"companySingular": "Stoic Dreams",
"api": "https://api.myfi.ws"
}

0 comments on commit 894cc05

Please sign in to comment.