-
Notifications
You must be signed in to change notification settings - Fork 112
Show shared forms on navigation #763
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
Conversation
292f12b to
d8e25c1
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Should probably be "My forms" instead. cc @jancborchardt |
f39287f to
a823386
Compare
Yeah, if you have a look onto the first two pictures of my prev. comment, this is already 'Your Forms' and 'Shared with you', as Jan told me. I think the most important question is for now: How do we list the forms on navigation? @jancborchardt @skjnldsv
|
a823386 to
1bbea36
Compare
|
I think this one you posted looks most proper @jotoeri? It’s similar to the Settings with "Personal" and "Admin" headings in the nav, isn’t that in the components as well? Cause the headings themselves actually do not need to be selectable entries, just separators. |
39b2df3 to
08849e8
Compare
933254e to
0053b90
Compare
e311b96 to
9b23728
Compare
|
Just thougth about the access stuff again, to fix the redirect-thing #539. As it also clarifies/secures the work & code here, i squashed it in here, instead of a separate PR, that would change the changes of this PR afterwards. |
4ac1750 to
2eedc3d
Compare
171d43b to
a0efe7d
Compare
|
Just added and already squashed one more small fix, that i just found: 171d43b |
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
Having separate Components to reuse AppContent Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
Empty-Content if noForms Empty-Content if unaccessable hash Empty-Content if user can't submit anymore. Reset Empty-Content and data, when switching form Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
abffe91 to
af0c72c
Compare
skjnldsv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good for me! Please rebase 🚀
|
Ah, sorry, I thought I saw a fixup! ALl good then! 🚢 |



Show the shared forms on navigation. Implements #364