Tags: ppolxda/diffgram
Tags
fix: attribute group list fixes (diffgram#831) Co-authored-by: Pablo <[email protected]>
fix: prevent cancelling requests of task list (diffgram#830) The on destroy methods cancels the requests of the video previews as well as any other requests. Co-authored-by: Pablo <[email protected]>
fix: assignment issues on job detail (diffgram#825) Now the assignment and users display should display all users as expected. Co-authored-by: Pablo <[email protected]>
Login new assumptions (diffgram#820) * Restore Not sure why this was commented out but it's causing a vue warn Maybe other functions we need to restrict here but then let's remove it entirely etc * Add dedicated change button 1) The part that was confusing was that change project was within the project menu. So it meant that various conditions that made sense for most of the menu did not make sense for change project. 2) Now there is a dedicated change project, that will only show up when there is no active project, the user's email is verified, and there is a project available 3) Now the project/task menu only shows when there's an active project. While there's some UI trade offs for now that seems simpler then the disabled 4) Note for reactivity and context it seems that we need it in the menu and button while we could "get smart" about some of the other resume onboarding, change, new project etc. there are so many contextual things for now feels better to keep that screen open - again keeping in mind it's a fallback that users should rarely get to * Remove old code `annotation_assignment` Old iteration direction * Add clear_userProjects_list concept * Remove old annotation_project concept
Onboarding little updates (diffgram#811) * Add fix for some older email clients - Add a user visible plain text backup - Strong +1 to switch to the templating system so the changes to the sendgrid template are made in sendgrid and not here * Fix assumption in new context Fixes diffgram#808
Fancy email verify (diffgram#807) * Add fancy HTML template * add support for sending html
Fix: Missing param (diffgram#802) When we manually set props like this then it appears we need to also set default props. becuase it was not receiving a project string id the automatic project changer could not work
Fix Tree View (diffgram#800) * Replication of the bug * fix: count of attributes in list view * fix: remove default 100 on attribute template too * Delete console logs Co-authored-by: Vitalii Bulyzhyn <[email protected]> Co-authored-by: Pablo <[email protected]>
PreviousNext