enhanced navigation and added coach reassignment
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { apiGet, apiPut } from '../api.js';
|
||||
import { showToast } from '../app.js';
|
||||
import { pageHeaderHTML, showToast } from '../app.js';
|
||||
|
||||
let overview = null;
|
||||
let staleClients = [];
|
||||
@ -8,10 +8,7 @@ let followupSearch = '';
|
||||
export async function insightsPage() {
|
||||
const app = document.getElementById('app');
|
||||
app.innerHTML = `
|
||||
<div class="page-header">
|
||||
<h1>Insights</h1>
|
||||
<div class="actions"><a href="#/" class="btn">← Dashboard</a></div>
|
||||
</div>
|
||||
${pageHeaderHTML('Insights')}
|
||||
<div id="insightsContent"><div class="spinner"></div></div>
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user