Vipin Chaudhary
14083ea7da
fix: handle shift tab tab-index focus ( #6554 )
...
* handle shift tab tab-index focus
* add comment
* fix double tap
* make label focus
* fix title focus
* focus discard and save
* remove comment
2025-02-08 20:54:23 +05:30
Aaryan Khandelwal
a5c2acb5f1
chore: update lucide-react versions ( #6551 )
2025-02-07 01:00:40 +05:30
Anmol Singh Bhatia
d2a6307bb0
fix: page version history application error ( #6529 )
2025-01-31 15:59:40 +05:30
Aaryan Khandelwal
ddad1767a2
fix: table flixker on resize ( #6524 )
2025-01-31 02:31:17 +05:30
Aaryan Khandelwal
6a37a2ce21
fix: link without protocol ( #6517 )
2025-01-30 20:25:00 +05:30
Aaryan Khandelwal
01bd1bde64
fix: table resize overflow issues ( #6520 )
2025-01-30 19:27:12 +05:30
Aaryan Khandelwal
b698f44500
[PE-155] chore: floating toolbar for pages ( #6482 )
...
* chore: add floating toolbar to pages
* fix: locked page toolbar
2025-01-28 20:21:09 +05:30
M. Palanikannan
421839ec51
[PE-255] fix: remove drag handles from content within table cells ( #6487 )
...
* fix: remove drag handles from content within table cells
* style: table cell padding
* style: table cell padding
* fix: insert resizable tables
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2025-01-28 20:20:40 +05:30
M. Palanikannan
940b5e4e44
fix: custom color extension markdown rule added now ( #6471 )
2025-01-28 20:20:23 +05:30
Aaryan Khandelwal
d08c03f557
[WEB-3203] fix: dashboard widgets' empty state content and assets ( #6450 )
...
* fix: empty state content
* chore: replace margin with padding
2025-01-24 15:23:41 +05:30
Aaryan Khandelwal
22836ea03e
fix: editor placeholder color ( #6430 )
2025-01-20 15:52:23 +05:30
Akshita Goyal
fd7eedc343
[WEB-3096] feat: stickies page ( #6380 )
...
* feat: added independent stickies page
* chore: randomized sticky color
* chore: search in stickies
* feat: dnd
* fix: quick links
* fix: stickies abrupt rendering
* fix: handled edge cases for dnd
* fix: empty states
* fix: build and lint
* fix: handled new sticky when last sticky is emoty
* fix: new sticky condition
* refactor: stickies empty states, store
* chore: update stickies empty states
* fix: random sticky color
* fix: header
* refactor: better error handling
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2025-01-16 19:57:51 +05:30
M. Palanikannan
a908bf9edd
[PE-232] chore: management of disabled extensions ( #6317 )
...
* chore: added mobile editor required changes
* fix: turbo.json
---------
Co-authored-by: Lakhan <Lakhanbaheti9@gmail.com >
2025-01-15 20:23:09 +05:30
M. Palanikannan
996d11de12
[PE-210] feat: editor performance ( #6269 )
...
* bump: upgrade editor
* fix: remove editor ref in use
* fix: added editor state to reduce rerenders
* fix: add editor rerendering optimization
* fix: wrong condition in scroll summary
* fix: removing ref usage internally in read only editor as well
* fix: remove unused methods from read only editor
* fix: add editable prop again
* regression: added the types for onHeadingChange
* fix: types
* fix: improve the check condition
2025-01-15 16:18:49 +05:30
sriram veeraghanta
3f708e451c
fix: update tailwind config package
2025-01-14 17:09:40 +05:30
Aaryan Khandelwal
ff8c5ee910
fix: floating toolbar ui ( #6368 )
2025-01-10 10:18:45 +05:30
Aaryan Khandelwal
8c57543f72
chore: update tiptap-task-item version and required css ( #6364 )
2025-01-09 16:21:35 +05:30
Aaryan Khandelwal
3ab959c682
[PE-228] fix: update tiptap package versions ( #6361 )
...
* fix: tiptap package versions
* chore: update tiptap/core package version
2025-01-09 14:52:41 +05:30
Aaryan Khandelwal
c2d8703acf
chore: add missing tiptap/html package to the editor ( #6346 )
2025-01-08 12:55:09 +05:30
Aaryan Khandelwal
88c26b334d
[PE-219] chore: new live server endpoint to convert description_html to all other formats ( #6310 )
...
* chore: new convert doucment endpoint created
* chore: update types
2025-01-07 19:15:37 +05:30
Aaryan Khandelwal
ae657af958
fix: reset text and background color ( #6336 )
2025-01-07 18:04:26 +05:30
Aaryan Khandelwal
752a27a175
[PE-97] refactor: pages actions ( #6234 )
...
* dev: support for edition specific options in pages
* refactor: page quick actions
* chore: add customizable page actions
* fix: type errors
* dev: hook to get page operations
* refactor: remove unnecessary props
* chore: add permisssions to duplicate page endpoint
* chore: memoize arranged options
* chore: use enum for page access
* chore: add type assertion
* fix: auth for access change and delete
* fix: removing readonly editor
* chore: add sync for page access cahnge
* fix: sync state
* fix: indexeddb sync loader added
* fix: remove node error fixed
* style: page title and checkbox
* chore: removing the syncing logic
* revert: is editable check removed in display message
* fix: editable field optional
* fix: editable removed as optional prop
* fix: extra options import fix
* fix: remove readonly stuff
* fix: added toggle access
* chore: add access change sync
* fix: full width toggle
* refactor: types and enums added
* refactore: update store action
* chore: changed the duplicate viewset
* fix: remove the page binary
* fix: duplicate page action
* fix: merge conflicts
---------
Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-12-31 12:54:09 +05:30
Aaryan Khandelwal
8d7425a3b7
[PE-182] refactor: pages' components and store for scalability ( #6283 )
...
* refactor: created a generic base page instance
* refactor: project store hooks
* chore: add missing prop declaration
* refactor: editor page root and body
* refactor: issue embed hook
* chore: update search entity types
* fix: version editor component
* fix: add page to favorites action
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
2024-12-27 20:41:38 +05:30
M. Palanikannan
20260f0720
[PE-101] feat: smooth scrolling in editor while dragging and dropping nodes ( #6233 )
...
* fix: smoother drag scrolling
* fix: refactoring out common fns
* fix: moved to mouse events instead of drag
* fix: improving the drag preview
* fix: added better selection logic
* fix: drag handle new way almost working
* fix: drag-handle old behaviour with better scrolling
* fix: remove experiments
* fix: better scroll thresholds
* fix: transition to drop cursor added
* fix: drag handling speed
* fix: cleaning up listeners
* fix: common out selection and dragging logic
* fix: scroll threshold logic fixed
2024-12-23 20:04:34 +05:30
M. Palanikannan
ac47cc62ee
[PE-102] fix: zooming for fullscreen images ( #6266 )
...
* fix: added magnification properly and also moving around the zoomed image
* fix: zoom via trackpad pinch
* fix: update imports
* fix: initial magnification is reset
2024-12-23 20:03:10 +05:30
sriram veeraghanta
60f7edcef8
fix: moving space constants to package
2024-12-21 17:17:43 +05:30
Aaryan Khandelwal
3c8c657ee0
fix: cn helper function inport error ( #6244 )
2024-12-20 14:17:22 +05:30
Aaryan Khandelwal
119d343d5f
[PE-93] refactor: editor mentions extension ( #6178 )
...
* refactor: editor mentions
* fix: build errors
* fix: build errors
* chore: add cycle status to search endpoint response
* fix: build errors
* fix: dynamic mention content in markdown
* chore: update entity search endpoint
* style: user mention popover
* chore: edition specific mention content handler
* chore: show deactivated user for old mentions
* chore: update search entity keys
* refactor: use editor mention hook
2024-12-20 13:41:25 +05:30
Aaryan Khandelwal
5773c2bde3
chore: gif support for editor ( #6219 )
2024-12-18 13:17:05 +05:30
M. Palanikannan
e33bae2125
[PE-92] fix: removing readonly collaborative document editor ( #6209 )
...
* fix: removing readonly editor
* fix: sync state
* fix: indexeddb sync loader added
* fix: remove node error fixed
* style: page title and checkbox
* chore: removing the syncing logic
* revert: is editable check removed in display message
* fix: editable field optional
* fix: editable removed as optional prop
* fix: extra options import fix
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2024-12-18 12:58:18 +05:30
Aaryan Khandelwal
580c4b1930
refactor: remove cn helper function from the editor package ( #6217 )
2024-12-18 12:22:14 +05:30
sriram veeraghanta
f06b1b8c4a
fix: updated package version
2024-12-10 21:02:29 +05:30
sriram veeraghanta
4b5a2bc4e5
chore: lint related changes and packaging fixes ( #6163 )
...
* fix: lint related changes and packaging fixes
* adding color validations
2024-12-06 14:56:49 +05:30
sriram veeraghanta
fa3aa362a9
fix: lint errors
2024-12-04 17:22:41 +05:30
Aaryan Khandelwal
64a44f4fce
style: add custom class to editor paragraph and heading blocks ( #6143 )
2024-12-04 13:43:52 +05:30
M. Palanikannan
3c6006d04a
[PE-31] feat: Add lock unlock archive restore realtime sync ( #5629 )
...
* fix: add lock unlock archive restore realtime sync
* fix: show only after editor loads
* fix: added strong types
* fix: live events fixed
* fix: remove unused vars and logs
* fix: converted objects to enum
* fix: error handling and removing the events in read only mode
* fix: added check to only update if the image aspect ratio is not present already
* fix: imports
* fix: props order
* revert: no need of these changes anymore
* fix: updated type names
* fix: order of things
* fix: fixed types and renamed variables
* fix: better typing for the real time updates
* fix: trying multiplexing our socket connection
* fix: multiplexing socket connection in read only editor as well
* fix: remove single socket logic
* fix: fixing the cleanup deps for the provider and localprovider
* fix: add a better data structure for managing events
* chore: refactored realtime events into hooks
* feat: fetch page meta while focusing tabs
* fix: cycling through items on slash command item in down arrow
* fix: better naming convention for realtime events
* fix: simplified localprovider initialization and cleaning
* fix: types from ui
* fix: abstracted away from exposing the provider directly
* fix: coderabbit suggestions
* regression: pass user in dependency array
* fix: removed page action api calls by the other users the document is synced with
* chore: removed unused imports
2024-12-02 14:26:36 +05:30
Aaryan Khandelwal
9f14167ef5
refactor: editor code splitting ( #6102 )
...
* fix: merge conflicts resolved from preview
* fix: space app build errors
* fix: product updates modal
* fix: build errors
* fix: lite text read only editor
* refactor: additional options push logic
2024-12-02 13:51:27 +05:30
Aaryan Khandelwal
11bfbe560a
fix: checked colored todo list item ( #6113 )
2024-12-02 13:47:50 +05:30
Aaryan Khandelwal
fc52936024
fix: escape markdown content for images ( #6096 )
2024-12-02 13:36:12 +05:30
sriram veeraghanta
f1e6f59716
chore: package version updated
2024-11-29 14:37:53 +05:30
sriram veeraghanta
d2758fe5e6
Revert "fix: refactor editor extensions code spliting"
...
This reverts commit 234513278f .
2024-11-27 18:20:41 +05:30
sriram veeraghanta
234513278f
fix: refactor editor extensions code spliting
2024-11-26 18:08:32 +05:30
Aaryan Khandelwal
9408e92e44
Revert "[WEB-1435] dev: conflict free issue descriptions ( #5912 )" ( #6000 )
...
This reverts commit e9680cab74 .
2024-11-15 17:13:31 +05:30
Aaryan Khandelwal
e9680cab74
[WEB-1435] dev: conflict free issue descriptions ( #5912 )
...
* chore: new description binary endpoints
* chore: conflict free issue description
* chore: fix submitting status
* chore: update yjs utils
* chore: handle component re-mounting
* chore: update buffer response type
* chore: add try catch for issue description update
* chore: update buffer response type
* chore: description binary in retrieve
* chore: update issue description hook
* chore: decode description binary
* chore: migrations fixes and cleanup
* chore: migration fixes
* fix: inbox issue description
* chore: move update operations to the issue store
* fix: merge conflicts
* chore: reverted the commit
* chore: removed the unwanted imports
* chore: remove unnecessary props
* chore: remove unused services
* chore: update live server error handling
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2024-11-15 16:38:58 +05:30
Aaryan Khandelwal
106710f3d0
fix: custom background color for table header ( #5989 )
2024-11-12 15:26:57 +05:30
Aaryan Khandelwal
97eb8d43d4
style: updated margins and font styles for editor ( #5978 )
...
* style: updated margins and font styles for editor
* fix: code block font size in small font
* fix: remove duplicate code
2024-11-11 16:10:47 +05:30
Aaryan Khandelwal
2193e8c79c
fix: editor user config ( #5974 )
2024-11-08 13:30:06 +05:30
Aaryan Khandelwal
b4de055463
[PULSE-42] feat: text alignment for all editors ( #5847 )
...
* feat: text alignment for editors
* fix: text alignment types
* fix: build errors
* fix: build error
* fix: toolbar movement post alignment selection
* fix: callout type
* fix: image node types
* chore: add ts error warning
2024-11-05 17:46:34 +05:30
Aaryan Khandelwal
bb311b750f
fix: wrong token being passed in the read-only editor ( #5954 )
...
* fix: wrong token
* chore: update useMemo dependencies
2024-11-05 17:45:53 +05:30
Aaryan Khandelwal
f205d72782
fix: floating toolbar max width ( #5949 )
2024-11-04 20:17:20 +05:30