bb-plane-fork/apiserver/plane/db/models
Henit Chobisa 4416419c9b feat: New Pages with Enhanced Document Editor Packages made over Editor Core 📝 (#2784)
* fix: page transaction model

* fix: page transaction model

* feat: updated ui for page route

* chore: initailized `document-editor` package for plane

* fix: format persistence while pasting markdown in editor

* feat: Inititalized Document-Editor and Editor with Ref

* feat: added tooltip component and slash command for editor

* feat: added `document-editor` extensions

* feat: added custom search component for embedding labels

* feat: added top bar menu component

* feat: created document-editor exposed components

* feat: integrated `document-editor` in `pages` route

* chore: updated dependencies

* feat: merge conflict resolution

* chore: modified configuration for document editor

* feat: added content browser menu for document editor summary

* feat: added fixed menu and editor instances

* feat: added document edittor instances and summary table

* feat: implemented document-editor in PageDetail

* chore: css and export fixes

* fix: migration and optimisation

* fix: added `on_create` hook in the core editor

* feat: added conditional menu bar action in document-editor

* feat: added menu actions from single page view

* feat: added services for archiving, unarchiving and retriving archived pages

* feat: added services for page archives

* feat: implemented page archives in page list view

* feat: implemented page archives in document-editor

* feat: added editor marking hook

* chore: seperated editor header from the main content

* chore: seperated editor summary utilities from the main editor

* chore: refactored necessary components from the document editor

* chore: removed summary sidebar component from the main content editor

* chore: removed scrollSummaryDependency from Header and Sidebar

* feat: seperated page renderer as a seperate component

* chore: seperated page_renderer and sidebar as component from index

* feat: added locked property to IPage type

* feat: added lock/unlock services in page service

* chore: seperated DocumentDetails as exported interface from index

* feat: seperated document editor configs as seperate interfaces

* chore: seperated menu options from the editor header component

* fix: fixed page_lock performing lock/unlock operation on queryset instead of single instance

* fix: css positioning changes

* feat: added archive/lock alert labels

* feat: added boolean props in menu-actions/options

* feat: added lock/unlock & archive/unarchive services

* feat: added on update mutations for archived pages in page-view

* feat: added archive/lock on_update mutations in single page vieq

* feat: exported readonly editor for locked pages

* chore: seperated kanban menu props and saved over passing redundant data

* fix: readonly editor not generating markings on first render

* fix: cheveron overflowing from editor-header

* chore: removed unused utility actions

* fix: enabled sidebar view by default

* feat: removed locking on pages in archived state

* feat: added indentation in heading component

* fix: button classnames in vertical dropdowns

* feat: added `last_archived_at` and `last_edited_at` details in editor-header

* feat: changed types for archived updates and document last updates

* feat: updated editor and header props

* feat: updated queryset according to new page query format

* feat: added parameters in page view for shared / private pages

* feat: updated other-page-view to shared page view && same with private pages

* feat: added page-view as shared / private

* fix: replaced deleting to archiving for pages

* feat: handle restoring of page from archived section from list view

* feat: made previledge based option render for pages

* feat: removed layout view for page list view

* feat: linting changes

* fix: adding mobx changes to pages

* fix: removed uneccessary migrations

* fix: mobx store changes

* fix: adding date-fns pacakge

* fix: updating yarn lock

* fix: removing unneccessary method params

* chore: added access specifier to the create/update page modal

* fix: tab view layout changes

* chore: delete endpoint for page

* fix: page actions, including- archive, favorite, access control, delete

* chore: remove archive page modal

* fix: build errors

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-12-07 19:59:35 +05:30
..
integration dev: code improvements and minor performance upgrades (#2201) 2023-11-01 20:35:06 +05:30
__init__.py fix: pages revamping (#2760) 2023-12-07 19:59:35 +05:30
analytic.py feat: analytics (#1018) 2023-05-11 16:57:03 +05:30
api.py feat: api webhooks (#2543) 2023-12-07 19:59:35 +05:30
asset.py fix: file asset delete (#2804) 2023-12-07 19:59:35 +05:30
base.py build: merge frontend and backend into a single repo 2022-11-30 02:47:42 +05:30
cycle.py feat: cycle and module sort order (#1841) 2023-08-11 16:03:15 +05:30
estimate.py fix: estimate points update (#1003) 2023-05-05 15:12:38 +05:30
exporter.py dev: code improvements and minor performance upgrades (#2201) 2023-11-01 20:35:06 +05:30
importer.py feat: delete imported data as well when the import is deleted (#974) 2023-05-02 00:53:08 +05:30
inbox.py feat: inbox (#1023) 2023-06-16 18:57:17 +05:30
issue.py feat: New Pages with Enhanced Document Editor Packages made over Editor Core 📝 (#2784) 2023-12-07 19:59:35 +05:30
module.py chore: module link model (#1905) 2023-08-18 15:50:48 +05:30
notification.py feat: notifications (#1363) 2023-07-11 13:36:31 +05:30
page.py fix: pages revamping (#2760) 2023-12-07 19:59:35 +05:30
project.py chore: user workflow (#2762) 2023-12-07 19:59:35 +05:30
social_connection.py dev: promote stage release to production (#155) 2023-01-10 23:55:47 +05:30
state.py fix: state ordering in group 2023-02-15 17:53:37 +05:30
user.py chore: user onboarding workflow (#2791) 2023-12-07 19:59:35 +05:30
view.py chore: removed project filter (#2284) 2023-09-27 19:16:22 +05:30
webhook.py feat: api webhooks (#2543) 2023-12-07 19:59:35 +05:30
workspace.py chore: user onboarding workflow (#2791) 2023-12-07 19:59:35 +05:30