Commit Graph

459 Commits

Author SHA1 Message Date
M. Palanikannan
430eedfcf1 [WIKI-656] fix: rendering work item embed component in version history #4159 2025-09-11 14:34:36 +05:30
Vihar Kurama
469cf584bd [WEB-4859] fix: enable customer sidebar scrolling on small screens #4163 2025-09-11 14:33:52 +05:30
sriramveeraghanta
7d1d4241fd fix: merge conflicts 2025-09-10 17:19:52 +05:30
Vamsi Krishna
ac835bf287 [WEB-4874]fix: calendar picker build errors and styles override (#7762)
* fix: calender picker build errors

* fix: styles override in the picker implementation
2025-09-10 17:10:23 +05:30
Vamsi Krishna
4572ad1365 fix: anaytics build errors (#4167) 2025-09-10 15:52:34 +05:30
Saurabh Kumar
db1f91d045 [SILO-388][WEB-4702] OAuth and Application Creation Flow Changes (#4031)
* [SILO-388][WEB-4702] Merge integrations screen and applications screen (#3708)

* refactor: merge integrations and applications page changes

* remove applications from navigations tile

* show tabs only with owned apps present

* refactor: hardcode legacy integrations in list for selfhosted

* redirect to setup url for external apps if available

* fix wrong url redirect to applications page

* add app workspace installations api (#3921)

* [SILO-448] Get App installation is allowed for a users workspaces (#3925)

* check if app installation is allowed

* rename installation to state

* optimise query using map

* optimise query using map

* optimise query via limited resource usage

* fix: ux updates

* fix: added revoke modal

---------

Co-authored-by: gakshita <akshitagoyal1516@gmail.com>

* user app disconnect api + member app install flow (#3886)

* chore: use app slug for update app use case

*   feat: enhance application form with new input components and layout improvements

- Introduced new form components including InputField, RichTextField, and FormSection for better structure and reusability.
- Updated CreateUpdateApplication form to utilize new components, improving readability and maintainability.
- Enhanced styling for various elements, including AppTile and AppList, to improve user experience.
- Added a collapsible section feature in the form for better organization of input fields.
- Improved integration of category selection and attachment upload functionalities.

*  feat: add collapsible sections to application form for improved organization

*  feat: enhance application details view with categorized app lists and update environment variables

- Added new environment variables for silo base URL and path.
- Refactored AppListRoot to categorize installed, third-party, and internal applications.
- Improved AppTile layout for better visual hierarchy and responsiveness.

*  feat: add RegenerateClientSecretModal for managing client secrets

- Introduced a new modal component for regenerating client secrets in the application settings.
- Implemented functionality to copy application ID, client ID, and display a masked client secret.
- Enhanced user experience with toast notifications for successful copy actions and modals for regenerated credentials.

*  feat: enhance application management with improved app lists and dynamic modals

- Refactored AppListRoot to consolidate app categorization, displaying all apps, owned apps, and internal apps more effectively.
- Updated GeneratedCredentialsModal to support dynamic titles and descriptions based on the creation or update mode.
- Enhanced CreateUpdateApplication form with new input fields for company name and improved label structures for better clarity.
- Improved user feedback in RegenerateClientSecretModal by passing the mode for better context in the credentials modal.

* ♻️  refactor: reordered form fields and input added some translations

* ♻️  refactor: cleanup

*  feat: enhance UI components with improved spacing and new icons

* ♻️  refactor: cleanup

* 📝 chore: update translations

* 🚨 fix: lint

* 🚨 fix: lint

* 🗑️ chore: remove unused ApplicationTextareaField component

* chore: update application form and translations

*  feat: enhance application form and update translations

- Updated the SettingsHeading component to include a bottom border for improved UI.
- Refactored the application form by removing unused imports and organizing field components.
- Enhanced translations across multiple languages to provide clearer instructions regarding app installation permissions.

* 🔧  fix: adjust button spacing in AppTile

* fix: format web, silo and i18n changes

---------

Co-authored-by: gakshita <akshitagoyal1516@gmail.com>
Co-authored-by: Surya Prashanth <prashantsurya002@gmail.com>
Co-authored-by: Jayash Tripathy <76092296+JayashTripathy@users.noreply.github.com>
2025-09-10 13:27:20 +05:30
Jayash Tripathy
e26f2abef9 [WEB-4696] feat: added users tab in analytics (#3906)
* feat: added users tab in analytics

* feat: export in users insight table

* ♻️  refactor: simplify InsightCard component and remove ActiveUsers component

- Removed unused TrendPiece and percentage calculation from InsightCard.
- Updated InsightCardProps to eliminate the 'versus' prop.
- Refactored TotalInsights to streamline the useAnalytics hook and added comments for clarity.
- Deleted the ActiveUsers component as it is no longer needed.
- Integrated WiResolvedVsPending component in the Users view.

* 🚧 WIP: Introduced customTicks prop in BarChart for flexible tick rendering.

* 🚧 WIP: Introduced customTicks prop in BarChart for flexible tick rendering.

*  feat: add customTooltipLabel prop to BarChart for enhanced tooltip customization

*  feat: enhance user analytics components with tooltip and data fetching improvements

*  feat: update user analytics components with improved titles and localization for work item metrics

- Updated localization files to include translations for "workitem_resolved_vs_pending" in multiple languages.
- Refactored imports in the Users component for better organization.

* ♻️  refactor: cleanup

*  feat: add WiResolvedVsPending component and custom tooltip for user analytics

*  feat: added customTicks to axis charts for flexible tick rendering

* 🔧 fix: update default bar fill color to black and ensure consistent color usage in BarChart

*  feat: add customTooltipContent prop to LineChart for enhanced tooltip flexibility

* 🔧 fix: remove duplicate customTicks prop from BarChart component

* 🚨 fix: lint

* 🚨 fix: lint

* 🚨 fix: lint

* 🔧 fix: clean up comments in users root component

* 🚨 fix: lint

* 🚨 fix: lint
2025-09-10 13:15:17 +05:30
sriram veeraghanta
1aed863d61 fix: merge conflicts 2025-09-10 02:07:42 +05:30
Anmol Singh Bhatia
e53fe88199 [WEB-4841] chore: calendar component migration UI to propel (#4140)
* chore: move calendar components and dependencies

* chore: update package configurations

* chore: calendar import updated

* chore: propel config updated

* chore: propel calendar code refactor

* chore: code refactor

* chore: code refactor

* fix: build error

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-09-10 02:05:26 +05:30
Anmol Singh Bhatia
78e23686b6 [WEB-4816] chore: add label flow (#4106)
* chore: remove create label modal

* fix: label spinner

* chore: add label flow improvements

* chore: code refactor

* fix: merge conflicts

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-09-10 01:54:55 +05:30
Anmol Singh Bhatia
5a63e6dad2 [WEB-4858] chore: error page ui revamp #7747 2025-09-10 00:03:39 +05:30
Jayash Tripathy
43b7a6ad0a [WEB-4855] refactor: chart tick improvements (#7732)
* 🚧 WIP: Introduced customTicks prop in BarChart for flexible tick rendering.

*  feat: added customTicks to axis charts for flexible tick rendering

* 🔧 fix: update default bar fill color to black and ensure consistent color usage in BarChart

*  feat: add customTooltipContent prop to LineChart for enhanced tooltip flexibility

* 🔧 fix: update bar fill color handling to support dynamic colors based on data and removed DEFAULT_BAR_FILL_COLOR

* 🔧 fix: correct bar fill color handling in BarChart to ensure proper color assignment for tooltips

* 🔧 fix: update customTicks prop types in TAxisChartProps to use unknown type for better type safety

* 📝 chore: updated translations and cleaned up insight card

* 🚨 fix: lint

* 🔧 fix: remove unused translation key "no_of" from Russian translations
2025-09-09 23:51:13 +05:30
Anmol Singh Bhatia
498613284e [WEB-4841] chore: calendar component migration UI to propel (#7730)
* chore: move calendar components and dependencies

* chore: update package configurations

* chore: calendar import updated

* chore: propel config updated

* chore: propel calendar code refactor

* chore: code refactor

* fix: build error
2025-09-09 23:50:51 +05:30
Anmol Singh Bhatia
9ab3143a73 [WEB-4816] chore: add label flow (#7716)
* chore: remove create label modal

* fix: label spinner

* chore: add label flow improvements

* chore: code refactor

* chore: code refactor

* chore: code refactor
2025-09-09 23:50:39 +05:30
Anmol Singh Bhatia
56cd0fc445 [WEB-4025] fix: external user comment and reaction (#7692)
* chore: reactions types updated

* fix: external user comments

* fix: external user reactions

* chore: added display name for actor

* chore: merge conflicts

* chore: updated the created_by and updated_by

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2025-09-09 23:50:11 +05:30
Aaryan Khandelwal
bef9737e40 fix: merge conflicts resolved from preview 2025-09-09 20:09:50 +05:30
Vipin Chaudhary
34bdc2ad76 [WIKI-636] fix: replace project loader with page loader #7752 2025-09-09 19:27:00 +05:30
M. Palanikannan
99bc4262c5 [WIKI-654] fix: version history to load from html (#7754)
* fix: versions history to load from html

* chore: added json and stripped to store in version history (#7755)

---------

Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com>
2025-09-09 19:26:19 +05:30
Bavisetti Narayan
acee583e53 [WIKI-630] [WIKI-629] [WIKI-626] chore: organised the page comments folder (#4096)
* chore: organised the page comments folder

* chore: corrected the filter

* fix: parity

* fix: padding and spacing issues

* fix: dev wiki redirection

* fix: cancel icon on top of the reference text

* fix: hover styles and padding in new comment form

* fix: added back animations and better styles

* fix: show latest comment

* fix: comment creation handling fixed

* fix: border and hover states fix

* fix: truncate fixes

* fix: reply controller count values

* fix: scroll after opening reliably

* fix: add comment control

* fix: all other ux issues

* fix: count of showing/hiding

---------

Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com>
2025-09-09 18:11:04 +05:30
Saurabh Kumar
27e5138964 [SILO-496] Backward compatibility changes to support old code in Github (#4100)
* filter type null in get github entity connections

* cleanup for unused entity service

* fix lint issues
2025-09-09 14:12:51 +05:30
Vamsi Krishna
37ce8a9fe6 [WEB-4800]chore: settings header component refactor #7669 2025-09-09 13:42:40 +05:30
pushya22
1f0fba4734 Sync: Community Changes #4146 2025-09-08 16:59:37 +05:30
VipinDevelops
db453919ed Merge branch 'preview' into sync/ce-ee 2025-09-08 15:49:38 +05:30
Vipin Chaudhary
0cb4976e38 [WIKI-647] chore: update image path (#7734)
* chore: update image path

* chore: update asset path
2025-09-08 15:44:56 +05:30
M. Palanikannan
fb90b5ce41 [WIKI-648] fix: comment feature flag and app rail focus #4145 2025-09-08 15:01:01 +05:30
Vipin Chaudhary
e439dcae9b [WIKI-647] chore: update pages image path (#4143)
* chore: update pages image path

* chore: embed image shrink
2025-09-08 14:47:18 +05:30
sriram veeraghanta
d1744c822e Merge branch 'preview' into sync/ce-ee 2025-09-05 20:18:31 +05:30
Anmol Singh Bhatia
20d139cc9e [WEB-4839] chore: maintenance mode empty state updated (#7728)
* chore: maintenance mode empty state updated

* chore: code refactor

* chore: code refactor

* chore: code refactor
2025-09-05 20:16:39 +05:30
Akshita Goyal
5883caeec4 [WEB-4556] fix: removed /new routes + fixed routing for PI app #4134 2025-09-05 20:15:41 +05:30
sriram veeraghanta
39dc4ca55c fix: eslint warning limit (#4133)
* fix: eslint changes

* chore: format files
2025-09-05 20:15:20 +05:30
Aaryan Khandelwal
9e3c18a165 [WIKI-644] fix: editor extended props (#4130)
* fix: editor embed handler prop

* fix: extended editor props

* chore: add tsc command to build
2025-09-05 13:58:12 +05:30
Aaryan Khandelwal
a1500c2206 [WIKI-644] fix: remove unnecessary props from the editor package #7726 2025-09-05 13:50:44 +05:30
Henit Chobisa
62d3c6ab8f [SILO-455] feat: Slack DM Alerts (#4084)
* [SILO-456] [SILO-457] feat: Added toggle for personal account view for enabling dm alerts (#3971)

* fix: added alert config type for slack

* feat: added helper method for slack alerts

* fix: added service method and controller methods for updating alert config

* fix: updated personal account view for getting the config

* fix: resolved review comments

* [SILO-458] [SILO-459] feat: Added DM Alerts handler in silo slack worker (#4015)

* chore: added ASSIGNEE_IDS as known field

* fix: added helper functions

* fix: modified slack etl type to accomodate message expansion

* fix: added type for alert processing

* fix: added alert service with tests

* fix: added dm alert handler in controller

* fix: refactored connection details helper for common code

* fix: added method for parsing html and extracting mention component out of html

* fix: encapsulated comment views into comment files

* fix: added inverted mode to user map fucntion

* fix: added helpers

* feat: added DM Alerts handler

* fix: added comment reply handler for block actions

* fix: node html parser importx

* fix: renamed function better for alert config

* fix: resolved review comments

* fix: added better error handling

* fix: review comments and function renaming

* [SILO-484] feat: added translations and modified design of dm alert blocks (#4082)

* fix: added actor displayname in display text

* fix: added translations

* fix: reduced ttl timings of alerts

* fix: filtered actor and affected user

* fix: added conditional quoting for WI linkback

* fix: formatted all the files

---------

Co-authored-by: Surya Prashanth <prashantsurya002@gmail.com>
2025-09-05 13:23:40 +05:30
sriram veeraghanta
ffc9381e02 Sync: Community Changes #4129 2025-09-04 19:07:10 +05:30
Aaryan Khandelwal
88f194ca8e [WIKI-637] fix: work item description version history (#7725)
* fix: work item description version history

* chore: add key to the editor
2025-09-04 18:57:50 +05:30
M. Palanikannan
f0d23f4a38 fix: append / in endpoints (#4029)
* fix: append / in endpoints

* chore: file asset restore endpoint

* chore: reverted the change

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2025-09-04 18:47:02 +05:30
Anmol Singh Bhatia
c9723e859b [WEB-4840] chore: icon migration from @plane/ui to @plane/propel/icons (#4115)
* chore: move icons from ui package to propel package

* chore: package and tsdown config updated

* chore: migrate all icon imports from @plane/ui to @plane/propel/icons

* chore: remove icon components from @plane/ui package (migrated to
  @plane/propel/icons)

* chore: code refactoring

* chore: migrate remaining icon components from @Plane/ui to @Plane/propel/icons

* chore: move ee specific icons from ui package to propel package

* chore: propel package dep. added to editor package

* chore: migrate icon components from @plane/ui to @plane/propel/icons in dev-wiki

* chore: migrate icon components from @plane/ui to @plane/propel/icons in space

* chore: migrate icon components from @plane/ui to @plane/propel/icons in web

* chore: migrate icon components from @plane/ui to @plane/propel/icons in web

* chore: migrate icon components from @plane/ui to @plane/propel/icons in web

* chore: migrate icon components from @plane/ui to @plane/propel/icons in web

* chore: migrate icon components from @plane/ui to @plane/propel/icons in web
2025-09-04 18:38:47 +05:30
M. Palanikannan
01a070e52d [WIKI-564] fix: project nested page mutation bugs (#4116)
* fix: move page internally

* fix: mutation issues fixed
2025-09-04 18:13:36 +05:30
sriram veeraghanta
bae24cc7c8 Sync: Community Changes #4118 2025-09-04 18:12:28 +05:30
sriramveeraghanta
51332be591 fix: sync preview changes canary 2025-09-04 18:10:59 +05:30
Anmol Singh Bhatia
3ce00df04e fix: preview sync merge conflict 2025-09-04 17:41:33 +05:30
Anmol Singh Bhatia
da12411bc0 [WEB-4850] fix: SAML and OIDC oauth options #4126 2025-09-04 17:05:29 +05:30
sriram veeraghanta
4d79b27a67 [WEB-4804] chore: fix all file formatting and eslint errors (#4123)
* chore: fix all file formating

* fix: eslint errors
2025-09-04 16:48:18 +05:30
Vamsi Krishna
d5f11108b5 [WEB-4843] fix: allow updating properties for teamspace project work items #4094 2025-09-04 16:03:46 +05:30
Prateek Shourya
5fe7daeffe [WEB-4848] fix: add safe index access in templates components and utils (#4111) 2025-09-04 16:03:46 +05:30
Vamsi Krishna
b36c85a3cc [WEB-4833] fix: timeline date updates #4072 2025-09-04 16:03:46 +05:30
Anmol Singh Bhatia
961d7f5032 [WEB-4850] chore: restore SAML and OIDC oauth options (#4121)
* chore: saml and oidc oauth options restore

* chore: code refactor
2025-09-04 15:56:47 +05:30
Anmol Singh Bhatia
7d7e37439d [WEB-4840] chore: icon migration from @plane/ui to @plane/propel/icons (#7721)
* chore: move icons from ui package to propel package

* chore: package and tsdown config updated

* chore: migrate all icon imports from @plane/ui to @plane/propel/icons

* chore: remove icon components from @plane/ui package (migrated to
  @plane/propel/icons)

* chore: code refactoring

* chore: migrate remaining icon components from @Plane/ui to @Plane/propel/icons

* fix: lint error

* chore: code refactor
2025-09-04 14:44:53 +05:30
Vipin Chaudhary
ab371908de [WIKI-615] fix: shared pages position #4112 2025-09-04 14:15:29 +05:30
Vipin Chaudhary
39287a6a58 [WIKI-614] chore: update public to workspace in ui level (#4080)
* chore: update public to work space in ui level

* chore: update type

* chore : update project public logic

* chore : fix translation
2025-09-04 14:14:57 +05:30