Akshita Goyal
eed2ca77ef
fix: added workspaceslug in renderChildren of project settings ( #5951 )
...
* fix: added workspaceslug in renderChildren of project settings
* fix: updated apis
* fix: types
* fix: added editor
* fix: handled avatar for intake
2024-11-05 16:07:27 +05:30
Akshita Goyal
9309d1b574
feat: Pi chat ( #5933 )
...
* fix: added pi chat
* fix: added bot
* fix: removed pi chat from community version
* fix: removed unwanted files
* fix: removed unused import
2024-11-05 15:16:58 +05:30
rahulramesha
71589f93ca
[WEB-2442] fix : Timeline layout bugs ( #5946 )
...
* fix relation creation and removal for Issue relations
* fix Scrolling to block when the block is beyond current chart's limits
* fix dark mode for timeline layout
* use a hook to get the current relations available in the environment, instead of directly importing it
* Update relation activity for all the relations
2024-11-04 16:55:38 +05:30
Prateek Shourya
914811b643
fix: build error for product updates modal. ( #5944 )
2024-11-04 14:04:59 +05:30
Ketan Sharma
22b616b03c
[WEB-2449] fix: admin is not able to edit issues in notifications peek overview ( #5877 )
...
* fix backend
* fix missing arguments for allow permissions
* Revert "fix backend"
This reverts commit 208636d7c8 .
2024-10-29 19:46:20 +05:30
Anmol Singh Bhatia
57eb08c8a2
chore: code refactoring ( #5928 )
...
* chore: de dupe code splitting
* chore: code refactor
2024-10-29 19:39:55 +05:30
Prateek Shourya
4bc751b7ab
[WEB-2500] feat: Product updates modal (What's new in Plane) ( #5690 )
...
* [WEB-2500] feat: Product updates modal (What's new in Plane)
* fix: build errors.
* fix: lint errors resolved.
* chore: minor improvements.
* chore: minor fixes
2024-10-29 19:26:00 +05:30
Aaryan Khandelwal
c423d7d9df
[WEB-2717] chore: implemented issue attachment upload progress ( #5901 )
...
* chore: added attachment upload progress
* chore: add debounce while updating the upload status
* chore: update percentage calc logic
* chore: update debounce interval
2024-10-29 19:22:29 +05:30
rahulramesha
538e78f135
refactor timeline store for code splitting ( #5926 )
2024-10-29 17:57:45 +05:30
Prateek Shourya
b67f352b90
fix: lint and build errors ( #5923 )
...
* fix: lint errors.
* fix: build errors
2024-10-29 13:45:18 +05:30
Anmol Singh Bhatia
8829575780
chore: app sidebar add issue button improvement ( #5921 )
2024-10-29 13:42:42 +05:30
rahulramesha
724adeff5c
[WEB-2442] fix: Timeline Improvements and bug fixes ( #5922 )
...
* improve auto scroller logic
* fix drag indicator visibility on for blocks
* modify timeline store logic and improve timeline scrolling logic
* fix width of block while dragging with left handle
* fix block arrow direction while block is out of viewport
2024-10-29 13:42:14 +05:30
rahulramesha
a88a39fb1e
[WEB-2442] feat: Revamp Timeline Layout ( #5915 )
...
* chore: added issue relations in issue listing
* chore: added pagination for issue detail endpoint
* chore: bulk date update endpoint
* chore: appended the target date
* chore: issue relation new types defined
* fix: order by and issue filters
* fix: passed order by in pagination
* chore: changed the key for issue dates
* Revamp Timeline Layout
* fix block dragging
* minor ui fixes
* improve auto scroll UX
* remove unused import
* fix timeline layout heights
* modify base timeline store
* Segregate issue relation types
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-10-28 18:03:31 +05:30
Satish Gandham
9fb353ef54
[WEB-2706] chore: Switch to wa-sqlite ( #5859 )
...
* fix layout switching when filter is not yet completely fetched
* add layout in issue filter params
* Handle cases when DB intilization failed
* chore: permission layer and updated issues v1 query from workspace to project level
* - Switch to using wa-sqlite instead of sqlite-wasm
* Code cleanup and fix indexes
* Add missing files
* - Import only required functions from sentry
- Wait till all the tables are created
* Skip workspace sync if one is already in progress.
* Sync workspace without using transaction
* Minor cleanup
* Close DB connection before deleting files
Fix clear OPFS on safari
* Fix type issue
* Improve issue insert performance
* Refactor workspace sync
* Close the DB connection while switching workspaces
* Update web/core/local-db/worker/db.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Worker cleanup and error handling
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update web/core/local-db/worker/db.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update web/core/local-db/storage.sqlite.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update web/core/local-db/worker/db.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Code cleanup
* Set default order by to created at and descending
* Wait for transactions to complete.
---------
Co-authored-by: rahulramesha <rahulramesham@gmail.com >
Co-authored-by: gurusainath <gurusainath007@gmail.com >
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-10-24 15:35:02 +05:30
Ketan Sharma
ad25a972a1
[WEB-2587] fix: hide log work button for guest user ( #5787 )
...
* fix the rendering logic
* fix handle nullish value
2024-10-24 14:48:59 +05:30
Ketan Sharma
4157f3750b
add missing background color ( #5789 )
2024-10-24 14:46:56 +05:30
Ketan Sharma
d7c5645948
[WEB-2606] fix: project members shouldn't be able to change others roles ( #5802 )
...
* [WEB-2606] fix: project members should not be able to change other project member's roles
* add better logic
2024-10-24 14:46:10 +05:30
Anmol Singh Bhatia
0312455d66
fix: project state setting dnd ( #5881 )
2024-10-24 14:41:35 +05:30
Prateek Shourya
e4e83a947a
[WEB-2479] fix: merge default and archived issue details endpoint. ( #5882 )
2024-10-24 14:40:50 +05:30
Akshita Goyal
2ecc379486
fix: truncated project name in analytics dropdown ( #5883 )
2024-10-24 14:39:32 +05:30
Prateek Shourya
bf220666dd
[WEB-2326] fix: issue activity mutation on attachments upload. ( #5886 )
2024-10-24 14:36:30 +05:30
Anmol Singh Bhatia
074ad6d1a4
chore: intake issue back date snooze disabled ( #5888 )
2024-10-24 14:35:57 +05:30
Anmol Singh Bhatia
56bb6e1f48
fix: draft issue type update outside click ( #5902 )
2024-10-23 20:11:28 +05:30
Anmol Singh Bhatia
25a410719b
fix: intake issue description and navigation ( #5900 )
2024-10-23 16:46:28 +05:30
Anmol Singh Bhatia
cbfcbba5d1
[WEB-2709] chore: intake issue navigation improvement ( #5891 )
...
* chore: intake issue navigation improvement
* chore: code refactor
* chore: intake issue navigation improvement
* chore: intake issue navigation improvement
2024-10-23 15:19:43 +05:30
Anmol Singh Bhatia
c4421f5f97
fix: issue widget modal rendering ( #5896 )
2024-10-23 15:19:26 +05:30
Anmol Singh Bhatia
84c06c4713
fix: guest user intake issue edit validation ( #5898 )
2024-10-23 15:19:10 +05:30
Akshita Goyal
d859ab9c39
[WEB-2708] fix: intake module and cycle addition fixed ( #5890 )
...
* fix: intake module and cycle addition fixed
* chore: fixed the search endpoint
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-10-22 17:59:07 +05:30
Anmol Singh Bhatia
36b868e375
[WEB-2707] fix: draft issue module update and code refactor ( #5889 )
...
* chore: draft issue module update
* chore: code refactor
2024-10-22 16:16:29 +05:30
Anmol Singh Bhatia
8a1d3c4cf9
chore: urgent priority icon improvement ( #5879 )
2024-10-22 13:25:22 +05:30
Akshita Goyal
0f25f39404
WEB-2381 Chore: intake refactor ( #5752 )
...
* chore: intake emails and forms
* fix: moved files to ee
* fix: intake form ui
* fix: settings apis integrated
* fix: removed publish api
* fix: removed space app
* fix: lint issue
* fix: removed logs
* fix: removed comment
* fix: improved success image
2024-10-22 12:09:03 +05:30
Anmol Singh Bhatia
6f8df3279c
[WEB-2681] fix: module progress indicator ( #5842 )
...
* fix: module progress indicator
* fix: module progress indicator
2024-10-21 15:48:35 +05:30
Prateek Shourya
b833e3b10c
[WEB-2674] chore: open parent issues in peek-overview from the parent badge. ( #5872 )
...
* [WEB-2674] chore: open parent issues in peek-overview from the parent badge.
* chore: remove `_blank` target from ControlLink.
2024-10-21 14:20:00 +05:30
Prateek Shourya
46302f41bc
fix: improvements for project types. ( #5857 )
2024-10-18 11:08:07 +05:30
Ketan Sharma
9530884c59
fix the logic ( #5807 )
2024-10-17 17:08:49 +05:30
Prateek Shourya
173b49b4cb
[WEB-2431] chore: profile settings page UI improvement ( #5838 )
...
* [WEB-2431] chore: timezone and language management.
* chore: remove project level timezone changes.
* chore: minor UI improvement.
* chore: minor improvements
2024-10-17 17:06:22 +05:30
Anmol Singh Bhatia
e581ac890e
chore: workspace collaborators improvements ( #5846 )
2024-10-17 17:05:21 +05:30
Anmol Singh Bhatia
a7b58e4a93
[WEB-2625] chore: workspace favorite and draft improvement ( #5855 )
...
* chore: favorite empty state updated
* chore: added draft issue count in workspace members
* chore: workspace draft count improvement
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-10-17 17:02:25 +05:30
Anmol Singh Bhatia
1099c59b83
fix: draft issue empty state flicker ( #5848 )
2024-10-17 12:55:32 +05:30
Anmol Singh Bhatia
4e70e894f6
chore: workspace draft issue type ( #5836 )
2024-10-15 18:59:22 +05:30
Anmol Singh Bhatia
ff090ecf39
fix: workspace draft move to project ( #5834 )
2024-10-15 17:14:56 +05:30
Akshita Goyal
645a261493
fix: Added a common dropdown component ( #5826 )
...
* fix: Added a common dropdown component
* fix: dropdown
* fix: estimate dropdown
* fix: removed consoles
2024-10-15 15:17:46 +05:30
Prateek Shourya
8d0611b2a7
[WEB-2613] chore: open parent and sibling issue in new tab from peek-overview/ issue detail page. ( #5819 )
2024-10-15 13:37:52 +05:30
Prateek Shourya
662b99da92
[WEB-2577] improvement: use common create/update issue modal for accepting intake issues for consistency ( #5830 )
...
* [WEB-2577] improvement: use common create/update issue modal for accepting intake issues for consistency
* fix: lint errors.
* chore: minor UX copy fix.
* chore: minor indentation fix.
2024-10-15 13:11:14 +05:30
Anmol Singh Bhatia
ee823d215e
[WEB-2629] chore: workspace draft issue ux copy updated ( #5825 )
...
* chore: workspace draft issue ux copy updated
* chore: workspace draft issue ux copy updated
2024-10-14 17:26:54 +05:30
Akshita Goyal
4b450f8173
fix: moved dropdowns to chart component + added pending icon ( #5824 )
...
* fix: moved dropdowns to chart component + added pending icon
* fix: copy changes
* fix: review changes
2024-10-14 17:00:58 +05:30
Anmol Singh Bhatia
36229d92e0
[WEB-2629] fix: workspace draft delete and move mutation ( #5822 )
...
* fix: mutation fix
* chore: code refactor
* chore: code refactor
* chore: useWorkspaceIssueProperties added
2024-10-14 16:50:19 +05:30
Anmol Singh Bhatia
cb90810d02
chore: double click action added and code refactor ( #5821 )
2024-10-14 16:46:08 +05:30
Anmol Singh Bhatia
658542cc62
[WEB-2616] fix: issue widget attachment ( #5820 )
...
* fix: issue widget attachment
* chore: comment added
2024-10-14 16:32:31 +05:30
Nikhil
6490ace7c7
fix: intake issue ( #5813 )
2024-10-13 00:44:52 +05:30