Palanikannan1437
b34a7c3dbc
working
2024-03-28 19:23:51 +05:30
Palanikannan1437
60e38ebce9
task list item fixed
2024-03-28 16:30:02 +05:30
Palanikannan1437
48254977a0
fixed drag handles stuff
2024-03-28 16:11:18 +05:30
Palanikannan1437
c5814acb09
Merge branch 'fix/drag-handles' into chore/page-transactions
2024-03-28 12:27:55 +05:30
Palanikannan1437
94e83ab946
working lists somewhat
2024-03-28 12:14:57 +05:30
Palanikannan1437
35fe2987ff
Merge branch 'fix/image-refocus-pages' into chore/page-transactions
2024-03-28 12:11:36 +05:30
Palanikannan1437
eae2dc9b33
fix: image refocus from external parts
2024-03-28 12:10:36 +05:30
Palanikannan1437
a33106862b
Merge branch 'fix/inline-code-blocks-fake-cursor' into chore/page-transactions
2024-03-27 17:08:03 +05:30
Palanikannan1437
51af9e4d12
Merge branch 'feat/list-autojoins' into chore/page-transactions
2024-03-27 17:07:49 +05:30
Palanikannan1437
4b56cc5565
feat: list autojoining added
2024-03-27 17:07:05 +05:30
Palanikannan1437
8279e15dd8
feat: added better seperation in inline code blocks
2024-03-27 17:05:27 +05:30
Palanikannan1437
625205f972
fix: mentions and slash commands now work well with multiple editors in one place
2024-03-27 11:28:53 +05:30
Palanikannan1437
48f913fbe6
feat: added loading indicator logic in mentions
2024-03-26 16:32:07 +05:30
Palanikannan1437
2f4fc63858
Merge branch 'develop' into chore/page-transactions
2024-03-26 15:27:53 +05:30
rahulramesha
cb4cfa1dd5
[WEB-782] fix: Date timezone changes error ( #3992 )
...
* fix date related exceptions
* replace new Date from develop branch changes as well
* changes from self review
* wrap getDate logic with try catch to handle in case of error scenarios
* fix formatted time
2024-03-20 13:44:08 +05:30
sriram veeraghanta
473dfc7a5b
fix: merge conflicts resolved
2024-03-19 18:00:43 +05:30
rahulramesha
1a462711e1
[WEB-761] fix: Time zone date misalignment ( #3986 )
...
* fix date time misalignment
* fix failing build
* fix gantt chart view position fix
* comments for getDate method
* remove new Date() where not required
* changes from my self review
2024-03-19 17:40:20 +05:30
M. Palanikannan
0759666b75
[WEB-755] fix: Clearing nodes to default node i.e. paragraph before converting it to other type ( #3974 )
...
* 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
2024-03-18 12:51:35 +05:30
Palanikannan1437
543168a756
chore: fix imports, ts errors and other things
2024-03-14 13:17:51 +05:30
Palanikannan1437
8b297b2bda
fix: juggling back and forth of drag handles in ordered and unordered lists
2024-03-14 13:16:59 +05:30
Palanikannan1437
52b2fbefe1
fix: aligning the drag handles better with the node post css changes of the length
2024-03-14 13:15:38 +05:30
Palanikannan1437
15be7eeda3
fix: hide/cleanup drag handles post drag start
2024-03-14 13:14:44 +05:30
Palanikannan1437
252c8a30bc
fix: cleanup/hide drag handles post drop
2024-03-14 13:13:29 +05:30
Palanikannan1437
13ba7d59e0
fix: slash commands are no more shown in the code blocks
2024-03-14 13:10:27 +05:30
Palanikannan1437
768d141729
fix: improved colors and drag handle width
2024-03-14 13:08:24 +05:30
M. Palanikannan
d34df5c805
fix: updated extensions in read only instance of the editor ( #3925 )
2024-03-11 21:05:27 +05:30
M. Palanikannan
4b30339a59
[WEB-638] feat: add tabIndex prop support to navigate using Tab key in all the editors ( #3902 )
...
* feat: added tab index support to navigate using Tab key in all the editors
* chore: changed the name of Table of Contents in Pages
* chore: file formatting
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2024-03-11 20:58:23 +05:30
M. Palanikannan
899771a678
[WEB-434] feat: add support to insert a new empty line on clicking at bottom of the editor ( #3856 )
...
* fix: horizontal rule no more causes issues on last node
* fixed the mismatched transaction by using native tiptap stuff
* added support to add new line onclick at bottom if last node is an image
TODO: blockquote at last node
* fix: simplified adding node at end of the document logic
* feat: rewrite entire logic handling all cases
* feat: arrow down and arrow up keys add empty node at top and bottom of doc from first/last row's cells
* feat: added arrow up and down key support to images too
* remove unnecessary console logs
* chore: formatting components
* fix: reduced bottom padding to increase onclick area
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2024-03-11 20:55:24 +05:30
M. Palanikannan
549f6d0943
[WEB-438] fix: ai insertion behaviour ( #3872 )
...
* fixed ai insertion behaviour
* replaced all ai popover references to have similar behavior
* chore: removed debug statements
2024-03-06 20:38:57 +05:30
M. Palanikannan
cace132a2a
[WEB-372] fix: horizontal rule extension now always divider adds below nodes ( #3890 )
...
* fix: horizontal rule extension now always divider adds below nodes
* chore: removing duplicate horizontal rule extension
2024-03-06 18:43:19 +05:30
sriram veeraghanta
3d09a69d58
fix: eslint issues and reconfiguring ( #3891 )
...
* fix: eslint fixes
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com>
2024-03-06 18:39:14 +05:30
M. Palanikannan
e1db39ffc8
[WEB-566] feat: Added text to empty color picker boxes and other fixes ( #3867 )
...
* fix: z index issues with modals and on hover color in table item picker menu
* feat: added text indicators inside the table colors to give a gist of how text would look
2024-03-06 14:29:52 +05:30
M. Palanikannan
126d01bdc5
[WEB-617] fix: link behaviour fixed on formatting ( #3855 )
...
* fix: link behaviour fixed on formatting
* chore: added harmful script checks for links
2024-03-06 14:22:02 +05:30
M. Palanikannan
d99529b109
fix: crash while updating link text on the last node ( #3871 )
2024-03-04 20:33:16 +05:30
Palanikannan1437
5e703f6601
removed unused types
2024-03-04 14:36:09 +05:30
Palanikannan1437
8bd7737d7b
Merge branch 'develop' into chore/page-transactions
2024-03-04 14:23:56 +05:30
Palanikannan1437
26646d512e
removed comments and cleaned up types
2024-03-04 14:14:54 +05:30
Palanikannan1437
43fd94827f
fixed mentions not showing in modals
2024-03-04 13:20:44 +05:30
Palanikannan1437
a3033203af
mentions loading state part done
2024-02-27 16:16:20 +05:30
sriram veeraghanta
ee57f815fd
chore: update package version
2024-02-26 19:47:02 +05:30
M. Palanikannan
e0a4d7a12a
[WEB-459] fix: tables row color retention, images in tables and css fixes ( #3748 )
...
* fix: tables row color retention, images in tables and css fixes
* fix: border colors darker
* updated tables to new design
* removing comments
2024-02-23 18:51:38 +05:30
M. Palanikannan
56f4df4cb5
feat: added typography support to the editor for emDash, implies and arrows ( #3648 )
...
* feat: added typography support to the editor for emDash, implies and arrows
* chore: reverting back font
2024-02-21 18:35:44 +05:30
Anmol Singh Bhatia
fb442d6dfe
chore: issue embed suggestion dropdown improvement ( #3730 )
2024-02-21 18:16:55 +05:30
guru_sainath
bbbd7047d3
fix: issue description empty state initial load in inbox and issue detail page ( #3696 )
...
* fix: updated description init loading and added loading confirmation alert in inbox issues, issue peek overview, and issue detail
* fix: updated the space issue in the editor and removed unwanted props in the description-input for issues
2024-02-19 15:43:57 +05:30
sriram veeraghanta
170f30c7dd
fix: editor fixes
2024-02-19 00:35:21 +05:30
sriram veeraghanta
a303e52039
fix: package version upgrade
2024-02-12 20:23:39 +05:30
Ramesh Kumar Chandra
41a9dc3603
fix: pages table of content drop down close on click and app sidebar expansion by default on big screens ( #3629 )
2024-02-12 19:11:56 +05:30
Lakhan Baheti
042ed04a03
fix: project-pages responsiveness ( #3624 )
...
* fix: pages responsiveness
* fix: build errors
2024-02-12 17:01:58 +05:30
M. Palanikannan
70172f8e3d
fix: adding back enter key extension with mentions ( #3499 )
2024-01-31 18:06:12 +05:30
M. Palanikannan
21bc668a56
fix: horizontal rule no more causes issues on last node ( #3507 )
2024-01-31 18:05:06 +05:30