mirror of
https://github.com/makeplane/plane.git
synced 2026-09-03 04:29:57 +02:00
refactor/issue-widgets
12 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
ddb57acc18 | chore: add flex-grow to the title element (#2909) | ||
|
|
282e3e3e3b |
[WEB-3536] Feat: epic and initiative updates tab (#2837)
* feat: epic updates wip * feat: create endpoint for epic update * feat: delete, get, update endpoint for epic updates * feat: comments endpoint * feat: update reaction endpoints * refactor: code refactor * wip: epic updates * fix: epic update minor bug fixes * WIP * feat: endpoint to list updates * feat: patch and delete endpoint for update feat: get and post for comments feat: post adn delete for reactions * chore: use EntityTypeEnum instead of hardcoding * fix: add cancelled issues count * chore: return project and epic details * refactor: fetching project and epic details * feat: initiative updates * fix: i18n changes * fix: i18n changes * fix: i18n * fix: initiative updates * fix: translations + reaction bug * feat: filter based on status * fix: removed updates for initiatives * fix: initiative updates * chore: added updates in initiative analytics * fix: refactor * chore: optimised the initiative updates query * chore: added description_html * fix: refactor * fix: list view on click * fix: return only latest record * fix: handled epic and project addition and deletion * fix: build * fix: popover component * fix: latest updates returning all status's latest one * fix: local update * fix: text overflow issue * fix: icon colors * fix: update status on project attributes returning same update --------- Co-authored-by: sangeethailango <sangeethailango21@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> |
||
|
|
299a26a851 |
[WEB-3784] Chore: comment refactor for epics, initiatives and teamspaces (#2737)
* fix: wip * fix: store update issue * fix: initiatives and epics comments refactor * fix: refactor * fix: issue comments refactor * fix: refactor * fix: teamspaces comments * fix: types * fix: refactor * fix: edited at * chore: add comment edit migrations * fix: css * fix: return comment reactions * chore: return edited_at for comments * fix: css * fix: asset uploads * feat: bulk insert endpoint for workspace level assets * fix: projectIds fixed * fix: css * fix: css * fix: refactor * fix: edited_at for epic comment update * fix: build * fix: refactor --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: sangeethailango <sangeethailango21@gmail.com> |
||
|
|
4e261135db | [WEB-3559] chore: epic identifier (#2787) | ||
|
|
5081449633 |
feat: customers (#2378)
* feat: endpoints for customer properties * fix: options not returning * feat: Remove print statements * feat: get endpoint for customer property options * feat: customer endpoint * feat: delete and patch endpoint * fix: remove unwanted if conditions fix: create instead of update * fix: add create_or_update_options function to dynamically create or update * fix: add create_or_update_options to dynamically create or update * add permission * chore: dashboard migrations * fix: remove if condition * chore: changed the name of the dashboard * chore: removed the show legend * feat: customer request endpoint * chore: added deleted by in workspace connection * feat: customer request issues * feat: customer request issues * fix: partial update * feat: customer requests count on customer list endpoint * feat: pagination for customer list endpoint * chore: Improvement custom properties (#2486) * refactor: enhance custom properties components modularity * chore: minor updates * chore: issue properties store improvement * chore: improved modularity for additional properties --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> * feat: customers crud (#2488) * draft: customer-crud * * feat: added customer list empty states * feat: added customers create update modal * * chore: added types * chore: added language translation for constants * chore: updated types * feat: customer request issue endpoints refactor: folder and file name changes * feat: customer properties store and integration (#2496) * chore: issue properties store improvement * draft: customer store * chore: updated work items modularity * feat: inegrated apis for customer properties * fix: return proper error message for duplicate customers * feat: search functionality for customers list endpoint * draft: customers * feat: endpoints for customer property values * * feat : added customer add, update and delete * feat: added customer detail and empty state page * chore: fixed lint errors * fix: build errors * refactor: moving validator functions into seperate file * refactor: moving validator functions into seperate file * chore: sidebar preference updated * feat: added customers to sidebar * chore: added feature flag to sidebar * feat: endpoint to fetch related issues of a customer request * fix: change the response fro type__is_epic to type_is_epic * refactor: use query_params * refactor: use query_params * draft: customer request crud * feat: issue search endpoint * feat: issue search endpoint * fix: removing is_epic filter * fix: filter disabled epics on search * feat: post endpoint for attachments * feat: patch, delete and get endpoints of customer request attachments * feat: issue count of a customer * feat: search for customer requests * fix: search results not accurate * modify: issue search results * fix: response field changes * modify: add issue_ids in the response * modify: customer request response to include issue_ids * modify: add issue details in customer request post endpoint * modify: type_is_epic to is_epic * fix: add permission class * draft: customer requests * modify: customer attachments to return asset_url and entity_identifier * feat: added crud for customer requests * fix: build errors * modify: customer request issue endpoint to related issue to customer * chore: updated customers endpoints * chore: updated endpoints * fix: search results * chore: updated remove/add work item endpoint * fix: customer requests response returning deleted work items * feat: issue template * fix: search to return deleted customer request issues * chore: updated customer create request * fix: remove disabled project epics from customer requests list * modify: Customer requests endpoint to return attachment count * feat: request attachments crd * chore: updated the migration file * fix: return asset url * feat: get endpoint for attachments * chore: changed the migration file * chore: added project base model * chore: migration changes * fix: migration * chore: update migrations * feat:added custom properties customer * fix: customer logo * fix: customer property value endpoint * chore: add logo for customers * fix: attachment api * fix: add query params for attachments * fix: return customer_request_id * feat: customer logo * feat: added customer logo chore: fixed work item mutation issue * fix: customers pagination fix: remove unwanted code * feat: search and pagination for customers * chore: customer and customer request count on work items fix: remove unnecessary files * fix: minor fix * fix: return customer and requests counts * fix: remove logo_url * fix: remove logo_asset * * chore: detail sidebar ui fixes * chore: added attachment list to request update * chore: added dark mode for detail empty state * chore: added user permissions for customers * chore: customer details in work items details * feat: added language translation to customers * fix: change permission class chore: added workspace filter chore: removed customer_request_issues_count from the response * fix: code improvement * chore: code improvements and refactor * fix: change manager * fix: change manager * change manage * fix: feature validation --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: Vamsi krishna <matalav55@gmail.com> Co-authored-by: Vamsi Krishna <46787868+vamsikrishnamathala@users.noreply.github.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so> Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com> |
||
|
|
dee8bd6cdf | chore: progress section indicator added (#2620) | ||
|
|
0351e44826 |
feat: language support (#2311)
* chore: ln support modules constants * fix: translation key * chore: empty state refactor (#6404) * chore: asset path helper hook added * chore: detailed and simple empty state component added * chore: section empty state component added * chore: language translation for all empty states * chore: new empty state implementation * improvement: add more translations * improvement: user permissions and workspace draft empty state * chore: update translation structure * chore: inbox empty states * chore: disabled project features empty state * chore: active cycle progress empty state * chore: notification empty state * chore: connections translation * chore: issue comment, relation, bulk delete, and command k empty state translation * chore: project pages empty state and translations * chore: project module and view related empty state * chore: remove project draft related empty state * chore: project cycle, views and archived issues empty state * chore: project cycles related empty state * chore: project settings empty state * chore: profile issue and acitivity empty state * chore: workspace settings realted constants * chore: stickies and home widgets empty state * chore: remove all reference to deprecated empty state component and constnats * chore: add support to ignore theme in resolved asset path hook * chore: minor updates * fix: build errors --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com> * feat: extended language translations support * fix: language support fo profile (#6461) * fix: ln support fo profile * fix: merge changes * fix: merge changes * [WEB-3137] refactor: empty states and add language support (#2235) * chore: asset path helper hook added * chore: detailed and simple empty state component added * chore: section empty state component added * chore: language translation for all empty states * chore: new empty state implementation * improvement: add more translations * improvement: user permissions and workspace draft empty state * chore: update translation structure * chore: inbox empty states * chore: disabled project features empty state * chore: active cycle progress empty state * chore: notification empty state * chore: connections translation * chore: issue comment, relation, bulk delete, and command k empty state translation * chore: project pages empty state and translations * chore: project module and view related empty state * chore: remove project draft related empty state * chore: project cycle, views and archived issues empty state * chore: project cycles related empty state * chore: project settings empty state * chore: profile issue and acitivity empty state * chore: workspace settings realted constants * chore: stickies and home widgets empty state * chore: remove all reference to deprecated empty state component and constnats * chore: team related empty states refactor and translation * chore: initiatives related empty states refactor and translation * chore: workspace pages related empty states refactor and translation * chore: epics related empty states refactor and translation * chore: workspace and project cycles related empty states refactor and translation * chore: command modal related empty states refactor and translation * chore: projects related empty states refactor and translation * chore: seperate out enterprise translations --------- Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so> * [WEB-3165]feat: language support for issues (#6452) * * chore: moved issue constants to packages * chore: restructured issue constants * improvement: added translations to issue constants * chore: updated translation structure * * chore: updated chinese, spanish and french translation * chore: updated translation for issues mobile header * chore: updated spanish translation * chore: removed translation for issue priorities * fix: build errors * chore: minor updates --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> * chore: migrated filters.ts to packages (#6459) Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> * chore: workspace drafts constant moved to plane constant package * feat: home language support without stickies (#6443) * feat: home language support without stickies * fix: home sidebar * fix: added missing keys * fix: show all btn * fix: recents empty state * chore: translation update * feat: workspace constant language support and refactor (#6462) * chore: workspace constant language support and refactor * chore: workspace constant language support and refactor * chore: code refactor * chore: code refactor * merge conflict * chore: code refactor --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> * chore: tab indices constant moved to plane package (#6464) * chore: notification language support and refactor * [WEB-3165]feat:language support for issues. (#2282) * * chore: moved issue constants to packages * chore: restructured issue constants * improvement: added translations to issue constants * chore: updated translation structure * * chore: updated chinese, spanish and french translation * chore: updated translation for issues mobile header * * chore: updated imports for constants * improvemnt: added new translations * chore: updated spanish translation * chore: removed translation for issue priorities * chore: minor updates --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> * chore: filters migration to packages (#2298) * chore: migrated filter.ts to packages * core: updated filter.ts imports to packages * chore: added missing translation keys --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> * chore: ln support for inbox constants (#6432) * chore: ln support for inbox constants * fix: snooze duration * fix: enum * fix: translation keys * fix: inbox status icon * fix: status icon * fix: naming --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> * fix: ln support for views constants (#6431) * fix: ln support for views constants * fix: added translation * fix: translation keys * fix: access * chore: code refactor * feat: workspace constant language support and code refactor (#2305) * chore: code refactor * fix: workspace settings order * chore: code refactor --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> * chore: ln support workspace projects constants (#6429) * chore: ln support workspace projects constants * fix: translation key * fix: removed state translation * fix: removed state translation * fi: added translations * Chore: theme language support and refactor (#6465) * chore: themes language support and refactor * chore: theme language support and refactor * fix * [WEB-3173] chore: language support for cycles constant file (#6415) * chore: ln support for cycles constant file * fix: added chinese * fix: lint * fix: translation key * fix: build errors * fix: build errors * minor updates * chore: english extended translations * chore: minor translation update * chore: minor translation update * chore: minor translation update * refactor: move labels contants to packages * refactor: move swr, file and error related constants to packages * chore: timezones constant moved to plane package * chore: metadata constant code refactor * chore: code refactor * fix: dashboard constants moved * chore: code refactor (#6478) * refactor: spreadsheet constants * chore: drafts language support (#6485) * chore: workspace drafts language support * chore: code refactor * feat: ln support for notifications (#6486) * feat: ln support for notifications * fix: translations * * refactor: moved page constants to packages (#6480) * fix: removed use-client * chore: removed unnecessary commnets * chore: workspace draft language support (#6490) * chore: workspace drafts language support * chore: code refactor * chore: draft language support * Feat constant event tracker (#6479) * fix: event tracjer constants * fix: constants event tracker * feat: language translation - projects list (#6493) * feat: added translation to projects list page * chore: restructured translation file * chore: module language support (#6499) * chore: module language support added * chore: code refactor * chore: workspace views language support (#6492) * chore: workspace views language support * chore: code refactor * feat: custom analytics language support (#6494) * feat: custom analytics language support * fix: key * fix: refactoring --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> * fix: build errors * chore: minor improvements * feat: language support for intake (#6498) * feat: language support for intake * fix: key name * refactor: authentications related translations * feat: language support issues (#6501) * enhancement: added translations for issue list view * chore: added translations for issue detail widgets * chore: added missing translations * chore: modified issue to work items * chore: updated translations * Feat: workspace settings language support (#6508) * feat: language support for workspace settings * fix: lint * fix: export title * chore project settings language support (#6502) * chore: project settings language support * chore: code refactor * refactor: workspace creation related translations * chore: renamed issues to work items * fix: build errors * fix: lint * chore: modified translations * chore: remove duplicate * improvement: french translation * chore: chinese translation improvement * fix: japanese translations * chore: added spanish translation * add missing translations * minor improvements * add missing translations and build fixes * fix: miscelleous language translations * refactor: move all issue types related types, constants and helpers to packages (#2345) * refactor: move all issue types related types, constants and helpers to packages * remove unused imports * fix: clear_all key * chore: initiatives language support (#2341) * chore: initiatives settings language support * chore: initiatives list page language support * chore: initiatives detail translation support * fix: moved user permission constants (#6516) * feat: language support for issues (#6513) * chore: added language support to issue detail widgets * improvement: added translation for issue detail * enhancement: added language trasnlation to issue layouts * chore: translation improvement (#6518) * feat: language support description (#6519) * enhancement: added language support for description * fix: updated keys * chore: initiatives toasts language support (#2347) * chore: initiatives settings language support * chore: initiatives list page language support * chore: initiatives detail translation support * chore: initiatives translation support * chore: code refactor * refactor: change issue type to work item type and add translations (#2351) * refactor: replace all occurances of issues and work items * refactor: replace all occurances of issues and work items (#2354) * chore: renamed issue to work item (#6522) * chore: replace missing issue occurances to work items * fix: build errors * chore: minor translations update * fix: build errors * minor improvements * fix: build errors * chore: update teamspace empty states * chore: work items * fix: profile links * Feat ln cycles (#6528) * feat: added language support for cycles * feat: added language support for cycles * chore: added core.json * fix: translation keys * fix: translation keys (#6530) * fix: changed sidebar keys * fix: removed extras * fix: updated keys * chore: optimize translation imports * fix: langugae support (#2358) * fix: added missing keys * fix: workspace settings * chore: translation import optimization (#2360) * chore: optimize translation imports * fix: extended core * fix: removed pro_trial * fix: key fix --------- Co-authored-by: gakshita <akshitagoyal1516@gmail.com> * fix: updated keys (#6534) * fix: updated keys * fix-sub work items toasts * fix: minor translations related bugs * fix: build errors * chore: add missing translation and minor fixes * chore: code refactor * chore: code refactor * fix: language support keys (#6553) * minor improvements * minor fixes * fix: remove lucide import from constants package * fix: remove lucide import from constants package * chore: regenerate all enterprise level translations * chore: remove all from translations * chore: regenerate all translations * chore: addded chinese and japanese translation files * chore: remove all from translations * chore: dashboard translation * fix: added member * fix: language support keys (#6558) * fix: renamed keys * fix: space app * chore: renamed issues to work items * chore: update site manifest * chore: updated translations * fix: lang keys * fix: fixed key names (#2413) Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> * chore: update translations --------- Co-authored-by: gakshita <akshitagoyal1516@gmail.com> Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com> Co-authored-by: Akshita Goyal <36129505+gakshita@users.noreply.github.com> Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so> Co-authored-by: Vamsi Krishna <46787868+mathalav55@users.noreply.github.com> Co-authored-by: Vamsi krishna <matalav55@gmail.com> Co-authored-by: Vamsi Krishna <46787868+vamsikrishnamathala@users.noreply.github.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> |
||
|
|
fd0c35d07f |
[WEB-3128] improvement: team statistics scope, analytics empty state and components rename (#2195)
* improvement: team statistics scope * improvement: remove team lead from list of members * chore: team analytics empty state and renamed team workload / dependencies * chore: rename worklaod and dependency endpoints * remove overdue banner if there are no overdue issues * chore: team issues filters empty state ux copy updated * chore: clear stats filter empty state * chore: language translation for team analytics empty state * chore: rename work items -> issues * fix: team relations logic * chore: reset local analytics filters * improvement: team statistics responsiveness * chore: blocking blocked by issues * improvement: team relation logic and ui * fix: team statistics filter logic * fix: optimstic update for team analytics filters --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> |
||
|
|
4323b58031 |
[WEB-3130] chore: remove overdue progress stats (#2198)
* chore: analytic types updated * chore: remove overdue from progress section and code refactor * chore: removed the overdue issues count --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> |
||
|
|
3c37071d49 |
[WEB-2943] chore epic initiative and project overview improvement (#2154)
* chore: section empty state and sidebar content wrapper component updated * fix: initiative link remove mutation * chore: update sidebar component updated * chore: sidebar comment validation updated * chore: sidebar comment validation updated * chore: collapsible section render * chore: project overview progress empty state * chore: sidebar activity, comment and updates sorting |
||
|
|
bc87ebe19c |
[WEB-2943] chore: layout consistency and code cleanup (#2124)
* chore: epic layout consistency * chore: code cleanup and build fix * chore: code cleanup * chore: initative collapsible state added to store * chore: initiatve layout consistency * chore: code cleanup * chore: code refactoring * chore: project overview collapsible state and handler added to store * chore: layout main wrapper component updated * chore: layout sidebar wrapper component updated * chore: project overview layout consistency and code refactor * chore: code cleanup * fix: build error * chore: code cleanup |
||
|
|
f247d854bd |
[WEB-2943] dev: common layout components (#2072)
* dev: common title and description input component added * dev: common layout components |