plane/web
M. Palanikannan 0c63f21718
fix: Task List Behaviour in Editor (#2789)
* better variable names and comments

* drag drop migrated

* custom horizontal rule created

* init transaction hijack

* fixed code block with better contrast, keyboard tripple enter press disabled and syntax highlighting

* fixed link selector closing on open behaviour

* added better keymaps and syntax highlights

* made drag and drop working for code blocks

* fixed drag drop for code blocks

* moved drag drop only to rich text editor

* fixed drag and drop only for description

* enabled drag handles for peek overview and main issues

* got images to old state

* fixed task lists to be smaller

* removed validate image functions and uncessary imports

* table icons svg attributes fixed

* custom list keymap extension added

* more uncessary imports of validate image removed

* removed console logs

* fixed drag-handle styles

* space styles updated for the editor

* removed showing quotes from blockquotes

* removed validateImage for now

* added better comments and improved redundant renders

* removed uncessary console logs

* created util for creating the drag handle element

* fixed file names
2023-11-18 16:20:35 +05:30
..
components feat: Instance Registration and Configuration (#2793) 2023-11-18 16:17:01 +05:30
constants feat: api webhooks (#2543) 2023-11-15 15:56:57 +05:30
contexts fix: spliting out the project members from project store and service (#2739) 2023-11-09 17:56:55 +05:30
helpers feat: api webhooks (#2543) 2023-11-15 15:56:57 +05:30
hooks fix: environment config changes in the API are replicated in web and space app (#2699) 2023-11-07 17:17:10 +05:30
layouts feat: Instance Registration and Configuration (#2793) 2023-11-18 16:17:01 +05:30
lib fix: project states fixes (#2731) 2023-11-08 20:31:46 +05:30
pages feat: Instance Registration and Configuration (#2793) 2023-11-18 16:17:01 +05:30
public feat: api webhooks (#2543) 2023-11-15 15:56:57 +05:30
services fix: Task List Behaviour in Editor (#2789) 2023-11-18 16:20:35 +05:30
store feat: Instance Registration and Configuration (#2793) 2023-11-18 16:17:01 +05:30
styles fix: Task List Behaviour in Editor (#2789) 2023-11-18 16:20:35 +05:30
types feat: Instance Registration and Configuration (#2793) 2023-11-18 16:17: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 fix: next image fixes for selfhosted instances (#2642) 2023-11-03 19:09:40 +05:30
package.json fix: package version fixes and mentions build error fixes (#2665) 2023-11-06 16:28:15 +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