Commit Graph

1163 Commits

Author SHA1 Message Date
Aaryan Khandelwal
546198f3b6 refactor: remove extensions enum from editor package 2026-01-16 19:22:12 +05:30
sriramveeraghanta
8399f64bee chore(deps): react router upgraded 2026-01-09 14:43:36 +05:30
Vipin Chaudhary
b83d460938 [WIKI-826] chore: add unique id as key to logo selector (#8494) 2026-01-07 15:05:14 +05:30
Nikhil
ea1f92e0c6 [WEB-5537]refactor: rename IssueUserProperty to ProjectUserProperty and update related references (#8206)
* refactor: rename IssueUserProperty to ProjectUserProperty and update related references across the codebase

* migrate: move issue user properties to project user properties and update related fields and constraints

* refactor: rename IssueUserPropertySerializer and IssueUserDisplayPropertyEndpoint to ProjectUserPropertySerializer and ProjectUserDisplayPropertyEndpoint, updating all related references

* fix: enhance ProjectUserDisplayPropertyEndpoint to handle missing properties by creating new entries and improve response handling

* fix: correct formatting in migration for ProjectUserProperty model options

* migrate: add migration to update existing non-service API tokens to remove workspace association

* migrate: refine migration to update existing non-service API tokens by excluding bot users from workspace removal

* chore: changed the project sort order in project user property

* chore: remove allowed_rate_limit from APIToken

* chore: updated user-properties endpoint for frontend

* chore: removed the extra projectuserproperty

* chore: updated the migration file

* chore: code refactor

* fix: type error

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: sangeethailango <sangeethailango21@gmail.com>
Co-authored-by: vamsikrishnamathala <matalav55@gmail.com>
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
2026-01-06 15:37:19 +05:30
Aaryan Khandelwal
031baaa162 [WEB-857] regression: image uploader error state #8471 2025-12-30 14:35:52 +05:30
Jayash Tripathy
9141a9377f [WEB-5472] refactor: components of project creation flow (#8462) 2025-12-30 14:32:48 +05:30
Anmol Singh Bhatia
866338289e chore: navigation preference enhancements (#8468) 2025-12-30 13:22:28 +05:30
Anmol Singh Bhatia
630d2b9600 [WEB-5179] chore: icon utils code refactor #8458 2025-12-29 13:31:27 +05:30
Aaryan Khandelwal
6cc5c1946a regression: red and green color backgrounds (#8456) 2025-12-26 19:17:03 +05:30
Anmol Singh Bhatia
2980c2d76b refactor: actions icon migration (#8219)
* chore: gitignore updated

* chore: check icon added to propel package

* feat: search icon migration

* chore: check icon migration

* chore: plus icon added to propel package

* chore: code refactor

* chore: plus icon migration and code refactor

* chore: trash icon added to propel package

* chore: code refactor

* chore: trash icon migration

* chore: edit icon added to propel package

* chore: new tab icon added to propel package

* chore: edit icon migration

* chore: newtab icon migration

* chore: lock icon added to propel package

* chore: lock icon migration

* chore: globe icon added to propel package

* chore: globe icon migration

* chore: copy icon added to propel package

* chore: copy icon migration

* chore: link icon added to propel package

* chore: link icon migration

* chore: link icon migration

* chore: info icon added to propel package

* chore: code refactor

* chore: code refactor

* chore: code refactor

* chore: code refactor
2025-12-26 17:19:15 +05:30
Aaryan Khandelwal
92ac28fcb8 [WEB-5809] refactor: tailwind config inline variables (#8437) 2025-12-26 16:36:29 +05:30
Prateek Shourya
f04be48f61 [WEB-5804] refactor: decouple filter value types from filter configurations (#8441)
* [WEB-5804] refactor: decouple filter value types from filter configurations

Remove value type constraints from filter configurations to support
operator-specific value types. Different operators can accept different
value types for the same filter property, so value types should be
determined at the operator level rather than the filter level.

- Remove generic value type parameter from TFilterConfig
- Update TOperatorConfigMap to accept union of all value types
- Simplify filter config factory signatures across all filter types
- Add forceUpdate parameter to updateConditionValue method

* refactor: remove filter value type constraints from filter configurations

Eliminate the generic value type parameter from filter configurations to allow for operator-specific value types. This change enhances flexibility by enabling different operators to accept various value types for the same filter property.

- Updated TFilterConfig and related interfaces to remove value type constraints
- Adjusted filter configuration methods and types accordingly
- Refactored date operator support to align with the new structure
2025-12-24 21:03:22 +05:30
Vamsi Krishna
5499e49b72 [WEB-5574]chore: notification card refactor (#8234)
* chore: notification card refactor

* chore: moved base activity types to constants package
2025-12-24 20:32:50 +05:30
Prateek Shourya
0c795e95ac [WEB-5798] refactor: web and admin auth related components and update admin designs (#8431)
* refactor: web and admin auth related components and update admin designs.

* fix: format
2025-12-24 16:31:52 +05:30
Anmol Singh Bhatia
2bc7080d24 [WEB-5772] chore: theme switcher and editor colors enhancements (#8436) 2025-12-23 18:09:26 +05:30
Aaryan Khandelwal
373e640a25 [WIKI-740] refactor: editor table performance (#8411) 2025-12-23 14:24:05 +05:30
Aaryan Khandelwal
21df1028f8 [WEB-5792] regression: editor font family #8427 2025-12-23 14:20:36 +05:30
Jayash Tripathy
cb9b4f7887 [WEB-5784] fix: truncation issue in wi properties (#8422)
* fix: update background surface 2 variables in tailwind config

* fix: improve layout and truncation handling in issue link and list items
2025-12-22 20:31:51 +05:30
Aaryan Khandelwal
7a3cebdb6b fix: alpha colors (#8418) 2025-12-22 16:52:09 +05:30
Jayash Tripathy
5a2e2e7e11 [WEB-5662][WEB-5770] fix: alignment of cycles in sidebar and layout selection dropdown button (#8414) 2025-12-22 16:40:51 +05:30
Aaryan Khandelwal
e2fcb5044d [WEB-5775] fix: mentions search on empty query #8417 2025-12-22 16:38:53 +05:30
Vamsi Krishna
daf65f5ddd [WEB-5776]chore: updated design system for alert modal #8415 2025-12-22 16:38:20 +05:30
Aaryan Khandelwal
8a0b710a62 [WEB-5774] fix: editor nodes background colors (#8416) 2025-12-22 16:37:44 +05:30
Aaryan Khandelwal
72883e76a5 [WEB-5773] fix: editor image full screen modal (#8413) 2025-12-22 15:50:02 +05:30
Nikhil
c2ce21e56c [WEB-5657] feat: add synchronization configuration for multiple providers in authentication adapter (#8336)
* feat: add sync functionality for OAuth providers

- Implemented `check_sync_enabled` method to verify if sync is enabled for Google, GitHub, GitLab, and Gitea.
- Added `sync_user_data` method to update user details, including first name, last name, display name, and avatar.
- Updated configuration variables to include sync options for each provider.
- Integrated sync check into the login/signup process.

* feat: add sync toggle for OAuth providers in configuration forms

* fix: remove default value for sync options in OAuth configuration forms

* chore: delete old avatar and upload a new one

* chore: update class method

* chore: add email nullable

* refactor: streamline sync check for multiple providers and improve avatar deletion logic

* fix: ensure ENABLE_SYNC configurations default to "0" for Gitea, Github, Gitlab, and Google forms

* fix: simplify toggle switch value handling in ControllerSwitch component

---------

Co-authored-by: b-saikrishnakanth <bsaikrishnakanth97@gmail.com>
2025-12-22 12:23:39 +05:30
sriram veeraghanta
4908211fe6 chore: update storybook dependency 2025-12-21 23:00:48 +05:30
Anmol Singh Bhatia
83496487d4 [WEB-5614] chore: package and layout enhancements #8403 2025-12-21 12:41:11 +05:30
Vamsi Krishna
409a3e84ab [WEB-5768]chore: updated comment UI #8402 2025-12-19 20:02:40 +05:30
Jayash Tripathy
67c39dfc3d [WEB-5762] fix: workitem detail sidebar properties design consistency (#8400) 2025-12-19 18:15:56 +05:30
Aaryan Khandelwal
3876bf054c [WEB-5675] chore: implement fontsource as the fonts library (#8398) 2025-12-19 16:21:04 +05:30
Anmol Singh Bhatia
df69886080 [WEB-5614] chore: work item detail comment and sidebar enhancements (#8397) 2025-12-19 16:09:46 +05:30
Aaryan Khandelwal
1e3514575f fix: custom z-index classNames (#8395) 2025-12-19 15:35:45 +05:30
Aaryan Khandelwal
465c99f742 fix: input fields bg (#8389) 2025-12-18 20:25:46 +05:30
Jayash Tripathy
81dbd5ab19 [WEB-5614] refactor: update styling and structure across various components (#8388) 2025-12-18 20:19:51 +05:30
Aaryan Khandelwal
cb56fbe3ca fix: image uploader bg in light mode (#8385) 2025-12-18 20:00:57 +05:30
Aaryan Khandelwal
5e0091e32e fix: font imports (#8387) 2025-12-18 19:59:46 +05:30
Vipin Chaudhary
59f024dad3 [WIKI-849] feat: debounce for mention search (#8380) 2025-12-18 18:44:16 +05:30
Aaryan Khandelwal
9747bffbe2 [WEB-5652] fix: kanban quick add UI #8382 2025-12-18 18:40:00 +05:30
Anmol Singh Bhatia
b165e2a3fe [WEB-5614] chore: platform header and breadcrumb enhancements (#8383) 2025-12-18 18:39:06 +05:30
Aaryan Khandelwal
3df58397b5 fix: tooltip imports (#8379) 2025-12-18 17:19:10 +05:30
Anmol Singh Bhatia
e56417e056 [WEB-5614] chore: primitive token updated (#8378) 2025-12-18 17:18:49 +05:30
Aaryan Khandelwal
cae66ef853 [WEB-5649] [WEB-5675] fix: local font files #8377 2025-12-18 16:48:50 +05:30
Anmol Singh Bhatia
67416935b4 [WEB-5614] chore: platform design token enhancements (#8373) 2025-12-18 16:45:04 +05:30
Jayash Tripathy
c56bb06957 chore: update component styles and class names for consistency across the application (#8376) 2025-12-18 16:33:32 +05:30
Aaryan Khandelwal
88f4d8253d chore: replace old classNames (#8372) 2025-12-18 13:08:38 +05:30
Aaryan Khandelwal
d9ab60104e [WEB-5742] fix: input field background #8369 2025-12-17 21:23:28 +05:30
Aaryan Khandelwal
4cac953cd1 fix: nested context menu UI (#8367) 2025-12-17 20:46:10 +05:30
Anmol Singh Bhatia
508e332a23 [WEB-5614] chore: lucide icon code refactor #8365 2025-12-17 20:30:33 +05:30
Aaryan Khandelwal
b906d42e1d fix: material icons font file (#8366) 2025-12-17 20:30:11 +05:30
Anmol Singh Bhatia
617c7ab734 [WEB-5614] chore: logo and icon enhancements #8362 2025-12-17 19:14:43 +05:30