sriram veeraghanta
270f282c3c
fix: copy url util build error
2025-04-08 15:44:07 +05:30
Aaryan Khandelwal
37699362ad
[WEB-3797] fix: remove leading slash from URL to copy ( #6890 )
...
* fix: remove prefix slash if present
* chore: make use of URL class to generate a valid URL
2025-04-08 15:22:23 +05:30
Vamsi Krishna
27cec64c56
[WEB-3794]chore: set project states to expand by default #6885
2025-04-08 14:38:08 +05:30
Akshita Goyal
782b09eeaf
[WEB-3711] fix: relations delete issue ( #6887 )
...
* fix: relations delete issue
* fix: removed unnecessary type casting
2025-04-08 14:37:00 +05:30
Akshita Goyal
5ac5892fe5
[WEB-3586] fix: recents dropdown in home #6889
2025-04-08 14:32:08 +05:30
Akshita Goyal
c3cfcc1b92
[WEB-3753] fix: font size for comment box changed #6881
2025-04-07 19:06:04 +05:30
Anmol Singh Bhatia
ac84d6ecf0
[WEB-3540] chore: icon color picker enhancements #6878
2025-04-07 15:53:02 +05:30
Vamsi Krishna
475b7a8396
[WEB-3737]chore: updated translations for estimates #6871
2025-04-07 15:50:15 +05:30
Aaryan Khandelwal
34337f90c1
[WEB-3748, 3749] feat: work item description version history ( #6863 )
...
* chore: work item description versions
* chore: intake issue description
* chore: intake work item description versions
* chore: add missing translations
* chore: endpoint for intake description version
* chore: renamed key to work item
* chore: changed the paginator class
* chore: authorization added
* chore: added the enum validation
* chore: removed extra validations
* chore: added extra validations
* chore: modal position
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
2025-04-04 20:09:02 +05:30
Prateek Shourya
4f68aaafa6
fix: web build ( #6870 )
2025-04-04 20:07:12 +05:30
Vamsi Krishna
9c10235fca
[WEB-3737]chore: estimates code refactor and translations ( #6857 )
...
* * chore: refactored estimates components.
* chore: added translations for estimates components.
* fix: translation key update
2025-04-04 16:59:12 +05:30
Lorenzo Palaia
9c1b158291
feat: hide create account button on ENABLE_SIGNUP=0 ( #6841 )
2025-04-04 16:52:59 +05:30
Prateek Shourya
2d0a15efd6
[WEB-3762] improvement: redirect logged in user to the workspace after accepting the invitation ( #6869 )
2025-04-04 16:52:09 +05:30
dependabot[bot]
d62ac6269b
chore(deps): bump next in the npm_and_yarn group across 1 directory ( #6865 )
...
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js ).
Updates `next` from 14.2.25 to 14.2.26
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.25...v14.2.26 )
---
updated-dependencies:
- dependency-name: next
dependency-version: 14.2.26
dependency-type: direct:production
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-03 20:23:05 +05:30
Vamsi Krishna
adee686ea3
[WEB-3699]fix: create link modal text flicker ( #6860 )
2025-04-02 23:08:18 +05:30
M. Palanikannan
523ab3f4a1
[WEB-3747] regression: readonly mode with fragments ( #6861 )
2025-04-02 17:34:28 +05:30
M. Palanikannan
a57c37c26c
[PE-304] feat: make floating link generic and use it for all editors ( #6552 )
...
* fix: make floating link generic and use it for all editors
* fix: link component behaviour with selected text fixed and storage is now typed
* chore: link view seperated
* fix: editor link edit view across multiple links resets now
* fix: link view container
* fix: cleaning up
* fix: url validation
2025-04-02 13:42:34 +05:30
Prateek Shourya
7bb291408d
[WEB-3712] improvement: create draft work item logic ( #6847 )
2025-04-01 20:47:44 +05:30
Anmol Singh Bhatia
4be94adaca
[WEB-2597] fix: handle favorite entity data causing application error ( #6853 )
2025-04-01 20:47:01 +05:30
Anmol Singh Bhatia
921dfe3222
[WEB-3704] chore: work item store optimization and code refactor ( #6846 )
...
* chore: work item store optimization and code refactor
* chore: code refactor
2025-03-28 18:38:44 +05:30
Anmol Singh Bhatia
8216785b27
[WEB-3704] fix: sub work item #6844
2025-03-28 17:02:17 +05:30
Prateek Shourya
691cbef1f2
[WEB-3701] fix: use getCycleById to ensure null handling for cycle access ( #6838 )
...
* [WEB-3701] fix: use `getCycleById` to ensure null handling for cycle access
* fix: cycle sidebar storage values
2025-03-28 15:12:40 +05:30
Prateek Shourya
fed0ef6185
[WEB-3705] improvement: clear local db on version change ( #6843 )
...
* [WEB-3705] improvement: clear local db on version change
* chore: remove console.log
2025-03-28 15:12:03 +05:30
Akshita Goyal
e8779511ad
[WEB-3673] fix: password change form ( #6839 )
...
* fix: change password
* fix: added store action for change password
* fix: type
* fix: store refactor
2025-03-28 13:35:42 +05:30
Anmol Singh Bhatia
99dba80d19
[WEB-3540] dev: color picker component ( #6823 )
...
* dev: color picker component added
* chore: helper function added
* chore: code refactor
* chore: code refactor
* chore: code refactor
* chore: code refactor
2025-03-27 17:48:39 +05:30
Akshita Goyal
869c755065
[WEB-3698] fix: comments refactor ( #6759 )
...
* fix: comments refactor
* fix: add edited at
* chore: add edited_at validation at issue comment update
* fix: comment mentions
* fix: edited at
* fix: css
* fix: added bulk asset upload api
* fix: projectId prop fixed
* fix: css
* fix: refactor
* fix: translation
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2025-03-27 17:28:52 +05:30
Vamsi Krishna
a5ffbffed9
[WEB-3694] feat: added dates display in user timezone in analytics sidebar ( #6834 )
2025-03-27 17:18:09 +05:30
Vamsi Krishna
1121c58ada
fix: label update for date dropdown ( #6832 )
2025-03-27 13:52:30 +05:30
Aaryan Khandelwal
a25cd426a9
style: page editor width and layout updates ( #6826 )
2025-03-26 21:10:44 +05:30
Vamsi Krishna
ae6e5a48fa
[WEB-3681]feat: added user timezone dates for cycle ( #6820 )
...
* feat: added user timezone dates for cycle
* *chore: added translations
*chore: refactored user timezone functions
2025-03-26 20:23:19 +05:30
Akshita Goyal
41447e566a
[WEB-3600] fix: private project join issue ( #6799 )
...
* fix: private project join issue
* chore: return network value
* fix: refactor
* fix: refactor
* fix: type
* chore: added restricition for private projects
* chore: removed extra validations
* chore: added value to access enum
---------
Co-authored-by: sangeethailango <sangeethailango21@gmail.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2025-03-25 20:17:16 +05:30
Prateek Shourya
cebd0b3599
[RANTS-68] fix: z-index for image picker popover button (change project cover) ( #6812 )
2025-03-25 20:16:06 +05:30
Prateek Shourya
caa522118d
[RANTS-29] fix: enter key does not work in the workspace member invite modal ( #6816 )
2025-03-25 20:15:35 +05:30
Prateek Shourya
aea5f39059
[RANTS-31] improvement: optimistic update for home widget reordering ( #6817 )
2025-03-25 20:15:00 +05:30
Anmol Singh Bhatia
84c7375d2a
[WEB-3601] chore: content updated ( #6811 )
2025-03-24 19:57:13 +05:30
Anmol Singh Bhatia
5cb37a0b9c
[WEB-3560] fix: table layout issue block and code refactor ( #6805 )
2025-03-24 19:06:36 +05:30
sriram veeraghanta
0ec206b75d
fix: transpile packages update on space and admin apps
2025-03-24 18:55:59 +05:30
Vamsi Krishna
e8718a84fe
chore: issue detail refactor ( #6803 )
2025-03-24 18:33:22 +05:30
Anmol Singh Bhatia
983e0fa081
[WEB-3438] fix: transfer completed cycle issue modal ( #6802 )
2025-03-24 18:30:31 +05:30
Aaryan Khandelwal
ef108839c4
[RANTS-57] chore: replace target date with due date in work item filters dropdown ( #6806 )
2025-03-24 18:24:10 +05:30
Aaryan Khandelwal
50e0cb7ffd
[RANTS-75] chore: update profile sidebar icons and copy for consistency ( #6808 )
2025-03-24 18:21:12 +05:30
Akshita Goyal
d37d210921
[WEB-3677] fix: settings dynamic pages permissions ( #6804 )
...
* fix: settings dynamic pages permissions
* fix: refactor
2025-03-24 18:15:43 +05:30
Anmol Singh Bhatia
ab3eadf767
[WEB-3614] fix: cmd-k item focus state ( #6800 )
2025-03-24 18:13:49 +05:30
sriram veeraghanta
dbdf2f001a
fix: transpile packages for web application
2025-03-24 13:47:00 +05:30
Prateek Shourya
0d069bf46e
[RANTS-65] fix: undefined work item sequence in bulk delete work item modal ( #6797 )
2025-03-24 13:41:02 +05:30
Akshita Goyal
4032aa62c5
[WEB-3551] fix: role improvements ( #6763 )
...
* Return Cycle start and end dates in project's timezone
* fix: role improvements
* chore: role updates
* chore: update role endpoint to update workspace admin permissions
* fix: conditions
* chore: update member role for workspace members
* chore: update workspace permission role
* fix: currentAdmin permissions
---------
Co-authored-by: Dheeraj Kumar Ketireddy <dheeru0198@gmail.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2025-03-24 12:52:57 +05:30
dependabot[bot]
cbe248591e
chore(deps): bump next in the npm_and_yarn group across 1 directory ( #6796 )
...
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js ).
Updates `next` from 14.2.24 to 14.2.25
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.24...v14.2.25 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 12:52:16 +05:30
Vipin Chaudhary
6bafdb6dd8
[PE-298] Fix: Copy markdown to clipboard ( #6675 )
...
* fix: markdown for mentions fixed
* fix: copying text in mentions
* fix: refactored the component to use the same function
* chore: renamed funcion name
* add the new copy extension
* init working fix
* remove useless code
* improve readibility
* update node import
* better smaller logic
* remove log
* add open close end handler
* update readabliity
* handle tables
* handle triple click in cell
* triple tap select current line
* handle block and list
* lists fixed
* handle all possible cases of copy in table
* update the min elements
* handle multi types in table
* handle table seletion cases
* handle whole table handler
* feat: all case converd
* update markdown handling code
* update return statement
* handle using group block
* handle param
* handle multple cell in table
* handle using recursion
* add types
* fix code rabbit suggestions
* fix root node bug
* update recursion with loop
* update transform copied to false
* refactor clipboard extension: remove options and integrate MarkdownClipboard into core extensions
* fix: header and code handler
* fix: store hooks fixed
* fix: mention id
---------
Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com >
2025-03-24 12:32:11 +05:30
sriram veeraghanta
72307ec100
chore: update package version
2025-03-21 17:00:14 +05:30
sriram veeraghanta
2eb1d03c20
fix: transpile and optimize package imports
2025-03-21 01:51:50 +05:30