sriram veeraghanta
f55c135052
fix: adding icons
2024-08-01 21:29:31 +05:30
sriram veeraghanta
8924e303da
fix: PWA related fixes and mainfest added
2024-08-01 21:08:57 +05:30
sriram veeraghanta
c89fe9a313
fix: url mismatches in space app
2024-08-01 14:12:57 +05:30
Bavisetti Narayan
b381331b75
chore: hard delete favorites ( #5282 )
2024-08-01 13:13:43 +05:30
Anmol Singh Bhatia
ee76cb1dc7
[WEB-1999] dev: interactive active cycle stats ( #5280 )
...
* chore: list layout item improvement
* dev: active cycle interactive stats implementation
* dev: in cycle list interactive date picker added
2024-08-01 12:55:57 +05:30
Bavisetti Narayan
daaa04c6ea
[WEB-2092] fix: added unique constraints for project, module and states ( #5281 )
...
* fix: added unique constraints
* chore: migration indetaton
2024-07-31 19:38:53 +05:30
Anmol Singh Bhatia
67f2e2fdb2
fix: member setting role edit validation ( #5278 )
2024-07-31 17:12:53 +05:30
Anmol Singh Bhatia
18df1530c1
[WEB-2130] chore: list layout responsiveness improvement ( #5276 )
...
* chore: issue list layout responsiveness improvement
* fix: list layout item component improvement
* chore: cycle, module and view list layout responsiveness improvement
2024-07-31 17:10:16 +05:30
Akshita Goyal
dd3df20319
[WEB-2121] fix: project issue creation ( #5266 )
...
* fix: project issue creation
* fix: refactored
2024-07-31 14:13:09 +05:30
Akshita Goyal
569b592711
[WEB-1671] fix: expired snooze issues fixed ( #5270 )
...
* fix: expired snooze issues fixed
* fix: refactored
2024-07-31 14:12:28 +05:30
Akshita Goyal
f75df83ca1
[WEB-2028] fix: added states to module progress bar ( #5273 )
...
* fix: added multiple states to module progress bar
* fix: refactored
2024-07-31 14:12:00 +05:30
Bavisetti Narayan
8415df4cf3
[WEB-1989] chore: archived modules and cycles ( #5212 )
...
* chore: added estimates in module, cycle endpoint
* fix fetching of cycles and modules from appropriate endpoints
* chore: added archived at in the cycle detail
---------
Co-authored-by: rahulramesha <rahulramesham@gmail.com>
2024-07-30 20:08:52 +05:30
Bavisetti Narayan
3c684ecab7
[WEB-2092] chore: changed the hard delete days ( #5255 )
...
* chore: changed the hard delete days
* chore: hard delete key change
* chore: restrict deletion of project
* chore: draft issue delete filter
2024-07-30 20:05:08 +05:30
Anmol Singh Bhatia
0b01d3e88d
fix: workspace export settings mutation ( #5268 )
2024-07-30 19:57:57 +05:30
rahulramesha
889393e1d1
fix empty grouping in Kanban ( #5269 )
2024-07-30 19:51:47 +05:30
Aaryan Khandelwal
6fa45d8723
fix: editor width transition duration added ( #5267 )
2024-07-30 19:46:16 +05:30
Akshita Goyal
88533933b4
fix: duplicate label creation in project ( #5271 )
2024-07-30 19:34:40 +05:30
rahulramesha
fffa8648bb
Space app Kanban block reactions ( #5272 )
2024-07-30 19:32:24 +05:30
Bavisetti Narayan
1f8f6d1b26
chore: bulk delete operation ( #5258 )
2024-07-30 15:31:52 +05:30
Bavisetti Narayan
cce7bddbcc
chore: deploy board publish validation ( #5264 )
2024-07-30 15:31:15 +05:30
Aaryan Khandelwal
518327e380
[WEB-1974] fix: images getting replaced on resize ( #5233 )
...
* fix: image resizer error
* refactor: created common function to get the active image element
* fix: build errors
2024-07-30 14:58:40 +05:30
Anmol Singh Bhatia
6bb534dabc
fix: completed cycle date picker validation ( #5265 )
2024-07-30 14:03:53 +05:30
guru_sainath
dc2e293058
[WEB-2107] fix: Default filters and sorting on the initial load, filter mutation on tab change ( #5259 )
...
* chore: Default filters and sorting on the initial load, filter mutation on tab change
* Typo: changed method name in project intake store
2024-07-30 14:02:16 +05:30
Aaryan Khandelwal
1adfb4dbe4
fix: copy page link url ( #5263 )
2024-07-30 13:53:45 +05:30
rahulramesha
f2af5f0653
fix modules and cycle peek views ( #5261 )
2024-07-30 13:53:19 +05:30
rahulramesha
e3143ff00b
[WEB-1812] fix : Avoid loader when parent is added in issue detail / peek overview ( #5257 )
...
* use common getIssues from issue service instead of multiple different services for modules and cycles
* fix parent issue refresh
* Revert "use common getIssues from issue service instead of multiple different services for modules and cycles"
This reverts commit 957e981168d2fa5c5ed17cf659da981373f33759.
2024-07-30 13:48:52 +05:30
Anmol Singh Bhatia
7b82d1c62f
fix: profile layout ( #5256 )
2024-07-30 13:45:19 +05:30
Henit Chobisa
3c2aec2776
feat: removed created_by from read_only serializer field, and ProjectMemberEndpoint updates ( #5260 )
...
* feat: removed created by and created_at as readonly fields from issue serializers
* feat: modified serializers for accepting created_by, and changed workspacememberendpoint to projectmemberendpoint
* fix: code suggestions
* chore: resolved code review
* chore: removed unused imports
* fix: passed default user if created_by is absent, and permission classes
* fix: default value for the issue creation
* dev: fix nomenclature
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2024-07-30 13:03:14 +05:30
Anmol Singh Bhatia
35e58e9ec7
[WEB-2043] fix: delete action validation and toast alert ( #5254 )
...
* dev: canPerformProjectAdminActions helper function added
* chore: deleteInboxIssue action updated
* dev: bulk delete modal validation updated
* chore: issue, intake, cycle and module delete action toast updated
* chore: code refactor
2024-07-29 19:08:18 +05:30
Anmol Singh Bhatia
ba9d9fd5eb
chore: load more button color updated ( #5253 )
2024-07-29 16:50:44 +05:30
Anmol Singh Bhatia
040ee4b256
[WEB-2026] fix: avatar visibility on project list after user leaves project ( #5241 )
...
* fix: project leave mutation
* chore: code refactor
2024-07-29 16:50:30 +05:30
Nikhil
f48bc5a876
fix: google auth integrity error ( #5229 )
2024-07-29 14:29:45 +05:30
Bavisetti Narayan
10e9122c1d
[WEB-2092] chore: soft delete operation ( #5244 )
...
* chore: soft delete opration
* chore: migration files
* chore: celery time change
* chore: changed the deletion time
2024-07-29 14:29:08 +05:30
rahulramesha
d5cbe3283b
remove issue from cycle while changing cycle ( #5246 )
2024-07-29 13:26:27 +05:30
Anmol Singh Bhatia
ae931f8172
[WEB-2054] fix: kanban layout loader enhancements and issue count alignment ( #5232 )
...
* fix: kanban layout issue count alignment
* fix: kanban layout loader spacing and padding
2024-07-29 13:23:12 +05:30
Anmol Singh Bhatia
a8c6483c60
fix: profile display name error message ( #5237 )
2024-07-29 11:35:16 +05:30
Anmol Singh Bhatia
9c761a614f
fix: inbox filters checkbox ( #5239 )
2024-07-29 11:34:36 +05:30
Anmol Singh Bhatia
adf88a0f13
fix: issue link modal preloadedData reset ( #5240 )
2024-07-29 11:33:25 +05:30
Aaryan Khandelwal
5d2983d027
fix: creation of new todo list item in comments ( #5242 )
2024-07-29 11:29:09 +05:30
Anmol Singh Bhatia
8339daa3ee
fix: member role edit validation ( #5236 )
2024-07-29 11:28:23 +05:30
Aaryan Khandelwal
4a9e09a54a
fix: image outline on load ( #5230 )
2024-07-29 11:24:23 +05:30
Bavisetti Narayan
2c609670c8
[WEB-2043] chore: updated permissions for delete operation ( #5231 )
...
* chore: added permission for delete operation
* chore: added permission for external apis
* chore: condition changes
* chore: minor changes
2024-07-26 16:42:51 +05:30
Akshita Goyal
dfcba4dfc1
fix: revoked issue height change ( #5238 )
2024-07-26 13:38:26 +05:30
Manish Gupta
d0e68cdcfb
chore: self host custom build ( #5228 )
...
* removed code build process from install script
* fixes in install.sh
* fixed docker-compose.yaml
* wip
* sync env files during upgrade
* updated variables.env
* updated readme
* Update deploy/selfhost/install.sh
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* implemented codacy suggestions
* implemented codacy suggestions
* Update deploy/selfhost/install.sh
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update deploy/selfhost/install.sh
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update deploy/selfhost/install.sh
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* update codacy suggestions
* coderabbit suggestion
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-25 20:35:51 +05:30
Akshita Goyal
43103a1445
[WEB-2022] fix: handled null state on members page ( #5226 )
...
* fix: handled null state on members page
* fix: skeleton loader added
2024-07-25 16:28:03 +05:30
rahulramesha
1c155f6cbe
fix view layout in space app ( #5225 )
2024-07-25 15:17:20 +05:30
rahulramesha
1707f4f282
Add live button on views ( #5227 )
2024-07-25 15:16:14 +05:30
rahulramesha
c2c2ad0d7a
fix project issue loader and error handling ( #5223 )
2024-07-25 14:15:16 +05:30
Akshita Goyal
1bf8f82ccb
fix: flicker issue ( #5210 )
2024-07-25 13:55:29 +05:30
Anmol Singh Bhatia
3bdd91e577
[WEB-2053] fix: my work page scroll ( #5224 )
...
* fix: my work page scroll
* chore: profile sidebar shadow removed
2024-07-25 13:54:51 +05:30