Commit Graph

8614 Commits

Author SHA1 Message Date
guru_sainath
8de830ef6e [MOBIL-787] chore: ipmplement workspace pages with pagination (#2446)
* fix: worksapce pages list

* chore: handled workspace pages is feature flagged
2025-02-11 13:34:11 +05:30
guru_sainath
b2621df517 fix: handled archived pages in workspace and project level pages (#2447) 2025-02-11 13:32:58 +05:30
sriram veeraghanta
05c51bc8f7 Merge pull request #2445 from makeplane/sync/ce-ee
Sync: Community Changes
2025-02-11 00:57:49 +05:30
sriram veeraghanta
18718e81c6 fix: merge conflicts 2025-02-11 00:56:13 +05:30
sriram veeraghanta
322e68fbb1 fix: build errors 2025-02-11 00:46:58 +05:30
sriram veeraghanta
363507f987 chore: turbo upgrade 2025-02-10 23:52:06 +05:30
sriram veeraghanta
a8de382db0 Merge pull request #2444 from makeplane/sync/ce-ee
Sync: Community Changes
2025-02-10 20:12:48 +05:30
Vamsi Krishna
f5e49e6d73 feat: added UI for customer properties CRUD (#2443) 2025-02-10 20:12:23 +05:30
sriram veeraghanta
30453d1c79 fix: build errors 2025-02-10 20:08:54 +05:30
sriram veeraghanta
64efc7c262 Merge pull request #2442 from makeplane/sync/ce-ee
Sync: Community Changes
2025-02-10 19:42:53 +05:30
Vamsi Krishna
dff12729c0 [WEB-3287]fix: label creation in global views (#6541)
* fix: label creation on enter

* fix: update label creation permissions

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-02-10 19:35:04 +05:30
Vamsi Krishna
8efe692c80 [WEB-3235]fix: transfer issues button mutation (#6549)
* fix: pending issues mutation

* fix: transfer issues count
2025-02-10 19:33:43 +05:30
Prateek Shourya
b8498c8615 fix: teamspace sidebar label (#2441) 2025-02-10 18:44:07 +05:30
sriram veeraghanta
1b4287b9cb Merge pull request #2439 from makeplane/sync/ce-ee
Sync: Community Changes
2025-02-10 17:47:06 +05:30
Aaryan Khandelwal
702a06aafd chore: update teamspace chart components and types 2025-02-10 17:28:29 +05:30
Aaryan Khandelwal
dcf611c1fa fix: merge conflicts resolved from preview 2025-02-10 17:06:43 +05:30
Vamsi Krishna
e85c6ce5cd [WEB-3294]feat: customers settings (#2440)
* feat: customers empty state

* draft: customer empty state

* feat-customers_settings_page
2025-02-10 16:07:50 +05:30
Prateek Shourya
066c367639 [WEB-3340] fix: teamspace list empty state member access (#2437)
* [WEB-3340] fix: teamspace list empty state member access

* fix: teamspace list
2025-02-10 16:03:47 +05:30
Aaryan Khandelwal
ce57c1423c [WEB-3329] dev: new chart components (#6565)
* dev: new chart components

* chore: separate out pie chart tooltip

* chore: remove unused any types

* chore: move chart components to propel package
2025-02-10 16:01:06 +05:30
Prateek Shourya
d88d19f4c4 fix: add role to WorkspaceUserMeSerializer (#2438)
* fix: add role to WorkspaceUserMeSerializer

* fix: create workspace response
2025-02-10 15:50:39 +05:30
sriram veeraghanta
25baa8adce Merge pull request #2436 from makeplane/sync/ce-ee
Sync: Community Changes
2025-02-10 15:10:58 +05:30
Nikhil
9ec72da932 Merge branch 'preview' into sync/ce-ee 2025-02-10 15:09:20 +05:30
Akshita Goyal
1eb1e82fe4 fix: issue icons in published project link (#6576) 2025-02-10 15:07:30 +05:30
Akshita Goyal
a2328d0cbe fix: workspace roles for settings and members button (#6574)
* fix: workspace roles for settings and members button

* fix: user role and member count for new workspace

* chore: set role to 20 while workspace creation

---------

Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
2025-02-10 15:03:50 +05:30
Dheeraj Kumar Ketireddy
5096a15051 Merge pull request #6575 from makeplane/modify-workspace-serializer
modify: workspace user link serializer
2025-02-10 14:51:32 +05:30
sangeethailango
55c2511ab5 modify: workspace serializer 2025-02-10 14:27:21 +05:30
sriram veeraghanta
2cbb2d5adf Merge pull request #2431 from makeplane/sync/ce-ee
Sync: Community Changes
2025-02-10 13:27:59 +05:30
Nikhil
84e536bfca fix: workspace switcher API (#2432)
* fix: workspace switcher api

* fix: upgrade_plan key

---------

Co-authored-by: gakshita <akshitagoyal1516@gmail.com>
2025-02-10 13:27:23 +05:30
Vipin Chaudhary
16bc64e2fa fix: Remove AI Assistant Button from Tab Order to Prevent Focus (#6569)
* make ai button unfocused

* fix the format
2025-02-10 12:55:21 +05:30
sriram veeraghanta
95e77223c4 Merge pull request #2430 from makeplane/sync/ce-ee
Sync: Community Changes
2025-02-08 20:55:51 +05:30
Vipin Chaudhary
14083ea7da fix: handle shift tab tab-index focus (#6554)
* handle shift tab tab-index focus

* add comment

* fix double tap

* make label focus

* fix title focus

* focus discard and save

* remove comment
2025-02-08 20:54:23 +05:30
Akshita Goyal
88e4a3b4a2 [WEB-3292] feat: workspace switcher with plans information (#2410)
* feat: ui changes for workspace switcher

* fix: hover

* fix: added current plan

* feat: Return user role

* chore: remove unused imports

* fix: css

* fix: added user role in workspace switcher

* fix: return role as integer

* fix: role casing

* fix: refactor

* fix: plan pill fix

* feat: plan pill

* fix: design update

* fix: edges

* fix: refactor

---------

Co-authored-by: sangeethailango <sangeethailango21@gmail.com>
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
2025-02-07 21:06:22 +05:30
sriram veeraghanta
577ef6c188 Merge pull request #2428 from makeplane/sync/ce-ee
Sync: Community Changes
2025-02-07 21:00:31 +05:30
Anmol Singh Bhatia
feb88e64a4 [WEB-3292] fix: workspace switcher validation and ui improvements (#6570)
* fix: workspace action item validation and ui improvements

* chore: code refactor
2025-02-07 20:58:56 +05:30
sriram veeraghanta
afba1777d7 Merge pull request #2426 from makeplane/sync/ce-ee
Sync: Community Changes
2025-02-07 20:33:09 +05:30
Anmol Singh Bhatia
032a8e06cc [WEB-3322] chore: initiatives improvements (#2412)
* chore: initiatives list layout improvements

* chore: initiative toast alert updated

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-02-07 20:23:25 +05:30
Nikhil
2e2cb4dd1f Merge branch 'preview' into sync/ce-ee 2025-02-07 20:21:18 +05:30
Akshita Goyal
7989df19eb [WEB-3321] fix: removed chat id form home url (#2420)
* fix: removed chat id form home url

* fix: handled redirection
2025-02-07 20:16:40 +05:30
Sangeetha
a00bb35e54 [WEB-3285] fix: creating and updating duplicate quick links (#6557)
* fix: creating and updating duplicate quick links

* fix: improve code readibiltiy
2025-02-07 20:06:47 +05:30
Akshita Goyal
20ba91b98c [WEB-3292] feat: workspace switcher redesign (#6543)
* feat: ui changes for workspace switcher

* fix: hover

* fix: added current plan

* feat: Return user role

* chore: remove unused imports

* fix: css

* fix: added user role in workspace switcher

* fix: return role as integer

* fix: role casing

* fix: refactor

* fix: plan pill fix

* fix: design updates

* fix: refactor

* fix: member translation

* fix: css improvements

* fix: truncate issue

* fix: workspace switcher dropdown email truncate

* fix: workspace switcher dropdown email truncate

* fix: role

---------

Co-authored-by: sangeethailango <sangeethailango21@gmail.com>
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
2025-02-07 20:05:57 +05:30
Akshita Goyal
456c7f55a9 [WEB-2917] Fix home widget (#6560)
* fix: home loading state

* fix: quickstart guide

* fix: link handling

* fix: home completed state

* fix: translations
2025-02-07 20:00:59 +05:30
Anmol Singh Bhatia
2a57412016 chore: app sidebar section header improvement (#2419) 2025-02-07 17:56:30 +05:30
Prateek Shourya
35c8d2a61d fix: project access description translation (#2424) 2025-02-07 17:53:14 +05:30
sriram veeraghanta
31c73d4701 Merge pull request #2425 from makeplane/sync/ce-ee
Sync: Community Changes
2025-02-07 17:51:44 +05:30
Prateek Shourya
c2da3ea4c8 fix: intake filter label (#6567) 2025-02-07 17:46:08 +05:30
sriram veeraghanta
6d3b112f23 Merge pull request #2423 from makeplane/sync/ce-ee
Sync: Community Changes
2025-02-07 14:30:10 +05:30
Prateek Shourya
2b595cfe62 chore: remove unnecessary useEffect for setting default image (#6566) 2025-02-07 14:08:17 +05:30
Prateek Shourya
31b0f9c03e fix: infinite patch API call to update cover image on project overview page (#2421)
* fix: infinite patch API call to update cover image on project overview page

* remove: useEffect import
2025-02-07 14:07:15 +05:30
Anmol Singh Bhatia
b1720619fc [WEB-3333] fix: initiatives epic peek view create modal (#2422)
* fix: initiatives epic create modal

* fix: initiatives epic create modal
2025-02-07 14:06:16 +05:30
sriram veeraghanta
16d0b41c98 Merge pull request #2418 from makeplane/sync/ce-ee
Sync: Community Changes
2025-02-07 03:17:28 +05:30