* feat: added new issue subscriber table * dev: notification model * feat: added CRUD operation for issue subscriber * Revert "feat: added CRUD operation for issue subscriber" This reverts commit b22e0625768f0b096b5898936ace76d6882b0736. * feat: added CRUD operation for issue subscriber * dev: notification models and operations * dev: remove delete endpoint response data * dev: notification endpoints and fix bg worker for saving notifications * feat: added list and unsubscribe function in issue subscriber * dev: filter by snoozed and response update for list and permissions * dev: update issue notifications * dev: notification segregation * dev: update notifications * dev: notification filtering * dev: add issue name in notifications * dev: notification new endpoints * fix: pushing local settings * feat: notification workflow setup and made basic UI * style: improved UX with toast alerts and other interactions refactor: changed classnames according to new theme structure, changed all icons to material icons * feat: showing un-read notification count * feat: not showing 'subscribe' button on issue created by user & assigned to user not showing 'Create by you' for view & guest of the workspace --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
90 lines
3 KiB
TypeScript
90 lines
3 KiB
TypeScript
export * from "./alarm-clock-icon";
|
|
export * from "./attachment-icon";
|
|
export * from "./backlog-state-icon";
|
|
export * from "./blocked-icon";
|
|
export * from "./blocker-icon";
|
|
export * from "./bolt-icon";
|
|
export * from "./calendar-before-icon";
|
|
export * from "./calendar-after-icon";
|
|
export * from "./calendar-month-icon";
|
|
export * from "./cancel-icon";
|
|
export * from "./cancelled-state-icon";
|
|
export * from "./clipboard-icon";
|
|
export * from "./color-pallette-icon";
|
|
export * from "./comment-icon";
|
|
export * from "./completed-cycle-icon";
|
|
export * from "./completed-state-icon";
|
|
export * from "./current-cycle-icon";
|
|
export * from "./cycle-icon";
|
|
export * from "./discord-icon";
|
|
export * from "./document-icon";
|
|
export * from "./edit-icon";
|
|
export * from "./ellipsis-horizontal-icon";
|
|
export * from "./external-link-icon";
|
|
export * from "./github-icon";
|
|
export * from "./heartbeat-icon";
|
|
export * from "./started-state-icon";
|
|
export * from "./layer-diagonal-icon";
|
|
export * from "./lock-icon";
|
|
export * from "./menu-icon";
|
|
export * from "./pencil-scribble-icon";
|
|
export * from "./plus-icon";
|
|
export * from "./person-running-icon";
|
|
export * from "./priority-icon";
|
|
export * from "./question-mark-circle-icon";
|
|
export * from "./setting-icon";
|
|
export * from "./signal-cellular-icon";
|
|
export * from "./stacked-layers-icon";
|
|
export * from "./started-state-icon";
|
|
export * from "./state-group-icon";
|
|
export * from "./tag-icon";
|
|
export * from "./tune-icon";
|
|
export * from "./unstarted-state-icon";
|
|
export * from "./upcoming-cycle-icon";
|
|
export * from "./user-group-icon";
|
|
export * from "./user-icon-circle";
|
|
export * from "./user-icon";
|
|
export * from "./grid-view-icons";
|
|
export * from "./assignment-clipboard-icon";
|
|
export * from "./tick-mark-icon";
|
|
export * from "./target-icon";
|
|
export * from "./contrast-icon";
|
|
export * from "./people-group-icon";
|
|
export * from "./cmd-icon";
|
|
export * from "./view-list-icon";
|
|
export * from "./exclamation-icon";
|
|
export * from "./arrow-right";
|
|
export * from "./cog";
|
|
export * from "./cloud-upload";
|
|
export * from "./users";
|
|
export * from "./import-layers";
|
|
export * from "./check";
|
|
export * from "./water-drop-icon";
|
|
export * from "./transfer-icon";
|
|
export * from "./pdf-file-icon";
|
|
export * from "./csv-file-icon";
|
|
export * from "./sheet-file-icon";
|
|
export * from "./doc-file-icon";
|
|
export * from "./html-file-icon";
|
|
export * from "./css-file-icon";
|
|
export * from "./js-file-icon";
|
|
export * from "./figma-file-icon";
|
|
export * from "./img-file-icon";
|
|
export * from "./png-file-icon";
|
|
export * from "./jpg-file-icon";
|
|
export * from "./svg-file-icon";
|
|
export * from "./txt-file-icon";
|
|
export * from "./triangle-exclamation-icon";
|
|
export * from "./default-file-icon";
|
|
export * from "./video-file-icon";
|
|
export * from "./audio-file-icon";
|
|
export * from "./command-icon";
|
|
export * from "./color-picker-icon";
|
|
export * from "./inbox-icon";
|
|
export * from "./stacked-layers-horizontal-icon";
|
|
export * from "./sort-icon";
|
|
export * from "./x-mark-icon";
|
|
export * from "./archive-icon";
|
|
export * from "./clock-icon";
|
|
export * from "./bell-icon";
|
|
export * from "./single-comment-icon";
|