plane/web
Henit Chobisa b5ac2f8078 [ FEATURE ] New Issue Widget for displaying issues inside document-editor (#2920)
* feat: added heading 3 in the editor summary markings

* feat: fixed editor and summary bar sizing

* feat: added `issue-embed` extension

* feat: exposed issue embed extension

* feat: added main embed config configuration to document editor body

* feat: added peek overview and issue embed fetch function

* feat: enabled slash commands to take additonal suggestions from editors

* chore: replaced `IssueEmbedWidget` into widget extension

* chore: removed issue embed from previous places

* feat: added issue embed suggestion extension

* feat: added issue embed suggestion renderer

* feat: added issue embed suggestions into extensions module

* feat: added issues in issueEmbedConfiguration in document editor

* chore: package fixes

* chore: removed log statements

* feat: added title updation logic into document editor

* fix: issue suggestion items, not rendering issue widget on enter

* feat: added error card for issue widget

* feat: improved focus logic for issue search and navigate

* feat: appended transactionid for issueWidgetTransaction

* chore: packages update

* feat: disabled editing of title in readonly mode

* feat: added issueEmbedConfig in readonly editor

* fix: issue suggestions not loading after structure changed to object

* feat: added toast messages for success/error messages from doc editor

* fix: issue suggestions sorting issue

* fix: formatting errors resolved

* fix: infinite reloading of the readonly document editor

* fix: css in avatar of issue widget card

* feat: added show alert on pages reload

* feat: added saving state for the pages editor

* fix: issue with heading 3 in side bar view

* style: updated issue suggestions dropdown ui

* fix: Pages intiliazation and mutation with updated MobX store

* fixed image uploads being cancelled on refocus due to swr

* fix: issue with same description rerendering empty content fixed

* fix: scroll in issue suggestion view

* fix: added submission prop

* fix: Updated the comment update to take issue id in inbox issues

* feat:changed date representation in IssueEmbedCard

* fix: page details mutation with optimistic updates using swr

* fix: menu options in read only editor with auth fixed

* fix: add error handling for title and page desc

* fixed yarn.lock

* fix: read-only editor title wrapping

* fix: build error with rich text editor

---------

Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
Co-authored-by: Palanikannan1437 <73993394+Palanikannan1437@users.noreply.github.com>
2023-12-07 19:59:35 +05:30
..
components [ FEATURE ] New Issue Widget for displaying issues inside document-editor (#2920) 2023-12-07 19:59:35 +05:30
constants style: image picker, spreadsheet view title, icons (#2988) 2023-12-07 19:59:35 +05:30
contexts feat: event tracking using posthog and created application provider to render multiple wrappers (#2757) 2023-12-07 19:59:35 +05:30
helpers fix: Permission levels for project settings (#2978) 2023-12-07 19:59:35 +05:30
hooks refactor: custom hook for sign in redirection (#2969) 2023-12-07 19:59:35 +05:30
layouts chore: updated sign-in workflows for cloud and self-hosted instances (#2994) 2023-12-07 19:59:35 +05:30
lib dev: instance setup workflow (#2935) 2023-12-07 19:59:35 +05:30
pages [ FEATURE ] New Issue Widget for displaying issues inside document-editor (#2920) 2023-12-07 19:59:35 +05:30
public chore: added authorization to pages (#3006) 2023-12-07 19:59:35 +05:30
services [ FEATURE ] New Issue Widget for displaying issues inside document-editor (#2920) 2023-12-07 19:59:35 +05:30
store fix: kanban board block's menu & drop delete. (#2987) 2023-12-07 19:59:35 +05:30
styles fix: Image Resizing and PR (#2996) 2023-12-07 19:59:35 +05:30
types chore: updated sign-in workflows for cloud and self-hosted instances (#2994) 2023-12-07 19:59:35 +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: removed unused packages and upgraded to next 14 (#2944) 2023-12-07 19:59:35 +05:30
package.json fix: upgrading types react package (#3014) 2023-12-07 19:59:35 +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