Supported public vs internal application comments, and moved some type dependencies to the shared lib
This commit is contained in:
@@ -16,7 +16,7 @@ import { Form } from 'vee-validate';
|
||||
import { onMounted, ref } from 'vue';
|
||||
import * as z from 'zod';
|
||||
import DateInput from '../form/DateInput.vue';
|
||||
import { ApplicationData } from '@/api/application';
|
||||
import { ApplicationData } from '@shared/types/application';
|
||||
|
||||
const regexA = /^https?:\/\/steamcommunity\.com\/id\/[A-Za-z0-9_]+\/?$/;
|
||||
const regexB = /^https?:\/\/steamcommunity\.com\/profiles\/\d+\/?$/;
|
||||
|
||||
Reference in New Issue
Block a user