ToolJet/frontend/assets/images/icons/editor/left-sidebar/comments-dark.svg

4 lines
1.6 KiB
XML
Raw Normal View History

<svg width="33" height="33" viewBox="0 0 33 33" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5417 12.8714C13.188 12.8714 12.8489 13.0119 12.5989 13.2619C12.3488 13.512 12.2083 13.8511 12.2083 14.2048V21.2619L13.7369 19.7333C13.862 19.6083 14.0315 19.5381 14.2083 19.5381H20.2083C20.562 19.5381 20.9011 19.3976 21.1511 19.1476C21.4012 18.8975 21.5417 18.5584 21.5417 18.2048V14.2048C21.5417 13.8511 21.4012 13.512 21.1511 13.2619C20.9011 13.0119 20.562 12.8714 20.2083 12.8714H13.5417ZM11.656 12.3191C12.1561 11.819 12.8344 11.5381 13.5417 11.5381H20.2083C20.9156 11.5381 21.5939 11.819 22.094 12.3191C22.594 12.8192 22.875 13.4975 22.875 14.2048V18.2048C22.875 18.912 22.594 19.5903 22.094 20.0904C21.5939 20.5905 20.9156 20.8714 20.2083 20.8714H14.4845L12.0131 23.3428C11.8224 23.5335 11.5357 23.5905 11.2865 23.4873C11.0374 23.3842 10.875 23.1411 10.875 22.8714V14.2048C10.875 13.4975 11.156 12.8192 11.656 12.3191ZM14.2083 15.5381C14.5765 15.5381 14.875 15.8366 14.875 16.2048V16.2114C14.875 16.5796 14.5765 16.8781 14.2083 16.8781C13.8401 16.8781 13.5417 16.5796 13.5417 16.2114V16.2048C13.5417 15.8366 13.8401 15.5381 14.2083 15.5381ZM16.875 15.5381C17.2432 15.5381 17.5417 15.8366 17.5417 16.2048V16.2114C17.5417 16.5796 17.2432 16.8781 16.875 16.8781C16.5068 16.8781 16.2083 16.5796 16.2083 16.2114V16.2048C16.2083 15.8366 16.5068 15.5381 16.875 15.5381ZM19.5417 15.5381C19.9099 15.5381 20.2083 15.8366 20.2083 16.2048V16.2114C20.2083 16.5796 19.9099 16.8781 19.5417 16.8781C19.1735 16.8781 18.875 16.5796 18.875 16.2114V16.2048C18.875 15.8366 19.1735 15.5381 19.5417 15.5381Z" fill="#C1C8CD"/>
Feature: Collaboration ( realtime comments for canvas ) 🔥 (#810) * feat: initial commit for collaboration feature * add dnd to comments * add positions endpoint * feat: encapsulate all http common logic in http-client * segregate sections and transfer responsibility of state * feat: use-spring to add fade effect :zap: * fix: open in right * fix: left-right position css * add footer for message * integrate getcomment endpoint * use fromnow for date ago * add dnd * - Add data trasfer object for comment - Add class-validator package to check the response type from client - Add comment repository class for persistance layer - Add comment service with std. http methods - Update controller with all http methods - Update comment module - Fix http-client bug when error is thrown * fix http client bug when error is thrown * feat: add entity thread * feat: add migrations for thread and comment * update entitites * add tid to migration * filter comments by tid(thread_id) * fix: comment migration, add missing column comment * feat: integrate in ui * feat: split comments based on app_id * fix: dnd to correct position * package json engines * engines update * update npm * npm 6 to 7 * fix: add user initials to thread * fix: add firtname lastname to the comments * - Return user object when save thread called - Hide password field from user response - Fix created_at date typo - Instead of fetch all threads on new thread added, add the response to array of existing threads * feat: update ui components * change icon on comments view * ui fixes * fix: close icon close the popover * temp: comment select: false * use currentUser from localStorage * fix: on click outside if comment is open, dont hit addThread * fix: auth token issue in http-client * on drag hide the comment if open * add jwt auth * spec: add test for comment & thread * cleanup: remove console.log * feat: add comment actions * feat: add edit, delete, resolve options * feat: add mentions component * feat: add nestjs websockets * temp * websocket: establish client-server communication * ws: add message listner to comments module in ui * feat: add broadcast method to broadcast new events to all clients :bomb: * ws: cleanup :call_me_hand: * fix: remove max height from comment actions * feat: add user mentions, emoji support * fix: add static list of users - temp * update and delete iterations * - Rename comment, thread to comments, threads - Add conditional actions - Show edit, delete only if he is comment owner - Show resolve only if he is thread owner * reset engines * move svgr webpack to deps * fix: ui issues * remove log stmt * refactor: move resolved icon to comment-header * feat: allow comments to be added on top of widgets * feat: add keyboard shortcut * scroll to bottom on comment add * ui fixes * feat: add react toast for notification display * feat: add comment badge * fix: ws connection * fix: ws * remove rvrse * feat: add comment sidebar * feat: add comment right sidebar * fix: add missing foreign key elements * - upgrade typeorm to 0.2.38 - comment sidebar ui - added filter ui * feat: on click of right sidebar notificaiton open the comment box * reset engines * fix: add organization id to the comment and thread module * fix: add current version id * add currentversion id * disable comments if no id present * temp:checking for heroku deploy * fetch app on edit and deploy version * rename current_version_id to app_versions_id * ui fixes * show mentioned user in blue color * add ui changes * add authorization for create thread * change color to blue on click of comment, add auth for other endpoints of thread * update threads, notifications using socket * add auth for comments * remove events spec file * fix duplicate key error * fix notificaitons updation on edit, delete, resolve buttons clicked * update notifications for edit * feature toggle changes for frontend * add check for comments server * add emoji mart package for emoji * add reply count in comment sidebar * subtract 1 from count in comment sidebar * change empty text when no comments available
2021-11-01 07:28:03 +00:00
</svg>