Skip to content
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

Open
wants to merge 83 commits into
base: main
Choose a base branch
from

Conversation

imdeaconu
Copy link
Contributor

Adds a form wizard that allows users to create a form from scratch or from a template

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
Copy link

vercel bot commented Nov 13, 2024

@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

Unused variable t.
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

Unused variable openReuseFormPreview.

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

Unused variable form.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant