Commit Graph

3597 Commits

Author SHA1 Message Date
sriram veeraghanta
c7db1ab43d fix: build errors 2025-01-07 03:53:16 +05:30
sriram veeraghanta
13479cb21d fix: merge conflicts 2025-01-07 00:46:52 +05:30
sriram veeraghanta
edb68a1bc6 fix: remove sentry from web app and build fixes 2025-01-07 00:37:40 +05:30
Anmol Singh Bhatia
9a32da945f [WEB-3040] chore: project breadcrumb link component added to CE and EE (#2113)
* chore: project breadcrumb link component added to CE and EE

* chore: project breadcrumb redirection improvement
2025-01-06 20:45:40 +05:30
Prateek Shourya
6e726aea46 chore: team issues scope (#2118)
* chore: team issues api changes to support team scope

* chore: team issues layout scope

* chore: add issue to list validation

* fix: assignee filter

* chore: update member filter scope to use enum

* fix: IssueAssignee import

---------

Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2025-01-06 20:45:19 +05:30
Prateek Shourya
3a3707e8e1 chore: update team empty states and ux copy (#2122)
* chore: update team empty states and ux copy

* chore: update team projects empty state

* chore: team member removal restriction info

* chore: tooltip position update
2025-01-06 20:43:31 +05:30
pushya22
11382b4b4b Merge branch 'preview' into sync/ce-ee 2025-01-06 20:42:22 +05:30
Akshita Goyal
790ecee629 [WEB-2846] feat: home integrations (#6321)
* wip

* chore: wip

* fix: preserved old component

* fix

* fix: seperate route added

* fix

* Only return user ID of project members

* Return issue ID

* fix: recents api integrations

* fix: types

* fix: types

* fix: added tooltips

* chore: added apis

---------

Co-authored-by: sangeethailango <sangeethailango21@gmail.com>
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com>
2025-01-06 20:36:13 +05:30
Aaryan Khandelwal
d3d3bf79f9 refactor: page actions (#6327) 2025-01-06 20:31:07 +05:30
rahulramesha
6321977f1f use getBlockById from the store for modules (#6325) 2025-01-06 20:28:32 +05:30
Vamsi Krishna
208df80c86 chore: added issue activity filters to local storage (#6324)
chore: added sort order to local storage
2025-01-06 20:27:55 +05:30
pushya22
3cee8cb109 Merge pull request #2123 from makeplane/sync/ce-ee
Sync: Community Changes
2025-01-06 19:03:18 +05:30
Anmol Singh Bhatia
bc27bc9dd2 [WEB-3040] chore: project breadcrumb improvement (#6322)
* chore: project breadcrumb link component added to CE and EE

* chore: project breadcrumb redirection improvement
2025-01-06 19:00:05 +05:30
pushya22
fc445582d8 Merge pull request #2119 from makeplane/sync/ce-ee
Sync: Community Changes
2025-01-06 16:35:42 +05:30
Aaryan Khandelwal
fbbca0c519 fix: user config dependencies (#6326) 2025-01-06 16:31:12 +05:30
Vamsi Krishna
7185b6b7b5 fix: added project id to block content component (#2117) 2025-01-06 15:32:48 +05:30
Prateek Shourya
a6216beb7e chore: language support phase 2 (#6323)
* fix: adding langauge support for sidebar items

* fix: worksapce sidebar item refactor

* chore: code cleanup

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-01-06 15:32:11 +05:30
Prateek Shourya
df326dc278 chore: language support phase 2 (#2116)
* fix: adding langauge support for sidebar items

* fix: worksapce sidebar item refactor

* chore: add back user and workspace level enterprise feature links

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-01-06 15:29:54 +05:30
Anmol Singh Bhatia
ea73f20e82 Merge branch 'preview' of github.com:makeplane/plane-ee into sync/ce-ee 2025-01-06 13:53:01 +05:30
Prateek Shourya
a8c21289d4 chore: refactor types and convert some to enums related to teams. (#2109) 2025-01-06 13:11:00 +05:30
Vamsi Krishna
625cbf872b [WEB-2711]fix: guest mentions and assignees (#6315)
* chore: issue search filter

* * fix: restricting guest user from assignees and mentions

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2025-01-06 13:06:16 +05:30
Vamsi Krishna
d26fb8ce02 [WEB-2926]fix: added tooltips for favorites (#6320)
* * fix: added tooltips for favorites

* chore: code formatting
2025-01-06 13:05:46 +05:30
Prateek Shourya
5e8f9ad7fb improvement: team analytics and minor bug fixes (#2106)
* feat: team analytics

* feat: team analytics

* fix: lead activity

* feat: team dependencies

* fix: team dependency analytics

* chore: team activity ux copy and other minor improvements

* fix: member permissions

* chore: ui & ux improvements

* feat: add tree map endpoint

* chore: add empty dates when date x_axis selected

* fix: workload endpoint to return start date

* chore: minor updates to team statistics endpoint

* chore: readd feature flag

* fix: analytic key

* feat: team analytics

* chore: team empty state ux copy

* chore: remove weekends

* chore: add workload summary endpoint

* chore: add no due date issues

* chore: add dependency type

* chore: update workload chart endpoint

* chore: add  to team dependency issue endpoint

* chore: team and chart related type updates

* chore: team endpoints improvements

* chore: team analytics store improvements

* chore: added peek overview for team dependency issue and other improvements

* chore: team statistics tree map filters and improvements

* chore: added label for tree map chart

* chore: team workload chart and summary improvement

* fix: logic to check if projects are updated

* chore: minor ux copy improvement

* chore: remove unwanted logic

* chore: fetch only team-level pages/views for the  tab

* fix: statistics endpoint for tree

* chore: update default  filter to  for team issues and team view issues

* chore: update cancelled project state background color

---------

Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2025-01-03 23:32:41 +05:30
pushya22
d2b8f28cdc Merge pull request #2107 from makeplane/sync/ce-ee
Sync: Community Changes
2025-01-03 20:05:07 +05:30
Prateek Shourya
c1407daa47 [WEB-3035] chore: add labels to treemap chart (#6313) 2025-01-03 20:03:11 +05:30
Aaryan Khandelwal
799c67e1cb fix: remove emoji edit for uneditable pages (#2093) 2025-01-03 19:49:53 +05:30
Akshita Goyal
aa939dd83b fix: floating bar overlap issue handled (#2083) 2025-01-03 19:48:31 +05:30
sriram veeraghanta
0e0a578831 fix: build errors 2025-01-03 17:24:07 +05:30
pushya22
0058cf2229 Merge pull request #2104 from makeplane/sync/ce-ee
Sync: Community Changes
2025-01-03 16:37:15 +05:30
Aaryan Khandelwal
2622dd691c fix: remove emoji edit for uneditable pages (#6304) 2025-01-03 15:54:41 +05:30
Nikhil
5e8b8ca3be Merge branch 'preview' into sync/ce-ee 2025-01-03 15:25:34 +05:30
Prateek Shourya
6e9433cbc1 feat: team analytics (#2091)
* feat: team analytics

* feat: team analytics

* fix: lead activity

* feat: team dependencies

* fix: team dependency analytics

* chore: team activity ux copy and other minor improvements

* fix: member permissions

* chore: ui & ux improvements

* feat: add tree map endpoint

* chore: add empty dates when date x_axis selected

* fix: workload endpoint to return start date

* chore: minor updates to team statistics endpoint

* chore: readd feature flag

* fix: analytic key

* feat: team analytics

* chore: team empty state ux copy

* chore: remove weekends

---------

Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2025-01-03 15:09:43 +05:30
sriram veeraghanta
4652ad0fc3 fix: remove localdb tracing 2025-01-03 15:01:57 +05:30
Aaryan Khandelwal
be9dbc1b18 [PE-97] chore: re-order pages options (#6303)
* chore: re-order pages dropdown options

* chore: re-order pages dropdown options
2025-01-03 14:58:43 +05:30
Saurabh Kumar
d659fea066 fix: gitlab integration fixes (#2088)
* fix: gitlab integration fixes

* removed logs
2025-01-03 14:41:13 +05:30
sriram veeraghanta
28d65a5950 fix: merge conflicts resolved 2025-01-03 14:37:11 +05:30
Prateek Shourya
d6bcd8dd15 feat: introduced stacked bar chart and tree map chart. (#6305) 2025-01-03 14:24:14 +05:30
Vamsi Krishna
873e4330bc [WEB-2870]feat: language support (#6215)
* fix: adding language support package

* fix: language support implementation using mobx

* fix: adding more languages for support

* fix: profile settings translations

* feat: added language support for sidebar and user settings

* feat: added language support for deactivation modal

* fix: added project sync after transfer issues (#6200)

* code refactor and improvement (#6203)

* chore: package code refactoring

* chore: component restructuring and refactor

* chore: comment create improvement

* refactor: enhance workspace and project wrapper modularity (#6207)

* [WEB-2678]feat: added functionality to add labels directly from dropdown (#6211)

* enhancement:added functionality to add features directly from dropdown

* fix: fixed import order

* fix: fixed lint errors

* chore: added common component for project activity (#6212)

* chore: added common component for project activity

* fix: added enum

* fix: added enum for initiatives

* - Do not clear temp files that are locked. (#6214)

- Handle edge cases in sync workspace

* fix: labels empty state for drop down (#6216)

* refactor: remove cn helper function from the editor package (#6217)

* * feat: added language support to issue create modal in sidebar
* fix: project activity type

* * fix: added missing translations
* fix: modified translation for plurals

* fix: fixed spanish translation

* dev: language type error in space user profile types

* fix: type fixes

* chore: added alpha tag

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com>
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
Co-authored-by: Akshita Goyal <36129505+gakshita@users.noreply.github.com>
Co-authored-by: Satish Gandham <satish.iitg@gmail.com>
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com>
Co-authored-by: gurusinath <gurusainath007@gmail.com>
2025-01-03 14:16:26 +05:30
Anmol Singh Bhatia
a3921017a2 fix: active cycle graph tooltip and endpoint validation (#2095) 2025-01-03 14:09:06 +05:30
Anmol Singh Bhatia
ade0aa1643 fix: active cycle graph tooltip and endpoint validation (#6306) 2025-01-03 14:08:02 +05:30
Akshita Goyal
bc1b4db54f fix: stickies minor bugs (#2087)
* fix: stickies minor bugs

* fix: empty names

* fix: enter key
2025-01-02 20:49:43 +05:30
Vamsi Krishna
69e620a760 * fix: active cycle collapse (#2084)
* fix: cycles view open on modal close
2025-01-02 20:34:46 +05:30
Anmol Singh Bhatia
bc401457c7 [WEB-3031] fix: project overview description activity (#2089)
* fix: project overview description activity

* fix: project overview metrics

* chore: project settings ux updated
2025-01-02 20:34:11 +05:30
pushya22
66f7a12df6 Merge pull request #2086 from makeplane/sync/ce-ee
Sync: Community Changes
2025-01-02 19:07:02 +05:30
Vamsi Krishna
6a13a64996 [WEB-1964]chore: cycles actions restructuring (#6298)
* chore: cycles quick actions restructuring

* chore: added additional actions to cycle list actions

* chore: cycle quick action structure

* chore: added additional actions to cycle list actions

* chore: added end cycle hook

* fix: updated end cycle export

---------

Co-authored-by: gurusinath <gurusainath007@gmail.com>
2025-01-02 18:27:34 +05:30
Anmol Singh Bhatia
f247d854bd [WEB-2943] dev: common layout components (#2072)
* dev: common title and description input component added

* dev: common layout components
2025-01-02 18:22:27 +05:30
Aaryan Khandelwal
fd67a39af9 regression: workspace and team pages duplicate logic (#2077)
* chore: duplicate for pages in workspace and team

* chore: workspace and team page duplicate logic

* fix: changed the url structure

* fix: changed the response structure

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2025-01-02 15:53:50 +05:30
Bavisetti Narayan
e7e3e620ab chore: added new activity in the overview (#1987)
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-01-02 15:43:48 +05:30
Akshita Goyal
7f7a4f8aba fix: stickies bugs (#2073)
* fix: stickies bugs

* fix: disabled other modals
2025-01-02 15:39:23 +05:30
sriram veeraghanta
00463d948a silo: redirect url fixes (#2068)
* fix: oauth redirect urls

* fix: silo base path hardcode

* fix: transform batch count on job completion

* fix: callback uri for asana

* fix: build errors

---------

Co-authored-by: Saurabhkmr98 <saurabhkapur73@gmail.com>
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com>
2025-01-02 14:32:29 +05:30