enhanced navigation and added coach reassignment
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { apiPost } from '../api.js';
|
||||
import { getRole, showToast } from '../app.js';
|
||||
import { getRole, pageHeaderHTML, showToast } from '../app.js';
|
||||
import { navigate } from '../router.js';
|
||||
|
||||
export function devPage() {
|
||||
@ -10,9 +10,7 @@ export function devPage() {
|
||||
|
||||
const app = document.getElementById('app');
|
||||
app.innerHTML = `
|
||||
<div class="page-header">
|
||||
<h1>Admin Settings</h1>
|
||||
</div>
|
||||
${pageHeaderHTML('Admin Settings')}
|
||||
<div class="card" style="max-width:720px;margin-bottom:16px">
|
||||
<h2 style="margin:0 0 8px;font-size:1.1rem">Export all response data (ZIP)</h2>
|
||||
<p class="field-hint" style="margin:0 0 14px">
|
||||
|
||||
Reference in New Issue
Block a user