plane/web
Aaryan Khandelwal d78b4dccf3
chore: implemented CRUD operations in all the layouts (#2505)
* chore: basic crud operations added to the list view

* refactor: cycle details page

* refactor: module details page

* chore: added quick actions to kanban issue block

* chore: implement quick actions in calendar layout

* fix: custom menu component

* chore: separate quick action dropdowns implemented

* style: loader for calendar

* fix: build errors
2023-10-20 17:07:46 +05:30
..
components chore: implemented CRUD operations in all the layouts (#2505) 2023-10-20 17:07:46 +05:30
constants chore: impleted store for issue reaction, comments, and comment reactions. implemented ui and compoennts for issue reactions in issue peek overview (#2498) 2023-10-20 12:33:39 +05:30
contexts dev: implemented inbox using MobX (#2440) 2023-10-16 17:10:37 +05:30
helpers chore: implemented CRUD operations in all the layouts (#2505) 2023-10-20 17:07:46 +05:30
hooks chore: updated display properties endpoint (#2486) 2023-10-19 14:53:01 +05:30
layouts fix: workspaces list not being fetched, display properties endpoint updated (#2493) 2023-10-19 17:24:10 +05:30
lib fix: issues mutation on changing filters (#2485) 2023-10-19 15:04:22 +05:30
pages chore: implemented CRUD operations in all the layouts (#2505) 2023-10-20 17:07:46 +05:30
public fix: Implementing mobx, refactoring service layer and rewriting components (#2441) 2023-10-15 23:50:12 +05:30
services fix: workspaces list not being fetched, display properties endpoint updated (#2493) 2023-10-19 17:24:10 +05:30
store chore: implemented CRUD operations in all the layouts (#2505) 2023-10-20 17:07:46 +05:30
styles refactor: spreadsheet layout (#2478) 2023-10-18 19:18:01 +05:30
types chore: updated display properties endpoint (#2486) 2023-10-19 14:53:01 +05:30
.env.example chore: updated docker naming conventions (#2239) 2023-09-22 13:21:55 +05:30
.eslintrc.js chore: eslint config package fixes (#2165) 2023-09-13 12:06:17 +05:30
.prettierrc fix: Implementing mobx, refactoring service layer and rewriting components (#2441) 2023-10-15 23:50:12 +05:30
Dockerfile.dev dev: Docker Compose for Local Dev Environment Setup (#2409) 2023-10-13 12:16:08 +05:30
Dockerfile.web [chore] Update setup.sh, with removed replacement script & added project-level ENVs (#2115) 2023-09-13 20:21:02 +05:30
google.d.ts New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
manifest.json New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
next-env.d.ts New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
next.config.js feat: default project cover images tab on the change cover popover (#2375) 2023-10-04 20:04:35 +05:30
package.json fix: Implementing mobx, refactoring service layer and rewriting components (#2441) 2023-10-15 23:50:12 +05:30
postcss.config.js feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
sentry.client.config.js New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
sentry.edge.config.js New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
sentry.properties New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
sentry.server.config.js New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
tailwind.config.js feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
tsconfig.json New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30