plane/apps/app
pablohashescobar e9a0eb87cc
feat: inbox (#1023)
* dev: initialize inbox

* dev: inbox and inbox issues models, views and serializers

* dev: issue object filter for inbox

* dev: filter for search issues

* dev: inbox snooze and duplicates

* dev: set duplicate to null by default

* feat: inbox ui and services

* feat: project detail in inbox

* style: layout, popover, icons, sidebar

* dev: default inbox for project and pending issues count

* dev: fix exception when creating default inbox

* fix: empty state for inbox

* dev: auto issue state updation when rejected or marked duplicate

* fix: inbox update status

* fix: hydrating chose with old values

filters workflow

* feat: inbox issue filtering

* fix: issue inbox filtering

* feat: filter inbox issues

* refactor: analytics, border colors

* dev: filters and views for inbox

* dev: source for inboxissue and update list inbox issue

* dev: update list endpoint to house filters and additional data

* dev: bridge id for list

* dev: remove print logs

* dev: update inbox issue workflow

* dev: add description_html in issue details

* fix: inbox track event auth, chore: inbox issue action authorization

* fix: removed unnecessary api calls

* style: viewed issues

* fix: priority validation

* dev: remove print logs

* dev: update issue inbox update workflow

* chore: added inbox view context

* fix: type errors

* fix: build errors and warnings

* dev: update issue inbox workflow and log all the changes

* fix: filters logic, sidebar fields to show

* dev: update issue filtering status

* chore: update create inbox issue modal, fix: mutation issues

* dev: update issue accept workflow

* chore: add comment to inbox issues

* chore: remove inboxIssueId from url after deleting

* dev: update the issue triage workflow

* fix: mutation after issue status change

* chore: issue details sidebar divider

* fix: issue activity for inbox issues

* dev: update inbox perrmissions

* dev: create new permission layer

* chore: auth layer for inbox

* chore: show accepting status

* chore: show issue status at the top of issue details

---------

Co-authored-by: Dakshesh Jain <dakshesh.jain14@gmail.com>
Co-authored-by: gurusainath <gurusainath007@gmail.com>
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-06-16 18:57:17 +05:30
..
components feat: inbox (#1023) 2023-06-16 18:57:17 +05:30
constants feat: inbox (#1023) 2023-06-16 18:57:17 +05:30
contexts feat: inbox (#1023) 2023-06-16 18:57:17 +05:30
helpers Authentication Workflow fixes. Redirection fixes (#832) 2023-05-30 19:14:35 +05:30
hooks feat: inbox (#1023) 2023-06-16 18:57:17 +05:30
layouts Authentication Workflow fixes. Redirection fixes (#832) 2023-05-30 19:14:35 +05:30
lib Authentication Workflow fixes. Redirection fixes (#832) 2023-05-30 19:14:35 +05:30
pages feat: inbox (#1023) 2023-06-16 18:57:17 +05:30
public feat: inbox (#1023) 2023-06-16 18:57:17 +05:30
services feat: inbox (#1023) 2023-06-16 18:57:17 +05:30
styles Authentication Workflow fixes. Redirection fixes (#832) 2023-05-30 19:14:35 +05:30
types feat: inbox (#1023) 2023-06-16 18:57:17 +05:30
.eslintrc.js chore: replace nextjs Image element (#1227) 2023-06-07 01:56:21 +05:30
.prettierrc build: merge with latest changes update dockerfile to work with pnpm 2022-12-02 00:28:31 +05:30
Dockerfile.dev Improve apk usages in Dockerfile (#1198) 2023-06-07 12:30:42 +05:30
Dockerfile.web Improve apk usages in Dockerfile (#1198) 2023-06-07 12:30:42 +05:30
google.d.ts build: merge with latest changes update dockerfile to work with pnpm 2022-12-02 00:28:31 +05:30
manifest.json Refactoring Phase 1 (#199) 2023-01-26 23:42:20 +05:30
next-env.d.ts build: merge with latest changes update dockerfile to work with pnpm 2022-12-02 00:28:31 +05:30
next.config.js fix: docker image uploads (#1108) 2023-05-25 10:24:20 +05:30
package.json Authentication Workflow fixes. Redirection fixes (#832) 2023-05-30 19:14:35 +05:30
postcss.config.js Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30
sentry.client.config.js sentry changes (#255) 2023-02-08 20:44:35 +05:30
sentry.edge.config.js sentry changes (#255) 2023-02-08 20:44:35 +05:30
sentry.properties release: Stage Release (#251) 2023-02-08 10:15:18 +05:30
sentry.server.config.js sentry changes (#255) 2023-02-08 20:44:35 +05:30
tailwind.config.js fix: rich text editor (#1008) 2023-05-11 02:15:49 +05:30
tsconfig.json Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30