feat: user page with volunteerskills picking support

This commit is contained in:
2025-06-02 06:50:21 +02:00
parent 9de5c85120
commit ae0fab301a
11 changed files with 522 additions and 31 deletions

View File

@@ -1,5 +1,7 @@
import { getEvent, getMyAccount, unhideElementById } from './generalUseHelpers.js';
async function createEvent() {
// Pobieranie danych z formularza
const title = (document.getElementById('title') as HTMLInputElement).value;