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

2092 Add payroll form UI #2149

Merged
merged 45 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
ccf784b
disable submit proposal when submitting
Da-Colon Jul 10, 2024
3a2af8f
clean up `isSubmitting` use
Da-Colon Jul 11, 2024
3decf0e
fix logic around closing drawer
Da-Colon Jul 11, 2024
fd7fa24
ensure roleInfo form validates
Da-Colon Jul 11, 2024
658bdae
add missing translation
Da-Colon Jul 11, 2024
1d81678
add padding to bottom to uncover button
Da-Colon Jul 11, 2024
1743abd
fix spacin for delete role menu
Da-Colon Jul 11, 2024
53300e0
Merge pull request #2137 from decentdao/issue/2115-dont-hide-sentry
DarksightKellar Jul 11, 2024
b8cf183
Merge pull request #2136 from decentdao/issue/2135-add-missing-transl…
adamgall Jul 11, 2024
f319402
Merge pull request #2134 from decentdao/issue/2129-bugfix-closing-drawer
adamgall Jul 11, 2024
59e57f1
Merge pull request #2131 from decentdao/issue/2127-disable-submit-button
adamgall Jul 11, 2024
fab4cf3
just meta.error
Da-Colon Jul 11, 2024
0a62463
Merge pull request #2133 from decentdao/issue/2128-roleinfo-validatio…
adamgall Jul 11, 2024
e0f453a
remove grid and adjust UI to fit width
Da-Colon Jul 11, 2024
3883391
Merge pull request #2140 from decentdao/issue/2139-cleanup-create-pro…
adamgall Jul 12, 2024
5f46add
fix error handling of role Info Form
Da-Colon Jul 12, 2024
199e3c3
no longer removes hat this way
Da-Colon Jul 12, 2024
1563aaa
don't show error until touched
Da-Colon Jul 12, 2024
bff60cd
no need to push this way
Da-Colon Jul 12, 2024
d6e9ea2
fix schema
Da-Colon Jul 12, 2024
94466e1
make nullable()
Da-Colon Jul 12, 2024
4a7737e
add stepper button variant for reuse
Da-Colon Jul 12, 2024
6138fd1
add foundation UI elements for payroll form
Da-Colon Jul 12, 2024
87f3be4
add base validation schema
Da-Colon Jul 12, 2024
fcd35de
add translations
Da-Colon Jul 12, 2024
d9c94d3
add try catch to capture invalid address formats in tests
Da-Colon Jul 13, 2024
3f16fa8
run netlify dev locally
Da-Colon Jul 13, 2024
4d75204
revert vite server port switch
Da-Colon Jul 13, 2024
80d914e
add script for netlify instead of changing dev script
Da-Colon Jul 14, 2024
1cdaaa6
add missing package, opps
Da-Colon Jul 14, 2024
d0ea840
Merge branch 'issue/2146-local-netlify-function' of github.com:decent…
Da-Colon Jul 14, 2024
4c37f27
hook up asset selector and amount inputs to form
Da-Colon Jul 15, 2024
7f63762
fix typo
Da-Colon Jul 15, 2024
852a2c3
Move role validation feedback text into translation
DarksightKellar Jul 15, 2024
aae75e5
Merge pull request #2147 from decentdao/issue/2146-local-netlify-func…
DarksightKellar Jul 15, 2024
16bbda4
Merge pull request #2145 from decentdao/issue/various-role-create-for…
DarksightKellar Jul 15, 2024
5670ed3
fix amount error handling
Da-Colon Jul 15, 2024
2fab4b6
connect frequency dropdown
Da-Colon Jul 16, 2024
f8d67bd
connect Frequency Amount to form
Da-Colon Jul 16, 2024
92be6e6
remove disable and add component to Tab
Da-Colon Jul 16, 2024
c4c2061
add const for amount label
Da-Colon Jul 16, 2024
41b8b7f
add conditional to schema for when payroll doesn't exist
Da-Colon Jul 16, 2024
eb8cf06
Merge branch 'develop' of github.com:decentdao/fractal-interface into…
Da-Colon Jul 16, 2024
1b10843
run pretty/lint
Da-Colon Jul 16, 2024
235feb9
style updates
Da-Colon Jul 16, 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
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[dev]
command = "vite --force" # This starts your Vite server
targetPort = 3000 # Vite server should run on this port
port = 8888 # Netlify Dev will proxy this port
Loading