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

Adds custom incident forms #4151

Merged
merged 42 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
6e937b8
New Forns tab and Forms settings pages
whitdog47 Nov 9, 2023
f806d71
Adding api layer
whitdog47 Nov 9, 2023
9baa071
Adding api for forms type
whitdog47 Nov 10, 2023
c5f2477
Modifying forms table to include new attributes
whitdog47 Nov 10, 2023
8dcbd9f
Merge
whitdog47 Nov 13, 2023
029b4c9
Allow editing of forms
whitdog47 Nov 15, 2023
dd0aa4e
Merge branch 'master' into enhancement/add-custom-incident-forms
whitdog47 Nov 15, 2023
362f5b5
Working on form schema
whitdog47 Nov 16, 2023
e6ed61a
Merge branch 'master' into enhancement/add-custom-incident-forms
whitdog47 Nov 16, 2023
65d3619
Converting generic form structure to form library
whitdog47 Nov 17, 2023
1924cf0
Merge branch 'master' into enhancement/add-custom-incident-forms
whitdog47 Nov 21, 2023
48f47ca
Fixing fields for new forms
whitdog47 Nov 21, 2023
ae28666
Adding new Attorney review form and more filter options
whitdog47 Nov 22, 2023
03b0ec9
Changing memo link to attorney questions and analysis
whitdog47 Nov 22, 2023
f9d6bb7
Fixing counter on filter box
whitdog47 Nov 27, 2023
42ed406
Merge branch 'master' into enhancement/add-custom-incident-forms
whitdog47 Nov 27, 2023
15d1d0d
Merge master
whitdog47 Dec 11, 2023
9ea6eff
Adding formkit pro options
whitdog47 Dec 12, 2023
f84794b
Merge branch 'master' into enhancement/add-custom-incident-forms
whitdog47 Dec 12, 2023
1092122
Adding FormKit Pro information
whitdog47 Dec 12, 2023
0bae0be
Merge master
whitdog47 Dec 19, 2023
1a13d58
Removing logging
whitdog47 Dec 19, 2023
c314ac8
Fixing lint errors
whitdog47 Dec 19, 2023
79bf263
Fixing lint errors
whitdog47 Dec 19, 2023
7544c9f
Removing npmrc to test playwright
whitdog47 Dec 19, 2023
707e6b6
Updating package lock
whitdog47 Dec 19, 2023
aa0e79b
Conditionally load pro module
whitdog47 Dec 19, 2023
ef8631a
Conditionally load pro module
whitdog47 Dec 19, 2023
b92f887
Conditionally load pro module
whitdog47 Dec 19, 2023
b87bcc9
Fixing lint errors
whitdog47 Dec 20, 2023
7b9a1c4
Conditionally load pro module
whitdog47 Dec 20, 2023
8961094
Conditionally load pro module
whitdog47 Dec 20, 2023
ab685b3
Conditionally load pro module
whitdog47 Dec 20, 2023
8922db3
Conditionally load pro module
whitdog47 Dec 20, 2023
31fe695
Conditionally load pro module
whitdog47 Dec 20, 2023
645073f
Conditionally load pro module
whitdog47 Dec 20, 2023
4a84bcc
Merge branch 'master' into enhancement/add-custom-incident-forms
whitdog47 Dec 20, 2023
5581c4b
Adding preinstall file for conditional load
whitdog47 Dec 22, 2023
bd758d1
Merge branch 'enhancement/add-custom-incident-forms' of https://githu…
whitdog47 Dec 22, 2023
01ea936
Merge master
whitdog47 Jan 3, 2024
d6e20df
Updating packages
whitdog47 Jan 3, 2024
37d19ed
Adding key prop to allow multiple conditions
whitdog47 Jan 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge
  • Loading branch information
whitdog47 committed Nov 13, 2023
commit 8dcbd9f4c1970be8e0b0a3841991e8657dd6c2d1
2 changes: 1 addition & 1 deletion src/dispatch/static/dispatch/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/dispatch/static/dispatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"vue-router": "^4.2.4",
"vue3-apexcharts": "^1.4.4",
"vue3-markdown-it": "^1.0.10",
"vuetify": "3.3.22",
"vuetify3-resize-drawer": "^2.1.1",
"vuetify": "3.4.0",
"vuex": "^4.1.0",
"vuex-map-fields": "^1.4.1"
},
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.