mirror of
https://github.com/plankanban/planka.git
synced 2025-07-26 00:29:48 +02:00
Add user settings modal
This commit is contained in:
parent
af00e3e191
commit
c6ecf126d0
29 changed files with 570 additions and 455 deletions
|
@ -8,6 +8,13 @@ export const openUsersModal = () => ({
|
|||
},
|
||||
});
|
||||
|
||||
export const openUserSettingsModal = () => ({
|
||||
type: EntryActionTypes.MODAL_OPEN,
|
||||
payload: {
|
||||
type: ModalTypes.USER_SETTINGS,
|
||||
},
|
||||
});
|
||||
|
||||
export const openAddProjectModal = () => ({
|
||||
type: EntryActionTypes.MODAL_OPEN,
|
||||
payload: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue