-
Notifications
You must be signed in to change notification settings - Fork 3
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
Activities list inline edit #389
Conversation
@@ -119,6 +68,7 @@ const eventListReducer = (state = DEFAULT_STATE, action) => { | |||
let {term} = payload; | |||
return {...state, term}; | |||
} | |||
case UPDATED_REMOTE_EVENTS: |
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.
this action is a no op
should be removed
@syoungfntech taking a quick look seems that |
Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
d2dde18
to
9bfc27f
Compare
Signed-off-by: Tomás Castillo <tomrndom@users.noreply.github.com>
Signed-off-by: Tomás Castillo <tomrndom@users.noreply.github.com>
Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
Signed-off-by: Tomás Castillo <tomrndom@users.noreply.github.com>
Signed-off-by: Tomás Castillo <tomrndom@users.noreply.github.com>
Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
… payload for bulk events Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
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.
@tomrndom please review comments
Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
Signed-off-by: Tomás Castillo <tomrndom@users.noreply.github.com>
Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
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.
LGTM
https://tipit.avaza.com/project/view/203215#!tab=task-pane&groupby=ProjectSection&view=vertical&task=3490056&stafilter=NotComplete&fileview=grid
Allow the ability to inline edit list (rows)
Checkbox selects (option for select all), enable inline edit (input texts) upon click of "Edit Selected" button
Editable columns: