Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v0.18-dev #29

Merged
merged 113 commits into from
Apr 19, 2024
Merged

release: v0.18-dev #29

merged 113 commits into from
Apr 19, 2024

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    fed5916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68ebcfd View commit details
    Browse the repository at this point in the history
  3. [WEB-830] chore: project filter dropdown custom date select option im…

    …provement (makeplane#4069)
    
    * chore: project filter dropdown custom date select option improvement
    
    * fix: project filter custom date
    anmolsinghbhatia committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e7fc942 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92fd7b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d485446 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91d85ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c97098 View commit details
    Browse the repository at this point in the history
  8. [WEB-850] chore: calendar layout add existing issue (makeplane#4094)

    * chore: calendar layout add existing issue added in project issue
    
    * chore: code refactor
    anmolsinghbhatia committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    bc0752f View commit details
    Browse the repository at this point in the history
  9. [WEB-756] chore: module and cycle feature toggle validation (makeplan…

    …e#4112)
    
    * chore: cycle and module feature issue block validation
    
    * chore: cycle and module feature display properties validation
    
    * chore: cycle and module feature display filters validation
    
    * chore: cycle and module feature project view validation
    anmolsinghbhatia committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e9518ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1fb8791 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0ab03c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    840bc51 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    4cba7ff View commit details
    Browse the repository at this point in the history
  2. Dropped version info from docker-compose files (makeplane#4096)

    According to the docker issue 11628
    (docker/compose#11628)
    the 'version' field in docker-compose files is outdated.
    It shows a warning like the following on hosts with a newer
    Docker version:
    
    ```
    WARN[0000] /srv/plane/docker-compose.yaml: `version` is obsolete
    ```
    
    Also, the specs itself state the version was only informative:
    https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-and-name-top-level-elements
    
    > The top-level `version` property is defined by the Compose
    > Specification for backward compatibility. It is only informative.
    > Compose doesn't use version to select an exact schema to
    > validate the Compose file, but prefers the most recent schema
    > when it's implemented.
    CrsiX committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    71b7300 View commit details
    Browse the repository at this point in the history
  3. [WEB-756] chore: spreadsheet layout cycle and module feature toggle v…

    …alidation (makeplane#4121)
    
    * chore: spreadsheet layout cycle and module feature toggle validation added
    
    * chore: project analytics cycle and module feature toggle validation added
    anmolsinghbhatia committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b4cc58d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3742ea9 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    62dac42 View commit details
    Browse the repository at this point in the history
  2. [WEB-914]: fix: Exception due to cycles and modules for undefined fie…

    …lds (makeplane#4127)
    
    * fix cycle types
    
    * fix module types
    rahulramesha committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    90609b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. fix: ingest events

    sriramveeraghanta committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    57f2445 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. [WEB - 898] fix: external webhooks (makeplane#4119)

    * fix: project webhooks
    
    * fix: issue and issue comment webhooks
    
    * dev: remove module and cycle issue webhooks
    
    * fix: linting errors
    pablohashescobar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2c8c139 View commit details
    Browse the repository at this point in the history
  2. [WEB - 908] chore: remove user dependency in dockerfile (makeplane#4124)

    * chore: remove user dependency from api container
    
    * dev: remove user assignment from dockerfile
    
    * dev: add logging configuration
    pablohashescobar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4f138ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd2cacb View commit details
    Browse the repository at this point in the history
  4. [WEB-905] chore: issue peek overview and kanban layout improvement (m…

    …akeplane#4135)
    
    * chore: peek overview and kanban card improvement
    
    * chore: peek overview improvement
    anmolsinghbhatia committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    986f81e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39b5a58 View commit details
    Browse the repository at this point in the history
  6. [WEB-916] fix: description editor missing when using create more butt…

    …on in create issue modal. (makeplane#4137)
    
    * [WEB-916] fix: description editor missing when using create more button in create issue modal.
    
    * chore: handle edge cases.
    
    * chore: handle edge cases.
    prateekshourya29 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8d00918 View commit details
    Browse the repository at this point in the history
  7. [WEB - 883] fix: external apis (makeplane#3975)

    * fix: external apis
    
    * dev: remove descrypt in email password
    
    * dev: add email as field in user serializer
    
    * dev: fix linting errors
    
    * dev: push commit to enable build triggers
    
    * fix: formatting errors
    
    * dev: remove instance value extraction
    pablohashescobar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9b09491 View commit details
    Browse the repository at this point in the history
  8. [WEB-406] chore: project inbox revamp (makeplane#4141)

    * chore: removed inbox id
    
    * fix: inbox changes
    
    * chore: resolved merge conflicts
    
    * chore: inbox issue response changes
    
    * chore: inbox issue filters
    
    * fix: inbox implementation revamp
    
    * fix: type fixes
    
    * fix: pagination implementation
    
    * fix: inbox fixes
    
    * fix: pagination fixes
    
    * fix: inbox Issues pagination fixes
    
    * chore: triage state change
    
    * fix: inbox fixes
    
    * chore: filtering using boolean
    
    * chore: total results in the pagination
    
    * fix: inbox main content changes
    
    * fix: develop pull fixes
    
    * chore: resolved build erros in inbox issues
    
    * dev: fix migrations
    
    * chore: module, labels and assignee in inbox
    
    * chore: inbox issue order by
    
    * chore: inbox filters
    
    * chore: inbox ui revamp
    
    * chore: inbox type updated
    
    * chore: updated filters
    
    * chore: updated filter menmbers and date types in inbox issue filter
    
    * chore: inbox issue filter updated
    
    * chore: updated date filter in the inbox issue filter
    
    * chore: moved the current tab state from local state to store
    
    * chore: updated the filter and fetch request in the inbox issues
    
    * chore: updated tab change handler
    
    * chore: handled isEmpty in the issue filters query params
    
    * chore: inbox sidebar updated
    
    * chore: enabled create inbox issue in mobx
    
    * chore: replaced the key inbox_status to status
    
    * chore: inbox sidebar pagination
    
    * chore: updated inbox issue services
    
    * chore: inbox sidebar total count indicator
    
    * chore: create inbox issue updated
    
    * chore: updated inbox issue sidebar layout
    
    * chore: rendering issue detail in inbox issue
    
    * chore: inbox issue content updated
    
    * chore: create inbox issue modal description improvement
    
    * fix: updated delete functionality in inbox store
    
    * chore: updated multiple inbox issue creation
    
    * chore: handled loading, empty states and inbox user access permissions
    
    * chore: updated rendering issues in the sidebar
    
    * chore: inbox sidebar label improvement
    
    * chore: handled empty states
    
    * chore: disabled inbox empty state added
    
    * chore: module, labels and assignee in list endpoint
    
    * chore: labels in list endpoint
    
    * chore: inboc issue serializer
    
    * chore: representation in serializer
    
    * chore: super function
    
    * chore: inbox empty state updated
    
    * chore: implemented applied filters
    
    * chore: inbox empty state updated
    
    * chore: update date formats in applied filters
    
    * chore: inbox skeleton updated
    
    * chore: ui changes in the siebar list item
    
    * chore: removed the module and cycle ids
    
    * chore: inbox sidebar tab
    
    * chore: inbox actions
    
    * chore: updated inbox issue header actions
    
    * chore: updated inbox issue code cleanup
    
    * chore: loader improvement
    
    * chore: inbox sidebar improvement
    
    * chore: inbox sidebar empty state flicker
    
    * fix: inbox issue delete operation
    
    * chore: inbox issue title and description update indicator added
    
    * fix: resolved issue property rendering in initial load
    
    * chore: inbox sidebar and detail header improvement
    
    * fix: handling selected filter in the issue filters and applied filters
    
    * chore: inbox issue detail improvement
    
    * chore: inbox issue label updated
    
    * chore: inbox issue sidebar improvement
    
    * fix: handling issue description update when we move between the issues in inbox
    
    * chore: removed inbox issue helpers file
    
    * chore: boolean checked
    
    * chore: resolved file change requests
    
    ---------
    
    Co-authored-by: NarayanBavisetti <[email protected]>
    Co-authored-by: sriram veeraghanta <[email protected]>
    Co-authored-by: pablohashescobar <[email protected]>
    Co-authored-by: Anmol Singh Bhatia <[email protected]>
    5 people committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ddb07db View commit details
    Browse the repository at this point in the history
  9. Added fonts loaded from Google Fonts locally (makeplane#4140)

    * Added all fonts locally
    
    * Included LICENSEs
    
    * Changed code to match linter-rules
    paul1278 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7bec244 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ea6d70 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c843a17 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    03df410 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. [WEB-881] fix: Sentry errors from previous build (makeplane#4142)

    * Sentry Fix for "Non-Error promise rejection captured with value: Route change to url was aborted"
    
    * Sentry fix for "undefined is not an object (evaluating 'n.response')"
    
    * Possible Sentry Fix for "TypeError Function.entries(<anonymous>)"
    
    * Possible Sentry fix for "null is not an object (evaluating 'e.type')"
    rahulramesha committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    95580d0 View commit details
    Browse the repository at this point in the history
  2. [WEB - 922]dev: fix workspace member caching (makeplane#4147)

    * dev: fix workspace member caching
    
    * fix: caching on debug
    pablohashescobar committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7e0520d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e86397b View commit details
    Browse the repository at this point in the history
  4. [WEB-904] chore: feature validation empty state (makeplane#4145)

    * chore: disable feature empty state added
    
    * chore: disable feature empty state updated
    anmolsinghbhatia committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    74a88fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b918b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d45476 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6990170 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b349de5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f805acb View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. [WEB-924] chore: remove Add Issues button from completed cycles hea…

    …der. (makeplane#4153)
    
    * [WEB-924] chore: remove `Add Issues` button from completed cycles header.
    
    * fix: analytics button.
    prateekshourya29 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3c2b2e3 View commit details
    Browse the repository at this point in the history
  2. [WEB-406] chore: project inbox improvement (makeplane#4151)

    * chore: inbox issue status pill improvement
    
    * chore: loader inconsistancy resolved
    
    * chore: accepted and decline inbox issue validation
    
    * chore: removed clear all button in applied filters
    
    * chore: inbox issue create label improvement
    
    * chore: updated label filter
    
    * chore: updated fetching activites and comments
    
    * chore: inbox filters date
    
    * chore: removed the print statement
    
    * chore: inbox date filter updated
    
    * chore: handled custom date filter in inbox issue query params
    
    * chore: handled custom date filter in inbox issue single select
    
    * chore: inbox custom date filter updated
    
    * chore: inbox sidebar filter improvement
    
    * chore: inbox sidebar filter improvement
    
    * chore: duplicate issue detail
    
    * chore: duplicate inbox issue improvement
    
    * chore: lint issue resolved
    
    ---------
    
    Co-authored-by: Anmol Singh Bhatia <[email protected]>
    Co-authored-by: NarayanBavisetti <[email protected]>
    3 people committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1dac70e View commit details
    Browse the repository at this point in the history
  3. [WEB-905] chore: kanban card icon color improvement (makeplane#4156)

    * chore: kanban card icon color improvement
    
    * chore: kanban card clickable area improvement
    anmolsinghbhatia committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    549790e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c806380 View commit details
    Browse the repository at this point in the history
  5. [WEB-926] fix: issue description component update handled in peek ove…

    …rview, issue detail, and inbox issues (makeplane#4159)
    
    * fix: issue description mutation
    
    * fix: implemented same issue description logic for issue detail and inbox issue description
    
    * fix: fixed parent issue title dissapearing while loading the issue detail page
    
    * chore: code cleanup
    
    * chore: handled exception when issue in not available in issue detail in issue store
    
    ---------
    
    Co-authored-by: sriram veeraghanta <[email protected]>
    gurusainath and sriramveeraghanta committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d0cb00f View commit details
    Browse the repository at this point in the history
  6. [WEB-927, WEB-928] fix: inbox issue bug fixes and improvement (makepl…

    …ane#4160)
    
    * chore: inbox duplicate issue modal improvement
    
    * chore: handled tab navigation in inbox issues and handled cross project inbox issues
    
    * chore: fetch inbox issue activity once the issue is updated in inbox issue
    
    * chore: disable duplicate inbox issue actions
    
    * chore: duplicate issue mutation in the inbox issue
    
    * chore: inbox create modal sidebar tab change updated
    
    * chore: multiple date selection in the inbox issue filters
    
    * chore: code refactor
    
    * chore: removed project dependancy on the inbox store structure
    
    ---------
    
    Co-authored-by: Anmol Singh Bhatia <[email protected]>
    gurusainath and anmolsinghbhatia committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f45c2d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91ed278 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7aa1d75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cfbc1a9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    43534dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f15c03 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c61705 View commit details
    Browse the repository at this point in the history
  13. [WEB-937] fix: inbox issue hook render issue and code refactor (makep…

    …lane#4168)
    
    * fix: inbox issue hook render issue and code refactor
    
    * fix: inbox issue hook render issue and code refactor
    anmolsinghbhatia committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5250c64 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9e3fedd View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. [WEB-905] fix: make entire Kanban issue block clickable (makeplane#4175)

    * make entire block clickable
    
    * left align title tooltip on kanban block
    
    * fix minor issue with kanban issue title
    
    * disable click inside the quick actions
    rahulramesha committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cd395fa View commit details
    Browse the repository at this point in the history
  2. [WEB-943] chore: inbox cancelled issue header action improvement (mak…

    …eplane#4172)
    
    * chore: inbox cancelled issue header action improvement
    
    * chore: code refactor
    anmolsinghbhatia committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b0ab170 View commit details
    Browse the repository at this point in the history
  3. [WEB-983] chore: dummy data script (makeplane#4173)

    * chore: dummy data script
    
    * fix: lint issues
    
    * chore: removed print statment
    NarayanBavisetti committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b90ca97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b6035d View commit details
    Browse the repository at this point in the history
  5. [WEB-460] refactor: editors, chore: pages list improvement (makeplane…

    …#4090)
    
    * fix: stroing the transactions in page
    
    * fix: page details changes
    
    * chore: page response change
    
    * chore: removed duplicated endpoints
    
    * chore: optimised the urls
    
    * chore: removed archived and favorite pages
    
    * chore: revamping pages store and components
    
    * mentions loading state part done
    
    * fixed mentions not showing in modals
    
    * removed comments and cleaned up types
    
    * removed unused types
    
    * reset: head
    
    * chore: pages store and component updates
    
    * style: pages list item UI
    
    * fix: improved colors and drag handle width
    
    * fix: slash commands are no more shown in the code blocks
    
    * fix: cleanup/hide drag handles post drop
    
    * fix: hide/cleanup drag handles post drag start
    
    * fix: aligning the drag handles better with the node post css changes of the length
    
    * fix: juggling back and forth of drag handles in ordered and unordered lists
    
    * chore: fix imports, ts errors and other things
    
    * fix: clearing nodes to default node i.e paragraph before converting it to other types of nodes
    
    For more reference on what this does, please refer https://tiptap.dev/docs/editor/api/commands/clear-nodes
    
    * chore: clearNodes after delete in case of selections being present
    
    * fix: hiding link selector in the bubble menu if inline code block is selected
    
    * chore: filtering, ordering and searching implemented
    
    * chore: updated pages store and updated UI
    
    * chore: new core editor just for document editor created
    
    * chore: removed setIsSubmitting prop in doc editor
    
    * fix: fixed submitting state for image uploads
    
    * refactor: setShouldShowAlert removed
    
    * refactor: rerenderOnPropsChange prop removed
    
    * chore: type inference magic in ref to expose an api for controlling editor menu items from outside
    
    * fix: naming imports
    
    * chore: change names of the exposed functions and removing old types
    
    * refactor: remove debouncedUpdatesEnabled prop;
    
    * refactor: editor heading markings now parsed using html
    
    * chore: removed unrelated components from the document editor
    
    * refactor: page details granular components
    
    * fix: remove onActionCompleteHandler
    
    * refactor: removed rerenderOnProps change prop
    
    * feat: added getMarkDown function
    
    * chore: update dropdown option actions
    
    * fix: sidebar markings update logic
    
    * chore: add image and to-do list actions to the toolbar
    
    * fix: handling refs and populating them via callbacks
    
    * feat: scroll to node api exposed
    
    * cleaning up editor refs when the editor is destroyed
    
    * feat: scrolling added to read only instance of the editor
    
    * fix: markings logic
    
    * fix: build errors with types
    
    * fix: build erros
    
    * fix: subscribing to transactions of editor via ref
    
    * chore: remove debug statements
    
    * fix: type errors
    
    * fix: temporary different slash commands for document editor
    
    * chore: inline code extension style
    
    * chore: remove border from readOnly editor
    
    * fix: editor bottom padding
    
    * chore: pages improvements
    
    * chore: handle Enter key on the page title
    
    * feat: added loading indicator logic in mentions
    
    * fix: mentions and slash commands now work well with multiple editors in one place
    
    * refactor: page store structure, filtering logic
    
    * feat: added better seperation in inline code blocks
    
    * feat: list autojoining added
    
    * fix: pages folder structure
    
    * fix: image refocus from external parts
    
    * working lists somewhat
    
    * chore: implement page reactions
    
    * fix: build errors
    
    * fix: build errors
    
    * fixed drag handles stuff
    
    * task list item fixed
    
    * working
    
    * fix: working on multiple nested lists
    
    * chore: remove debug statements
    
    * fix: Tab key on first list item handled to not go out of editor focus
    
    * feat: threshold auto scroll support added and multi nested list selection fixed
    
    * fix: caret color bug with improved inline code blocks
    
    * fix: node range error when bulk deleting with list
    
    * fix: removed slash commands from working in code blocks
    
    * chore: update typography margins
    
    * chore: new field added in page model
    
    * fix: better type inference in slash commands
    
    * chore: code block UI
    
    * feat: image insertion at correct position using ref added
    
    * feat: added improved mentions support for space
    
    * fix: type errors in mentions for comments in web app
    
    * sync: core with document-core
    
    * fix: build errors
    
    * fix: fallback for appendTo not being able to find active container instantly
    
    * fix: page store
    
    * fix: page description
    
    * fix: css quality issues
    
    * chore: code cleanup
    
    * chore: removed placeholder text in codeblocks
    
    * chore: archived pages response change
    
    * chore: archived pages response change
    
    * fix: initial pages list fetch
    
    * fix: pages list filters and ordering
    
    * chore: add access change option in the quick actions dropdown
    
    * fix: inline code block caret fixed
    
    * regression: removing extra text
    
    * chore: caret color removed
    
    * feat: copy code button added in code blocks
    
    * fix: initial load of page details
    
    * fix: initial load of page details
    
    * fix: image resizing weird behavior on click/expanding it too much fixed now
    
    * chore: copy page response
    
    * fix: todo list spacing
    
    * chore: description html in the copy page
    
    * chore: handle latest description on refetch
    
    * fix: saner scroll behaviours
    
    * fix: block menu positioning
    
    * fix: updated empty string description
    
    * feat: tab change sync support added
    
    * fix: infinite rerendering with markings
    
    * fix: block menu finally
    
    * fix: intial load on reload bug fixed
    
    * fix: nested lists alignment
    
    * fix: editor padding
    
    * fix: first level list items copyable
    
    * chore: list spacing
    
    * fix: title change
    
    * fix: pages list block items interaction
    
    * fix: saving chip position
    
    * fix: delete action from block menu to focus properly
    
    * fix: margin-bottom as 0 to avoid weird spacing when a paragraph node follows a list node
    
    * style: table, chore: lite text editor toolbar
    
    * fix: page description tab sync
    
    * fix: lists spacing and alignment
    
    * refactor: document editor props
    
    * feat: rich text editor wrapper created and migrated core
    
    * feat: created wrapper around lite text editor and merged core
    
    * chore: add lite text editor toolbar
    
    * fix: build errors
    
    * fix: type errors and addead live updation of toolbar
    
    * chore: pages migration
    
    * fix: inbox issue
    
    * refactor: remove redundant package
    
    * refactor: unused files
    
    * fix: add dompurify to space app
    
    * fix: inline code margin
    
    * fix: editor className props
    
    * fix: build errors
    
    * fix: traversing up the tree before assuming the parent is not a list item
    
    * fix: drag handle positions for list items fixed
    
    * fix: removed focus at end logic after deleting block
    
    * fix: image wrapper overflow scroll fix with block menu's position
    
    * fix: selection and deletion logic for nested lists fixed!!
    
    * fix: hiding the block menu while scrolling in the document/app
    
    * fix: merge conflicts resolved from develop
    
    * fix: inbox issue description
    
    * chore: move page title to the web app
    
    * fix: handling edge cases for table selection
    
    * chore: lint issues
    
    * refactor: list item functions moved to same file
    
    * refactor: use mention hook
    
    * fix: added try catch blocks for mention suggestions
    
    * chore: remove unused code
    
    * fix: remove console logs
    
    * fix: remove console logs
    
    ---------
    
    Co-authored-by: NarayanBavisetti <[email protected]>
    Co-authored-by: sriram veeraghanta <[email protected]>
    Co-authored-by: gurusainath <[email protected]>
    Co-authored-by: Palanikannan1437 <[email protected]>
    5 people committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3e2355e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. [WEB-1000] fix: handled edge case for color on custom analytics state…

    …_group (makeplane#4185)
    
    * chore: handled edge case for color on custom analytics state_group
    
    * fix: error handler
    gurusainath committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    251a432 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. [WEB-984] feat: integrated state filter in inbox issues filter (makep…

    …lane#4182)
    
    * chore: added state filtering in the inbox filters
    
    * chore: Clearing the issues when we apply filters
    gurusainath committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a44a032 View commit details
    Browse the repository at this point in the history
  2. [WEB-999] chore: updated UI improvements and workflow updates in the …

    …project inbox (makeplane#4180)
    
    * chore: snoozed filter in the issue inbox filter
    
    * chore: navigating to the next or previous issue when we accept, decline, or duplicate the issue in inbox
    
    * chore: Implemented state, label, assignee and target_date in the inbox issue description and Implemented issue edit confirmation once we click accept the inbox issue
    
    * chore: removed logs
    
    * chore: inbox issue create response
    
    * chore: update inbox issue response
    
    * chore: updated inbox issue accept workflow and added issue properties in inbox issue create modal
    
    * chore: resolved build errors and upgraded lucide react
    
    * chore: updated inbox issue store hook
    
    * chore: code cleanup and removed validation for inbox description
    
    * fix: renamed the variable isLoading to loader in project-inbox store
    
    * fix: updated set function for issue property update
    
    ---------
    
    Co-authored-by: NarayanBavisetti <[email protected]>
    gurusainath and NarayanBavisetti committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    20b0ede View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d58bc03 View commit details
    Browse the repository at this point in the history
  4. [WEB-994] fix: pages list mutation between projects (makeplane#4179)

    * fix: pages list mutation between projects
    
    * fix: page tab logic
    
    * chore: remove pageType from the project pages store
    
    * chore: rename computed helper functions
    aaryan610 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7507cb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    384624a View commit details
    Browse the repository at this point in the history
  6. [WEB-1004] feat: Pragmatic dnd implementation for Kanban (makeplane#4189

    )
    
    * Pragmatic drag and drop implmentation of Kanban
    
    * refactor pragmatic dnd implementation and fix bugs
    
    * fix dnd for modules, cycles, draft and project views
    rahulramesha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7a21855 View commit details
    Browse the repository at this point in the history
  7. [WEB-986] fix: editor slash command positioning (makeplane#4186)

    * fix: table selected cell border
    
    * chore: add syncing message when revalidating page data
    
    * fix: slash command positioning
    
    * fix: mentions list dropdown positioning
    aaryan610 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8454e4f View commit details
    Browse the repository at this point in the history
  8. [WEB-999] chore: inbox issue bug fixes and improvement (makeplane#4188)

    * chore: duplicate inbox issue header improvement
    
    * chore: snooze inbox issue header action improvement
    
    * fix: project inbox exception error
    
    * chore: inbox issue modal improvement
    
    * chore: code refactor
    
    * chore: Updated the inbox issue mutation
    
    ---------
    
    Co-authored-by: guru_sainath <[email protected]>
    anmolsinghbhatia and gurusainath committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7a4ee50 View commit details
    Browse the repository at this point in the history
  9. [WEB-989] chore: archived module and cycle sidebar details (makeplane…

    …#4191)
    
    * chore: module and cycle archive
    
    * fix: archived cycle sidebar details fetch
    
    * fix: archived module sidebar details fetch
    
    ---------
    
    Co-authored-by: NarayanBavisetti <[email protected]>
    anmolsinghbhatia and NarayanBavisetti committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    54196aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c670a31 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f4c528f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    77b323f View commit details
    Browse the repository at this point in the history
  13. [WEB-735] chore: added a custom placeholder prop to all the editors (m…

    …akeplane#4194)
    
    * chore: added a custom placeholder prop to all the editors
    
    * chore: inbox issue create modal placeholder
    aaryan610 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    abce0ed View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    963d078 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    18b5735 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a6d771 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6eed2c2 View commit details
    Browse the repository at this point in the history
  4. Update issue_details.ts (makeplane#4199)

    You should implement the interface here, not yourself
    17347013442 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    320cb94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41d8005 View commit details
    Browse the repository at this point in the history
  6. chore: fix some typos in comments (makeplane#4205)

    Signed-off-by: CoolCu <[email protected]>
    CoolCu committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f729e46 View commit details
    Browse the repository at this point in the history
  7. add a small min height for dropping issues incase tger are zero issue…

    …s in the entire row of columns (makeplane#4206)
    rahulramesha committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2311bd4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01f7328 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b931488 View commit details
    Browse the repository at this point in the history
  10. [WEB - 480] fix: horizontal rule drag and drop (makeplane#4200)

    * fix: horizontal rule parsing (with backwards compatibility) and ensuring correct selections
    
    * fix: table drag handle position
    
    * fix: code block drag handle positioning fixes
    
    * fix: blockquote duplication, selection and deletion fixed
    
    * fix: possible range errors and type errors
    Palanikannan1437 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    480aa90 View commit details
    Browse the repository at this point in the history
  11. [WEB-480] fix: image uploading with swr sync fixed for pages (makepla…

    …ne#4187)
    
    * fix: stroing the transactions in page
    
    * fix: page details changes
    
    * chore: page response change
    
    * chore: removed duplicated endpoints
    
    * chore: optimised the urls
    
    * chore: removed archived and favorite pages
    
    * chore: revamping pages store and components
    
    * mentions loading state part done
    
    * fixed mentions not showing in modals
    
    * removed comments and cleaned up types
    
    * removed unused types
    
    * reset: head
    
    * chore: pages store and component updates
    
    * style: pages list item UI
    
    * fix: improved colors and drag handle width
    
    * fix: slash commands are no more shown in the code blocks
    
    * fix: cleanup/hide drag handles post drop
    
    * fix: hide/cleanup drag handles post drag start
    
    * fix: aligning the drag handles better with the node post css changes of the length
    
    * fix: juggling back and forth of drag handles in ordered and unordered lists
    
    * chore: fix imports, ts errors and other things
    
    * fix: clearing nodes to default node i.e paragraph before converting it to other types of nodes
    
    For more reference on what this does, please refer https://tiptap.dev/docs/editor/api/commands/clear-nodes
    
    * chore: clearNodes after delete in case of selections being present
    
    * fix: hiding link selector in the bubble menu if inline code block is selected
    
    * chore: filtering, ordering and searching implemented
    
    * chore: updated pages store and updated UI
    
    * chore: new core editor just for document editor created
    
    * chore: removed setIsSubmitting prop in doc editor
    
    * fix: fixed submitting state for image uploads
    
    * refactor: setShouldShowAlert removed
    
    * refactor: rerenderOnPropsChange prop removed
    
    * chore: type inference magic in ref to expose an api for controlling editor menu items from outside
    
    * fix: naming imports
    
    * chore: change names of the exposed functions and removing old types
    
    * refactor: remove debouncedUpdatesEnabled prop;
    
    * refactor: editor heading markings now parsed using html
    
    * chore: removed unrelated components from the document editor
    
    * refactor: page details granular components
    
    * fix: remove onActionCompleteHandler
    
    * refactor: removed rerenderOnProps change prop
    
    * feat: added getMarkDown function
    
    * chore: update dropdown option actions
    
    * fix: sidebar markings update logic
    
    * chore: add image and to-do list actions to the toolbar
    
    * fix: handling refs and populating them via callbacks
    
    * feat: scroll to node api exposed
    
    * cleaning up editor refs when the editor is destroyed
    
    * feat: scrolling added to read only instance of the editor
    
    * fix: markings logic
    
    * fix: build errors with types
    
    * fix: build erros
    
    * fix: subscribing to transactions of editor via ref
    
    * chore: remove debug statements
    
    * fix: type errors
    
    * fix: temporary different slash commands for document editor
    
    * chore: inline code extension style
    
    * chore: remove border from readOnly editor
    
    * fix: editor bottom padding
    
    * chore: pages improvements
    
    * chore: handle Enter key on the page title
    
    * feat: added loading indicator logic in mentions
    
    * fix: mentions and slash commands now work well with multiple editors in one place
    
    * refactor: page store structure, filtering logic
    
    * feat: added better seperation in inline code blocks
    
    * feat: list autojoining added
    
    * fix: pages folder structure
    
    * fix: image refocus from external parts
    
    * working lists somewhat
    
    * chore: implement page reactions
    
    * fix: build errors
    
    * fix: build errors
    
    * fixed drag handles stuff
    
    * task list item fixed
    
    * working
    
    * fix: working on multiple nested lists
    
    * chore: remove debug statements
    
    * fix: Tab key on first list item handled to not go out of editor focus
    
    * feat: threshold auto scroll support added and multi nested list selection fixed
    
    * fix: caret color bug with improved inline code blocks
    
    * fix: node range error when bulk deleting with list
    
    * fix: removed slash commands from working in code blocks
    
    * chore: update typography margins
    
    * chore: new field added in page model
    
    * fix: better type inference in slash commands
    
    * chore: code block UI
    
    * feat: image insertion at correct position using ref added
    
    * feat: added improved mentions support for space
    
    * fix: type errors in mentions for comments in web app
    
    * sync: core with document-core
    
    * fix: build errors
    
    * fix: fallback for appendTo not being able to find active container instantly
    
    * fix: page store
    
    * fix: page description
    
    * fix: css quality issues
    
    * chore: code cleanup
    
    * chore: removed placeholder text in codeblocks
    
    * chore: archived pages response change
    
    * chore: archived pages response change
    
    * fix: initial pages list fetch
    
    * fix: pages list filters and ordering
    
    * chore: add access change option in the quick actions dropdown
    
    * fix: inline code block caret fixed
    
    * regression: removing extra text
    
    * chore: caret color removed
    
    * feat: copy code button added in code blocks
    
    * fix: initial load of page details
    
    * fix: initial load of page details
    
    * fix: image resizing weird behavior on click/expanding it too much fixed now
    
    * chore: copy page response
    
    * fix: todo list spacing
    
    * chore: description html in the copy page
    
    * chore: handle latest description on refetch
    
    * fix: saner scroll behaviours
    
    * fix: block menu positioning
    
    * fix: updated empty string description
    
    * feat: tab change sync support added
    
    * fix: infinite rerendering with markings
    
    * fix: block menu finally
    
    * fix: intial load on reload bug fixed
    
    * fix: nested lists alignment
    
    * fix: editor padding
    
    * fix: first level list items copyable
    
    * chore: list spacing
    
    * fix: title change
    
    * fix: pages list block items interaction
    
    * fix: saving chip position
    
    * fix: delete action from block menu to focus properly
    
    * fix: margin-bottom as 0 to avoid weird spacing when a paragraph node follows a list node
    
    * style: table, chore: lite text editor toolbar
    
    * fix: page description tab sync
    
    * fix: lists spacing and alignment
    
    * refactor: document editor props
    
    * feat: rich text editor wrapper created and migrated core
    
    * feat: created wrapper around lite text editor and merged core
    
    * chore: add lite text editor toolbar
    
    * fix: build errors
    
    * fix: type errors and addead live updation of toolbar
    
    * chore: pages migration
    
    * fix: inbox issue
    
    * refactor: remove redundant package
    
    * refactor: unused files
    
    * fix: add dompurify to space app
    
    * fix: inline code margin
    
    * fix: editor className props
    
    * fix: build errors
    
    * fix: traversing up the tree before assuming the parent is not a list item
    
    * fix: drag handle positions for list items fixed
    
    * fix: removed focus at end logic after deleting block
    
    * fix: image wrapper overflow scroll fix with block menu's position
    
    * fix: selection and deletion logic for nested lists fixed!!
    
    * fix: hiding the block menu while scrolling in the document/app
    
    * fix: merge conflicts resolved from develop
    
    * fix: inbox issue description
    
    * chore: move page title to the web app
    
    * fix: handling edge cases for table selection
    
    * chore: lint issues
    
    * refactor: list item functions moved to same file
    
    * refactor: use mention hook
    
    * fix: added try catch blocks for mention suggestions
    
    * chore: remove unused code
    
    * fix: remove console logs
    
    * fix: remove console logs
    
    * fix: tracking image uploading status to prevent sync rerenders
    
    * chore: remove unnecessary props
    
    * fix: type of cancel button changed to button instead of default submit
    
    * feat: editor focus on saved position while syncing via swr
    
    ---------
    
    Co-authored-by: NarayanBavisetti <[email protected]>
    Co-authored-by: sriram veeraghanta <[email protected]>
    Co-authored-by: gurusainath <[email protected]>
    Co-authored-by: Aaryan Khandelwal <[email protected]>
    5 people committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c18265c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dce3f4b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    247720b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e952d88 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    50825b5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2ab4d99 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    59772be View commit details
    Browse the repository at this point in the history
  18. [WEB-480] fix: code block paste from VSCode and indentation (makeplan…

    …e#4198)
    
    * fix: stroing the transactions in page
    
    * fix: page details changes
    
    * chore: page response change
    
    * chore: removed duplicated endpoints
    
    * chore: optimised the urls
    
    * chore: removed archived and favorite pages
    
    * chore: revamping pages store and components
    
    * mentions loading state part done
    
    * fixed mentions not showing in modals
    
    * removed comments and cleaned up types
    
    * removed unused types
    
    * reset: head
    
    * chore: pages store and component updates
    
    * style: pages list item UI
    
    * fix: improved colors and drag handle width
    
    * fix: slash commands are no more shown in the code blocks
    
    * fix: cleanup/hide drag handles post drop
    
    * fix: hide/cleanup drag handles post drag start
    
    * fix: aligning the drag handles better with the node post css changes of the length
    
    * fix: juggling back and forth of drag handles in ordered and unordered lists
    
    * chore: fix imports, ts errors and other things
    
    * fix: clearing nodes to default node i.e paragraph before converting it to other types of nodes
    
    For more reference on what this does, please refer https://tiptap.dev/docs/editor/api/commands/clear-nodes
    
    * chore: clearNodes after delete in case of selections being present
    
    * fix: hiding link selector in the bubble menu if inline code block is selected
    
    * chore: filtering, ordering and searching implemented
    
    * chore: updated pages store and updated UI
    
    * chore: new core editor just for document editor created
    
    * chore: removed setIsSubmitting prop in doc editor
    
    * fix: fixed submitting state for image uploads
    
    * refactor: setShouldShowAlert removed
    
    * refactor: rerenderOnPropsChange prop removed
    
    * chore: type inference magic in ref to expose an api for controlling editor menu items from outside
    
    * fix: naming imports
    
    * chore: change names of the exposed functions and removing old types
    
    * refactor: remove debouncedUpdatesEnabled prop;
    
    * refactor: editor heading markings now parsed using html
    
    * chore: removed unrelated components from the document editor
    
    * refactor: page details granular components
    
    * fix: remove onActionCompleteHandler
    
    * refactor: removed rerenderOnProps change prop
    
    * feat: added getMarkDown function
    
    * chore: update dropdown option actions
    
    * fix: sidebar markings update logic
    
    * chore: add image and to-do list actions to the toolbar
    
    * fix: handling refs and populating them via callbacks
    
    * feat: scroll to node api exposed
    
    * cleaning up editor refs when the editor is destroyed
    
    * feat: scrolling added to read only instance of the editor
    
    * fix: markings logic
    
    * fix: build errors with types
    
    * fix: build erros
    
    * fix: subscribing to transactions of editor via ref
    
    * chore: remove debug statements
    
    * fix: type errors
    
    * fix: temporary different slash commands for document editor
    
    * chore: inline code extension style
    
    * chore: remove border from readOnly editor
    
    * fix: editor bottom padding
    
    * chore: pages improvements
    
    * chore: handle Enter key on the page title
    
    * feat: added loading indicator logic in mentions
    
    * fix: mentions and slash commands now work well with multiple editors in one place
    
    * refactor: page store structure, filtering logic
    
    * feat: added better seperation in inline code blocks
    
    * feat: list autojoining added
    
    * fix: pages folder structure
    
    * fix: image refocus from external parts
    
    * working lists somewhat
    
    * chore: implement page reactions
    
    * fix: build errors
    
    * fix: build errors
    
    * fixed drag handles stuff
    
    * task list item fixed
    
    * working
    
    * fix: working on multiple nested lists
    
    * chore: remove debug statements
    
    * fix: Tab key on first list item handled to not go out of editor focus
    
    * feat: threshold auto scroll support added and multi nested list selection fixed
    
    * fix: caret color bug with improved inline code blocks
    
    * fix: node range error when bulk deleting with list
    
    * fix: removed slash commands from working in code blocks
    
    * chore: update typography margins
    
    * chore: new field added in page model
    
    * fix: better type inference in slash commands
    
    * chore: code block UI
    
    * feat: image insertion at correct position using ref added
    
    * feat: added improved mentions support for space
    
    * fix: type errors in mentions for comments in web app
    
    * sync: core with document-core
    
    * fix: build errors
    
    * fix: fallback for appendTo not being able to find active container instantly
    
    * fix: page store
    
    * fix: page description
    
    * fix: css quality issues
    
    * chore: code cleanup
    
    * chore: removed placeholder text in codeblocks
    
    * chore: archived pages response change
    
    * chore: archived pages response change
    
    * fix: initial pages list fetch
    
    * fix: pages list filters and ordering
    
    * chore: add access change option in the quick actions dropdown
    
    * fix: inline code block caret fixed
    
    * regression: removing extra text
    
    * chore: caret color removed
    
    * feat: copy code button added in code blocks
    
    * fix: initial load of page details
    
    * fix: initial load of page details
    
    * fix: image resizing weird behavior on click/expanding it too much fixed now
    
    * chore: copy page response
    
    * fix: todo list spacing
    
    * chore: description html in the copy page
    
    * chore: handle latest description on refetch
    
    * fix: saner scroll behaviours
    
    * fix: block menu positioning
    
    * fix: updated empty string description
    
    * feat: tab change sync support added
    
    * fix: infinite rerendering with markings
    
    * fix: block menu finally
    
    * fix: intial load on reload bug fixed
    
    * fix: nested lists alignment
    
    * fix: editor padding
    
    * fix: first level list items copyable
    
    * chore: list spacing
    
    * fix: title change
    
    * fix: pages list block items interaction
    
    * fix: saving chip position
    
    * fix: delete action from block menu to focus properly
    
    * fix: margin-bottom as 0 to avoid weird spacing when a paragraph node follows a list node
    
    * style: table, chore: lite text editor toolbar
    
    * fix: page description tab sync
    
    * fix: lists spacing and alignment
    
    * refactor: document editor props
    
    * feat: rich text editor wrapper created and migrated core
    
    * feat: created wrapper around lite text editor and merged core
    
    * chore: add lite text editor toolbar
    
    * fix: build errors
    
    * fix: type errors and addead live updation of toolbar
    
    * chore: pages migration
    
    * fix: inbox issue
    
    * refactor: remove redundant package
    
    * refactor: unused files
    
    * fix: add dompurify to space app
    
    * fix: inline code margin
    
    * fix: editor className props
    
    * fix: build errors
    
    * fix: traversing up the tree before assuming the parent is not a list item
    
    * fix: drag handle positions for list items fixed
    
    * fix: removed focus at end logic after deleting block
    
    * fix: image wrapper overflow scroll fix with block menu's position
    
    * fix: selection and deletion logic for nested lists fixed!!
    
    * fix: hiding the block menu while scrolling in the document/app
    
    * fix: merge conflicts resolved from develop
    
    * fix: inbox issue description
    
    * chore: move page title to the web app
    
    * fix: handling edge cases for table selection
    
    * chore: lint issues
    
    * refactor: list item functions moved to same file
    
    * refactor: use mention hook
    
    * fix: added try catch blocks for mention suggestions
    
    * chore: remove unused code
    
    * fix: remove console logs
    
    * fix: remove console logs
    
    * fix: code block paste handler
    
    * fix: tracking image uploading status to prevent sync rerenders
    
    * chore: remove unnecessary props
    
    * fix: code block pasting logic from vs code handled properly
    
    * feat: additional checks for doc bounds
    
    * fix: type of cancel button changed to button instead of default submit
    
    * feat: editor focus on saved position while syncing via swr
    
    * fix: type errors
    
    * fix: changing names of plugins and removing packages
    
    * fix: readonly editor synced
    
    * removed console logs
    
    * fix: stringifying instead of dom injection
    
    * fix: use-editor try catch error handling
    
    * fix: editor container click in try catch
    
    * fix: some more error handling
    
    * chore: removed commented out code
    
    * fix: backspace error handling
    
    ---------
    
    Co-authored-by: NarayanBavisetti <[email protected]>
    Co-authored-by: sriram veeraghanta <[email protected]>
    Co-authored-by: gurusainath <[email protected]>
    Co-authored-by: Aaryan Khandelwal <[email protected]>
    5 people committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    27db869 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a36836a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0705d25 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1549f3a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ec56671 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d307c72 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1080094 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. [WEB-1019] chore: error state for unauthorized pages (makeplane#4219)

    * chore: private page access
    
    * chore: add error state for private pages
    
    ---------
    
    Co-authored-by: NarayanBavisetti <[email protected]>
    aaryan610 and NarayanBavisetti committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1880eb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e76400 View commit details
    Browse the repository at this point in the history
  3. [WEB-1023] chore: page mention transactions (makeplane#4222)

    * chore: null validation for old value in pages
    
    * chore: page transaction activity
    
    * chore: serialized description_html
    NarayanBavisetti committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    68c870b View commit details
    Browse the repository at this point in the history
  4. [WEB-1005] chore: pragmatic drag n drop implementation for labels (ma…

    …keplane#4223)
    
    * pragmatic drag n drop implementation for labels
    
    * minor code quality improvements
    rahulramesha committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    10ed12e View commit details
    Browse the repository at this point in the history
  5. [WEB-1024] fix: textarea component auto-resize (makeplane#4221)

    * chore: updated resize hook logic
    
    * fix: page title overflow issue
    
    * chore: add length validation to page title
    aaryan610 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f0cb480 View commit details
    Browse the repository at this point in the history
  6. [WEB-987] fix: inbox issue activity (makeplane#4208)

    * chore: inbox issue activity
    
    * chore: dummy data script
    
    * chore: inbox issue activity implementation
    
    ---------
    
    Co-authored-by: Anmol Singh Bhatia <[email protected]>
    NarayanBavisetti and anmolsinghbhatia committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    bf9049a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdc73ce View commit details
    Browse the repository at this point in the history
  8. [WEB-999] fix: inbox sentry error and accept modal fix (makeplane#4226)

    * fix: inbox issue parent id sentry error
    
    * fix: inbox issue accept parent id fix
    anmolsinghbhatia committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0c0bdd6 View commit details
    Browse the repository at this point in the history
  9. [WEB-1026] chore: clear search query on project change (makeplane#4225)

    * chore: clear search query on project change
    
    * fix: project query search
    aaryan610 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0d70960 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7da2cb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    cb9fda8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    086d146 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    c1e5c0d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'preview' of https://github.com/makeplane/plane into pre…

    …view
    
    # Conflicts:
    #	yarn.lock
    Fix ARM Build Pipeline
    torbenraab committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a5d26c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9cd4f3 View commit details
    Browse the repository at this point in the history