-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NGO Admin] Add form wizard #811
base: main
Are you sure you want to change the base?
Conversation
commit 742f250 Author: imdeaconu <[email protected]> Date: Wed Sep 11 19:54:55 2024 +0300 add read notification checkmark commit ea11fa0 Author: imdeaconu <[email protected]> Date: Wed Sep 11 19:54:30 2024 +0300 add read notification column
commit d8833dc Author: imdeaconu <[email protected]> Date: Fri Sep 13 13:29:31 2024 +0300 WIP: add selector functionality commit 3608c0e Author: imdeaconu <[email protected]> Date: Fri Sep 13 10:00:05 2024 +0300 WIP: create new tags input
)" This reverts commit 2ad0e90.
…to commitglobal-main
…to commitglobal-main
…to commitglobal-main-s1
@imdeaconu is attempting to deploy a commit to the Code for Romania Team on Vercel. A member of the Team first needs to authorize it. |
import { Label } from '../ui/label'; | ||
|
||
export const LanguageSelector: FC = () => { | ||
const { t, i18n } = useTranslation(); // not passing any namespace will use the defaultNS (by default set to 'translation') |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
const { t } = useTranslation('translation', { keyPrefix: 'electionEvent.form' }); | ||
const currentElectionRoundId = useCurrentElectionRoundStore((s) => s.currentElectionRoundId); | ||
const createFormFromFormDialog = useCreateFormFromFormDialog(); | ||
const { createForm, openReuseFormPreview } = useCreateFormFromForm(); |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
|
||
export const FormBuilderScreenScratch: FC = () => { | ||
const { t } = useTranslation('translation', { keyPrefix: 'electionEvent.form' }); | ||
const form = useForm<EditFormType>({ |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
Adds a form wizard that allows users to create a form from scratch or from a template