sriram veeraghanta
62b9b259c0
fix: adding issue title to the activity ( #3271 )
2023-12-28 18:53:06 +05:30
Anmol Singh Bhatia
91e84aede1
fix: onboarding redirection loop and bug fixes ( #3250 )
...
* chore: try and catch added in handleSignInRedirection
* chore: remove unnecessary hooks
* fix: handleCopyIssueLink url updated
* chore: swap next_url with next_path and validate redirection logic for next_path url
2023-12-28 17:17:04 +05:30
Prateek Shourya
71bf049e89
Style/UI improvements ( #3269 )
...
* style: update `Workspace Issues` -> `All Issues` header.
* style: fix issue activity text overflow issue.
2023-12-28 14:30:33 +05:30
sriram veeraghanta
685e62a72f
fix: replacing onclick redirections with link tag. ( #3263 )
...
* fix: adding links to dashboard summary items
* fix: adding links to workspace sidebar dropdown
* fix: adding links to the sidebar
2023-12-28 14:29:20 +05:30
Bavisetti Narayan
78428fb564
chore: estimates and issue parent id fixes ( #3188 )
...
* chore: validations and bug fixes
* chore: estimate point character limit validation
---------
Co-authored-by: LAKHAN BAHETI <lakhanbaheti9@gmail.com>
2023-12-27 15:35:15 +05:30
Anmol Singh Bhatia
05eb728c40
chore: cycle & module sidebar improvement ( #3251 )
...
* chore: no lead option added in module lead select dropdown
* chore: module lead select dropdown code refactor
* chore: cycle sidebar improvement
* chore: module sidebar improvement
* style: cycle and module sidebar improvement
* style: app sidebar improvement
2023-12-27 15:16:13 +05:30
Lakhan Baheti
e14baf17a7
style: create webhook page to modal ( #3223 )
...
* style: create webhook page to modal
* fix: create page removed
* fix: auto modal close on empty state
* fix: secret key heading removed from generated modal
2023-12-26 13:28:47 +05:30
sriram veeraghanta
dc131ee05b
Merge pull request #3232 from makeplane/release-0.15
...
fix: moving patch fixes from release 0.15 to 0.14.2
2023-12-22 18:19:47 +05:30
Lakhan Baheti
816b6abf3b
chore: allow non-latin characters to project identifier ( #3226 )
2023-12-22 18:10:21 +05:30
Lakhan Baheti
6ecaa661a7
style: email placeholder changed across the platform ( #3206 )
...
* style: email placeholder changed across the platform
* fix: placeholder text
2023-12-22 18:10:21 +05:30
Lakhan Baheti
aceee7d2e2
fix: bugs & improvements ( #3189 )
...
* fix: workspace invitation modal form values reset
* fix: profile sidebar avatar letter
2023-12-22 18:09:41 +05:30
Anmol Singh Bhatia
0a41eff435
chore: bug fixes & improvement ( #3218 )
...
* chore: draft issue validation added to prevent saving empty or whitespace title
* chore: resolve scrolling issue in page empty state
* chore: kanban layout quick add issue improvement
2023-12-22 18:09:41 +05:30
Prateek Shourya
5f681973a0
style: instance admin email settings ui & ux update. ( #3186 )
2023-12-22 18:09:41 +05:30
David Chiang
d76840ff6f
Fix spelling error in setting-label-list.tsx ( #3210 )
2023-12-22 17:24:02 +05:30
Lakhan Baheti
40b8b0ac35
fix: role authorization for create project button in project empty state ( #3204 )
2023-12-20 18:53:35 +05:30
Anmol Singh Bhatia
7bff8d2ec5
chore: cycle and module sidebar mutation fix ( #3174 )
...
* chore: issue action cycle sidebar mutation fix
* chore: issue action module sidebar mutation fix
2023-12-18 19:01:10 +05:30
Aaryan Khandelwal
81256d6373
chore: add tooltips to issue properties with no value ( #3169 )
...
* chore: add tolltips to properties with no value
* chore: update property types
2023-12-18 15:17:38 +05:30
Lakhan Baheti
c9792da4a1
fix: bug fixes & improvements ( #3159 )
...
* fix: on issue update updates_on not updating
* fix: on project change cycle update
* fix: update issue
2023-12-18 14:59:25 +05:30
Prateek Shourya
37df0bcdd8
fix: issue with peek view properties not editable and options not being shown in all workspace issues
. ( #3100 )
...
* fix: issue with peek view properties not editable and options not being shown in `all workspace issues`..
* refactor: use projectId from props instead of router query.
fix: issue in add to module/ cycle not working properly.
2023-12-18 14:47:40 +05:30
Prateek Shourya
18c86bd8cc
chore: add email from address
in Instance Admin Email Settings. ( #3155 )
2023-12-18 13:36:09 +05:30
Prateek Shourya
184db0156c
User role validation across workspace and projects. ( #3167 )
...
* chore: remove `add link` button for guests & viewer in modules sidebar.
* chore: remove `+` (add view) icon for guests & viewer in `All Issues`.
* chore: remove `Start Project` button from Dashboard & Projects empty state for guests & viewers.
* chore: project level user role validation for empty states.
2023-12-18 13:25:03 +05:30
Lakhan Baheti
05e7afab8d
fix: issue peek-overview delete functionality ( #3134 )
...
* fix: peek-overview delete issue
* refactor: removed unused variables
2023-12-18 12:14:57 +05:30
Anmol Singh Bhatia
969a51f425
chore: issue click & peek overview improvement ( #3157 )
...
* improve issue popover to detect outside click
* chore: stopPropagation event added to prevent peekoverview triggering in action menu & issue properties
* chore: stopPropagation event added to prevent peekoverview triggering in issue properties
* chore: enable entire issue card clickability in list and kanban layout, introduce control-click functionality
to open issues in new tabs
* chore: build error fix and unused variable removed
* chore: build error fix
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2023-12-18 12:11:14 +05:30
Lakhan Baheti
a37dec45d9
chore: made project-identifier rule consistent ( #3148 )
2023-12-17 00:39:23 +05:30
Lakhan Baheti
e1793dda74
chore: role restriction to issue detail & peek-overview ( #3146 )
...
* chore: disabled interaction with title & description in peekview & issue detail
* chore: restriction to attachments delete for lower roles
* chore: kanban & calendar block drag restriction for lower roles
* fix: module/issue sidebar links access for lower roles
* fix: issue detail role validation
* fix: user role validation condition
2023-12-17 00:38:05 +05:30
Anmol Singh Bhatia
31fdaf2659
fix: project members fetch fix ( #3145 )
...
* chore: all issues assignee fetch fix
* chore: assignee fetch logic updated
2023-12-17 00:36:56 +05:30
Aaryan Khandelwal
8a1a6c6f62
chore: disable API calls for un-authorized users ( #3144 )
...
* fix: disable api calls if user doesn't have access
* chore: remove permissions from component level
* chore: rmeove console log and organize import statements
2023-12-17 00:35:53 +05:30
Prateek Shourya
3d83101f69
fix: issue with cycle
and module
sidebar filter implementation. ( #3142 )
2023-12-17 00:34:42 +05:30
Lakhan Baheti
d473ba9d0d
fix: create issue project ID ( #3131 )
2023-12-17 00:32:00 +05:30
Anmol Singh Bhatia
2edd2d947e
chore: implement validation for accepting 'http://' and 'https://' url in link modal ( #3147 )
2023-12-15 16:39:32 +05:30
Anmol Singh Bhatia
7684a2c091
chore: sidebar quick action improvement ( #3133 )
2023-12-14 17:24:42 +05:30
Lakhan Baheti
4e2bf24e8d
chore: filter edit operation in views is disabled for lower roles ( #3113 )
...
* chore: edit/delete view options hidden for lower roles
* chore: project -> views access restriction for lower roles
* refactor: allowance condition
2023-12-14 16:49:36 +05:30
Prateek Shourya
3adf48e429
chore: add new or existing issues
validation for guest & viewers in cycles and modules empty state. ( #3126 )
2023-12-14 16:31:57 +05:30
Lakhan Baheti
1c546e3cc5
fix: cycle & module sidebar date range picker ( #3127 )
...
* fix: cycle sidebar date range picker
* chore: cycle sidebar hover pointer
* fix: module sidebar date range picker
* fix: module sidebar state select popover pointer
2023-12-14 16:31:39 +05:30
Anmol Singh Bhatia
8d3a0a2eec
fix: build error ( #3128 )
2023-12-14 16:07:53 +05:30
Lakhan Baheti
9d0056cfee
fix: spreadsheet layout sub-issues property update ( #3110 )
...
* fix: spreadsheet subissues property update
* fix: hover effect for sub-issues
* refactor: mutate sub-issues
2023-12-13 23:07:26 +05:30
Lakhan Baheti
4bb99d5fbf
fix: cycle delete & active cycle loading ( #3088 )
2023-12-13 23:06:38 +05:30
Anmol Singh Bhatia
6c61fbd102
chore: guest user profile access-related problem ( #3089 )
...
* fix: resolve guest user profile access-related problem
* chore: header and app sidebar permission validation added
2023-12-13 23:05:50 +05:30
Anmol Singh Bhatia
2605b938f0
chore: empty state action button validation ( #3094 )
2023-12-13 23:05:23 +05:30
Anmol Singh Bhatia
b4f51cb5af
chore: cycle and module sidebar permission validation ( #3095 )
2023-12-13 23:05:02 +05:30
Anmol Singh Bhatia
fe80ca3e1c
chore: issue sidebar and project view improvement and validation ( #3098 )
...
* chore: project view header button validation
* chore: copy view link option added in project view list item and role action validation added
* chore: issue sidebar improvement
2023-12-13 23:04:33 +05:30
Anmol Singh Bhatia
b78e83d81b
chore: image file update, icon consistency, bug fixes and code refactor ( #3107 )
...
* chore: workspace view icon consistency
* chore: icon added in breadcrumb dropdown
* chore: svg image replaced with webp
* fix: build fix
* chore: unused variables removed
* chore: module sidebar copy module link fix
2023-12-13 23:03:54 +05:30
sriram veeraghanta
ee68c3ae86
Merge pull request #3111 from makeplane/chore/calendar_layout_improvement
...
chore: calendar layout improvement
2023-12-13 23:03:07 +05:30
sriram veeraghanta
239f68e260
Merge pull request #3117 from makeplane/chore/issue_related_bug_and_improvement
...
chore: issue details related bug fixes and improvement
2023-12-13 23:01:19 +05:30
Anmol Singh Bhatia
13d7832d35
chore: app sidebar quick action permission validation added
2023-12-13 20:32:39 +05:30
Anmol Singh Bhatia
0f892d4670
chore: analytics permission validation added
2023-12-13 20:15:50 +05:30
Anmol Singh Bhatia
e8945f244d
chore: remove parent option added in issue sidebar and peek overview
2023-12-13 19:29:49 +05:30
Anmol Singh Bhatia
a0588be405
chore: remove parent option added in issue sidebar and peek overview
2023-12-13 18:57:50 +05:30
Anmol Singh Bhatia
29a0ba4ddc
chore: sub issue propery permission validation
2023-12-13 18:40:46 +05:30
Anmol Singh Bhatia
644073f063
chore: issue detail page title and indicator improvement
2023-12-13 18:32:21 +05:30
Anmol Singh Bhatia
63a15f2bf9
chore: calendar layout day tile improvement
2023-12-13 14:48:42 +05:30
Aaryan Khandelwal
48fe6f9b9a
chore: update self hosted sign in form cta in the web and space apps ( #3096 )
...
* chore: update self hosted sign in form cta
* chore: update self hosted sign in form cta in the space app
2023-12-12 17:40:02 +05:30
sriram veeraghanta
05d675c138
Merge pull request #3086 from makeplane/fix/issue_layout_permission_validation
...
chore: issue layout quick add issue button permission validation
2023-12-12 17:36:07 +05:30
sriram veeraghanta
09b4f6dedd
Merge pull request #3091 from makeplane/chore/project-member-leave
...
chore: guest and viewer can leave project
2023-12-12 17:35:14 +05:30
LAKHAN BAHETI
c7d50bb7ce
fix: member role project leave
2023-12-12 17:00:59 +05:30
Anmol Singh Bhatia
24c02495aa
chore: instance setup done image update ( #3090 )
2023-12-12 16:05:59 +05:30
Anmol Singh Bhatia
43cbe44a35
chore: issue layout quick add issue button permission validation
2023-12-12 11:49:43 +05:30
Aaryan Khandelwal
361ee16567
fix: modal size not changing when switching between modes ( #3082 )
2023-12-12 00:44:58 +05:30
Anmol Singh Bhatia
1d3745157d
style: cycle and module sidebar improvement ( #3076 )
...
* style: cycle and module sidebar improvement
* chore: issue attachment error message updated
2023-12-11 22:27:28 +05:30
Aaryan Khandelwal
07c15fcc1f
fix: gantt issues not getting updated ( #3075 )
2023-12-11 22:26:57 +05:30
Anmol Singh Bhatia
c33cfeb227
chore: issue link mobx integration ( #3072 )
...
* chore: issue link mobx integration
* chore: issue link code refactor and build fix
2023-12-11 22:26:29 +05:30
Aaryan Khandelwal
0f752f93b6
fix: pre-fill cycle and module details when editing an issue ( #3070 )
...
* fix: prefill cycle and module when editing an issue
* chore: remove console.log
2023-12-11 22:25:14 +05:30
Lakhan Baheti
ae2e1a4b64
fix: delete issue mutation & toast ( #3079 )
...
* fix: delete issue mutation
* fix: toast on delete issue
* fix: activity to issue detail redirection
2023-12-11 22:24:41 +05:30
Lakhan Baheti
472a5d8047
fix: spreadsheet layout alignment ( #3080 )
2023-12-11 22:23:49 +05:30
Prateek Shourya
3b12332704
fix: issue with clear filter option not working for filter groups in create view modal. ( #3081 )
2023-12-11 22:23:20 +05:30
Aaryan Khandelwal
c7cad452ab
fix: disable label combining for labels inside a group ( #3069 )
2023-12-11 17:31:22 +05:30
Lakhan Baheti
8041b23a63
chore: access restriction for lower roles ( #3067 )
2023-12-11 17:29:43 +05:30
Anmol Singh Bhatia
f38278f465
chore: user permission related fix ( #3066 )
...
* chore: page action user permission validation
* chore: cycle & module action user permission validation
* chore: issue quick action user permission validation
* chore: spreadsheet layout improvement
2023-12-11 17:29:10 +05:30
Lakhan Baheti
73b58e91ee
fix: spreadsheet layout sub issues overlapping ( #3064 )
...
* fix: spreadsheet layout sub issues overlapping
* fix: logs
2023-12-11 17:28:44 +05:30
Prateek Shourya
b515c0ffa6
fix: issue with GPT assistant response not updating on new requests. ( #3063 )
2023-12-11 17:27:52 +05:30
Aaryan Khandelwal
b629263bc2
fix: icon consistency for issue properties ( #3065 )
2023-12-11 17:27:29 +05:30
sriram veeraghanta
1bf064df15
sync: preview with develop
2023-12-11 16:26:11 +05:30
Aaryan Khandelwal
dd87bd0ee2
style: update OAuth buttons UI ( #3061 )
2023-12-11 15:52:21 +05:30
Lakhan Baheti
26d37fbd38
chore: error handling for user permission while issue drag & drop ( #3060 )
...
* filx: gantt chart quick add permission
* fix: permission toast on drag & drop issues
2023-12-11 15:51:40 +05:30
sriram veeraghanta
5b0066140f
chore: format all files in monorepo ( #3054 )
...
* chore: format all files in the project
* fix: removing @types/react from dependencies
* fix: adding prettier and eslint config
* chore: format files
* fix: upgrading turbo version
* chore: ignoring warnings and adding todos
* fix: updated the type of bubble menu item in the document editor
* chore: format files
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-12-10 15:50:45 +05:30
sriram veeraghanta
8d15b9e7de
chore: format all files in monorepo ( #3054 )
...
* chore: format all files in the project
* fix: removing @types/react from dependencies
* fix: adding prettier and eslint config
* chore: format files
* fix: upgrading turbo version
* chore: ignoring warnings and adding todos
* fix: updated the type of bubble menu item in the document editor
* chore: format files
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-12-10 15:48:10 +05:30
Henit Chobisa
fffcb2d947
fix: debounce logic in issue detail and description
2023-12-08 18:31:40 +05:30
Palanikannan1437
29e8e6c997
added comments to prevent further changes
2023-12-08 18:31:25 +05:30
Palanikannan1437
c68ade11ec
regression: peek overview rerendering
2023-12-08 18:31:25 +05:30
gurusainath
cb2577d259
fix: handled undefined issue_id in list layout
2023-12-08 17:43:24 +05:30
gurusainath
d4a4046cd3
fix: Handled navigation dates in week view in calendar layout
2023-12-08 15:46:04 +05:30
gurusainath
39d1916ab2
fix: calendar filters and handled kanban issue empty state dnd error
2023-12-08 15:46:04 +05:30
Aaryan Khandelwal
d0d106901e
bug: cycle and module change not working from the peek overview
2023-12-08 15:45:24 +05:30
sriram veeraghanta
4ff3a34a65
fix: merge conflicts resolved
2023-12-07 20:03:21 +05:30
Nikhil
74ca187659
chore: workspace roles ( #3024 )
...
* chore: workspace project roles for the current user
* dev: workspace and project member
* chore: store implementation for workspace user projects role
* view changes for the project roles
* connect workspace member's project roles to assigned
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com>
Co-authored-by: rahulramesha <rahulramesham@gmail.com>
Co-authored-by: rahulramesha <71900764+rahulramesha@users.noreply.github.com>
2023-12-07 19:59:35 +05:30
M. Palanikannan
2a5ff3397f
[REGRESSION]: Inbox issue editor initialization ( #3025 )
...
* fixed core editor package build error
* reverting back changes such that editor doesn't rerender randomly in inbox issues
2023-12-07 19:59:35 +05:30
Lakhan Baheti
8409a84004
fix: kanban layout UI ( #3023 )
...
* fix: quick add placement
* fix: assignee avatar size in kanban header
* fix: issue detail sidebar scroll
* fix: extra margin around links
* formatting
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
539c7a3455
refactor: issue peek overview ( #3001 )
...
* refactor: peek overview components
* fix: issue reactions
* chore: update comment types
* fix: access sepcifier value
* chore: remove unused vars
* fix: build errors
* build-error: build error resolved
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
Co-authored-by: gurusainath <gurusainath007@gmail.com>
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
c455f03ced
fix: sub-issue properties not rendering and other sub-issue bugs ( #3020 )
...
* fix: sub-issue properties not rendering
* fix: delete sub-issue
* fix: delete issue modal on command k and the issue details page
2023-12-07 19:59:35 +05:30
Lakhan Baheti
68dcfcd451
fix: deactivate account post loading ( #3022 )
2023-12-07 19:59:35 +05:30
Nikhil
e755ce3272
dev: instance refactor ( #3015 )
...
* dev: remove license engine communication
* dev: remove license engine base url
* dev: update instance configuration function
* chore: removed the print statement
* chore: changed config variables
* chore: cleanup
* chore: added SKIP_ENV_VAR
* chore: changed the EMAIL_FROM
* dev: patch endpoint for workspace
* dev: custom port for takeoff script
* chore: changed my sequence
* fix: update operaton for member invitations in workspace
* clean-up: remove logs
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: gurusainath <gurusainath007@gmail.com>
2023-12-07 19:59:35 +05:30
Henit Chobisa
b5ac2f8078
[ FEATURE ] New Issue Widget for displaying issues inside document-editor
( #2920 )
...
* feat: added heading 3 in the editor summary markings
* feat: fixed editor and summary bar sizing
* feat: added `issue-embed` extension
* feat: exposed issue embed extension
* feat: added main embed config configuration to document editor body
* feat: added peek overview and issue embed fetch function
* feat: enabled slash commands to take additonal suggestions from editors
* chore: replaced `IssueEmbedWidget` into widget extension
* chore: removed issue embed from previous places
* feat: added issue embed suggestion extension
* feat: added issue embed suggestion renderer
* feat: added issue embed suggestions into extensions module
* feat: added issues in issueEmbedConfiguration in document editor
* chore: package fixes
* chore: removed log statements
* feat: added title updation logic into document editor
* fix: issue suggestion items, not rendering issue widget on enter
* feat: added error card for issue widget
* feat: improved focus logic for issue search and navigate
* feat: appended transactionid for issueWidgetTransaction
* chore: packages update
* feat: disabled editing of title in readonly mode
* feat: added issueEmbedConfig in readonly editor
* fix: issue suggestions not loading after structure changed to object
* feat: added toast messages for success/error messages from doc editor
* fix: issue suggestions sorting issue
* fix: formatting errors resolved
* fix: infinite reloading of the readonly document editor
* fix: css in avatar of issue widget card
* feat: added show alert on pages reload
* feat: added saving state for the pages editor
* fix: issue with heading 3 in side bar view
* style: updated issue suggestions dropdown ui
* fix: Pages intiliazation and mutation with updated MobX store
* fixed image uploads being cancelled on refocus due to swr
* fix: issue with same description rerendering empty content fixed
* fix: scroll in issue suggestion view
* fix: added submission prop
* fix: Updated the comment update to take issue id in inbox issues
* feat:changed date representation in IssueEmbedCard
* fix: page details mutation with optimistic updates using swr
* fix: menu options in read only editor with auth fixed
* fix: add error handling for title and page desc
* fixed yarn.lock
* fix: read-only editor title wrapping
* fix: build error with rich text editor
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
Co-authored-by: Palanikannan1437 <73993394+Palanikannan1437@users.noreply.github.com>
2023-12-07 19:59:35 +05:30
Lakhan Baheti
95c7403efc
fix: spreadsheet layout bugs ( #3016 )
...
* fix: date picker z visibility
* fix: typo in empty issue screen
* fix: spread sheet column rightmost border
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
92cb1834a5
fix: remove all unused variables and added dependecies to useEffect and useCallback ( #3013 )
2023-12-07 19:59:35 +05:30
guru_sainath
e585255c4c
fix: issue layouts bugs and ui fixes ( #3012 )
...
* fix: initial issue creation issue in the list layout
* fix kanban drag n drop and updating properties
* reduce z index of spreadsheet bottom row to not overlap with other elements
* fix state update by using state id instead of state detail's id
* fix add default use state for description
* add create issue button for project views to be at par with production
* save draft issues from modal
* chore: added save view button in all layouts applied filters
* use useEffect instead of swr for fetching issue details for peek overview
* fix: resolved kanban dnd
---------
Co-authored-by: rahulramesha <rahulramesham@gmail.com>
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
c3f3578e8b
chore: remove unused fields from the god mode ( #3007 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti
c4602951c9
fix: kanban board block's menu & drop delete. ( #2987 )
...
* fix: kanban board block menu click
* fix: menu active/disable
* fix: drag n drop delete modal
* fix: quick action button in all the layouts
* chore: toast for drag & drop api
2023-12-07 19:59:35 +05:30
Lakhan Baheti
4c53157b0e
fix: custom analytic grouped bar tooltip value as ID ( #3003 )
...
* fix: tooltip value is coming as ID
* fix lint named module
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
1f860312c6
chore: added authorization to pages ( #3006 )
...
* chore: updated pages authorization
* chore: updated pages empty state image
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
aba4592b73
fix: bug fixes ( #3010 )
...
* fix: project view modal auto close bug fix
* fix: issue peek overview label select permission validation added
2023-12-07 19:59:35 +05:30
Bavisetti Narayan
b35874e294
chore: posthog event for workspace invite ( #2989 )
...
* chore: posthog event for workspace invite
* chore: updated event names, added all the existing events to workspace metrics group
* chore: seperated workspace invite
* fix: workspace invite accept event updated
---------
Co-authored-by: Ramesh Kumar Chandra <rameshkumar2299@gmail.com>
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
24a28e44ff
chore: updated plane deploy sign-in workflows for cloud and self-hosted instances ( #2999 )
...
* chore: deploy onboarding workflow
* chore: sign in workflow improvement
* fix: build error
2023-12-07 19:59:35 +05:30
Lakhan Baheti
97bc153ef9
fix: bugs & improvements ( #2998 )
...
* fix: create more toggle in update issue modal
* fix: spreadsheet estimate column hide
* fix: flickering in all the layouts
* fix: logs
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
be2cf2e842
chore: updated sign-in workflows for cloud and self-hosted instances ( #2994 )
...
* chore: update onboarding workflow
* dev: update user count tasks
* fix: forgot password endpoint
* dev: instance and onboarding updates
* chore: update sign-in workflow for cloud and self-hosted instances (#2993 )
* chore: updated auth services
* chore: new signin workflow updated
* chore: updated content
* chore: instance admin setup
* dev: update instance verification task
* dev: run the instance verification task every 4 hours
* dev: update migrations
* chore: update latest features image
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
f481957818
fix: bug fixes and improvement ( #2992 )
...
* chore: issue sidebar permission bug fix and not authorized page redirection added
* chore: unauthorized project setting page improvement
* fix: build error fix
2023-12-07 19:59:35 +05:30
M. Palanikannan
1bddaf75b2
fix: Image Resizing and PR ( #2996 )
...
* added image min width and height programatically
* fixed editor initialization for peek view and inbox issues
* fixed ts issues with issue id in inbox
2023-12-07 19:59:35 +05:30
rahulramesha
91cb15c2e3
fix: bugs related to issues ( #2995 )
...
* hide properties in list and kanban with 0 or nil values
* module and cycle mutation from peek overlay
* fix peek over view title change while switching
* fix create issue fetching
* fix build errors by mutating the values as well
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
a035cee165
[FED-1147] chore: module link mobx integration ( #2990 )
...
* chore: link type updated
* chore: mobx implementation for module link
* chore: update module mutation logic updated and toast alert added
2023-12-07 19:59:35 +05:30
guru_sainath
a4d7b2423e
chore: workspace profile issues, kanabn DND upgrade, implemented filters in plaen deploy ( #2991 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
e6eef7eb0b
chore: space ui component revamp and bug fixes ( #2980 )
...
* chore: replace space ui component with plane ui component
* fix: space project icon and user pic bug
* chore: code refactor
* fix: profile section navbar fix
2023-12-07 19:59:35 +05:30
Lakhan Baheti
dbc8150852
chore: email invite accept validation ( #2965 )
...
* fix: empty state flickering on accepting only invitation
* fix: redirection from workspace-invitaion to onboarding
* chore: onboarding step 1 skip on accepting invite from email
* fix: dashboard redirection path
2023-12-07 19:59:35 +05:30
sabith-tu
de9c1a60e0
style: image picker, spreadsheet view title, icons ( #2988 )
...
* style: image picker, spreadsheet view title, icons
* fix: build error fix
2023-12-07 19:59:35 +05:30
Lakhan Baheti
1b51892489
chore: issue update status in peekview & detail ( #2985 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
d12bd9507e
fix: leave project mutation ( #2976 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
eda0b32b97
chore: draft issue layout and permission validation ( #2982 )
...
* chore: create draft issue option added in draft issue layout and permission validation added
* chore: create draft issue option added in draft issue list layout and permission validation added
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
882cf91a91
chore: module and cycle sidebar date mutation fix ( #2986 )
2023-12-07 19:59:35 +05:30
rahulramesha
a36aa4d093
fix: Permission levels for project settings ( #2978 )
...
* fix add subgroup issue FED-1101
* fix subgroup by None assignee FED-1100
* fix grouping by asignee or labels FED-1096
* fix create view popup FED-1093
* fix subgroup exception in swimlanes
* fix show sub issue filter FED-1102
* use Enums instead of numbers
* fix Estimates setting permission for admin
* disable access to project settings for viewers and guests
* fix project unautorized flicker
* add observer to estimates
* add permissions to member list
2023-12-07 19:59:35 +05:30
rahulramesha
c346d82b0b
fix: mutation on transfer issues from cycle ( #2979 )
...
* fix cycle issues mutation on transfering issues
* fix transfer issues from cycle
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
054691d80e
refactor: custom hook for sign in redirection ( #2969 )
2023-12-07 19:59:35 +05:30
guru_sainath
f1b748947a
fix: global issues properties updation issue resolved ( #2974 )
2023-12-07 19:59:35 +05:30
rahulramesha
7bc05b0bdc
fix: V3 release blocker bugs ( #2968 )
...
* fix add subgroup issue FED-1101
* fix subgroup by None assignee FED-1100
* fix grouping by asignee or labels FED-1096
* fix create view popup FED-1093
* fix subgroup exception in swimlanes
2023-12-07 19:59:35 +05:30
sabith-tu
d7457ed5f4
style: empty state for analytics, views and pages ( #2967 )
2023-12-07 19:59:35 +05:30
guru_sainath
f969ed0662
fix: corrected rendering of workspace-level labels, members, and states in project view ( #2966 )
...
* fix: dynamic issue properties filters in project, workspace and profile level
* clean-up: removed logs from the project store
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
1296b6af42
style: updated the UI of the instance admin setup and the sign in workflow ( #2962 )
...
* style: updated the UI of the signin and instance setups
* fix: form validations and mutations
* fix: updated Link tags in accordance to next v14
* chore: latest features image, reset password redirection
2023-12-07 19:59:35 +05:30
Lakhan Baheti
a515c59518
fix: create workspace form validation ( #2958 )
...
* fix: create workspace form validation
* fix: textfield placeholder typo
* fix: name field onchange
2023-12-07 19:59:35 +05:30
guru_sainath
a276bd2301
chore: workspace global issues ( #2964 )
...
* dev: global issues store
* build-error: all issues render
* build-error: build error resolved in global view store
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
1ef0a86c9d
chore: create issue modal improvement ( #2960 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
43cd0554fb
fix: view modal overlapping ( #2956 )
2023-12-07 19:59:35 +05:30
rahulramesha
c95a6522ab
fix: quick add positioning ( #2949 )
...
* fix quick add posutioning for kanban and spreadsheet
* fix kanban quick add project identifier
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
fd5b7d20a8
dev: instance setup workflow ( #2935 )
...
* chore: instance type updated
* chore: instance not ready screen added
* chore: instance layout added
* chore: instance magic sign in endpoint and type added
* chore: instance admin password endpoint added
* chore: instance setup page added
* chore: instance setup form added
* chore: instance layout updated
* fix: instance admin workflow setup
* fix: admin workflow setup
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2023-12-07 19:59:35 +05:30
sriram veeraghanta
ee30eb0590
fix: removed unused packages and upgraded to next 14 ( #2944 )
...
* fix: upgrading next package and removed unused deps
* chore: unused variable removed
* chore: next image icon fix
* chore: unused component removed
* chore: next image icon fix
* chore: replace use-debounce with lodash debounce
* chore: unused component removed
* resolved: fixed issue with next link component
* fix: updates in next config
* fix: updating types pages
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
2023-12-07 19:59:35 +05:30
guru_sainath
804313413b
chore: replaced v3 issues endpoints ( #2945 )
...
* chore: removed v3 endpoints
* chore: replace v3 issues to normal issues endpoints
* build-error: Bulid error is new issue structure
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
b2a948dcae
chore: cycle and module status indicator improvement ( #2942 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
468e117492
style: empty state improvement ( #2943 )
2023-12-07 19:59:35 +05:30
rahulramesha
90ca459b4a
fix: v3 issues for the layouts ( #2941 )
...
* fix drag n drop exception error
* fix peek overlay close buttons
* fix project empty state view
* fix cycle and module empty state view
* add ai options to inbox issue creation
* fix inbox filters for viewers
* fix inbox filters for viewers for project
* disable editing permission for members and viewers
* define accurate types for drag and drop
2023-12-07 19:59:35 +05:30
Lakhan Baheti
f7fa4d8b65
style: deactivate acount modal ( #2940 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
ffa74e21ac
chore: updated sign in workflow ( #2939 )
...
* chore: new sign in workflow
* chore: request new code button added
* chore: create new password form added
* fix: build errors
* chore: remove unused components
* chore: update submitting state texts
* fix: oauth sign in process
2023-12-07 19:59:35 +05:30
Lakhan Baheti
c2b90df498
chore: redirection to profile after workpace delete/leave ( #2937 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
220389e74e
chore: issue peek overview ( #2918 )
...
* chore: autorun for the issue detail store
* fix: labels mutation
* chore: remove old peek overview code
* chore: move add to cycle and module logic to store
* fix: build errors
* chore: add peekProjectId query param for the peek overview
* chore: update profile layout
* fix: multiple workspaces
* style: Issue activity and link design improvements in Peek overview.
* fix issue with labels not occupying full widht.
* fix links overflow issue.
* add tooltip in links to display entire link.
* add functionality to copy links to clipboard.
* chore: peek overview for all the layouts
* fix: build errors
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2023-12-07 19:59:35 +05:30
Lakhan Baheti
b30e41f324
fix: spreadsheet layout issue properties ( #2936 )
...
* fix: spredsheet layout state column state name & tootltip
* fix: label select dropdown first item auto active state
* fix: priority column padding & tooltip position
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
7f6d59559d
chore: update the content of webhooks form ( #2932 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
44bc199385
style: workspace sidebar scroll fix and improvement ( #2934 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti
621cf7b83d
fix: google auth button content alignment ( #2929 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti
c2c0dde824
style: switch or delete account modal ( #2926 )
...
* style: switch or delete account modal
* fix: popover text color
* fix: typo
2023-12-07 19:59:35 +05:30
guru_sainath
011db50da6
fix: drag and drop implementation in calendar layout and kanban layout ( #2921 )
...
* fix profile issue filters and kanban
* chore: calendar drag and drop
* chore: kanban drag and drop
* dev: remove issue from the kanban layout and resolved build errors
---------
Co-authored-by: rahulramesha <rahulramesham@gmail.com>
2023-12-07 19:59:35 +05:30
sabith-tu
e16e468b8f
style: new empty state ui ( #2923 )
2023-12-07 19:59:35 +05:30
rahulramesha
d2a3d00e82
fix: all functionalities for profile, archived and draft issues ( #2922 )
...
* fix profile issue filters and kanban
* fix profile draft and archived issues
2023-12-07 19:59:35 +05:30
Lakhan Baheti
72b592b9ec
style: member role visibility ( #2919 )
...
* style: member role visibility
* fix: build errors
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
eb366887d7
fix: workspace settings pages authorization ( #2915 )
...
* fix: workspace settings pages authorization
* chore: user cannot add a member with a higher role than theirs
* chore: update workspace general settings auth
2023-12-07 19:59:35 +05:30
rahulramesha
03387848fe
add functionality for addition of existing issues to modules and cycles ( #2913 )
...
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2023-12-07 19:59:35 +05:30
M. Palanikannan
e01ca97fc9
fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) ( #2859 )
...
* image restoration fixed (marks an image to be deleted after a week)
* removed clgs
* added image constraints
* formatted editor-core package using yarn format
* lite-text-editor nothing to format
* rich-text-editor nothing to format
* formatted document-editor with prettier
* modified file service to follow api change
* fixed more formatting in document editor
* fixed all instances of types with that from the package
* fixed delete to work consistently (minor optimizations turned off)
* stop duplicate images inside editor
* restore image on editor creation
say if user A deletes image number 2, user B was also in the same issue and in their screen the image was there, if user B makes certain changes and that gets saved in backend, according to user B image 2 should exist but since user A deleted it, it'll not get restored and get deleted in 7 days, hence I've added a check such that whenever a issue loads we restore all images by default
* added restore image function with types
* replaced all instances to have restore image logic
* fixed issue detail for peek view
* disabled option to insert table inside a table
2023-12-07 19:59:35 +05:30
Prateek Shourya
c4fb543372
Fix: bug fixes and UI / UX improvements ( #2906 )
...
* Fix: issue with project publish modal data not updating immediately.
* fix: issue with workspace list not scrollable in profile settings.
* fix: update redirect workspace slug logic to redirect to prev workspace instead of `/`.
* style: update API tokens and webhooks empty state designs.
2023-12-07 19:59:35 +05:30
sriram veeraghanta
d84e043c93
fix: adding ai assistance to pages ( #2905 )
...
* fix: adding ai modal to pages
* fix: pages overflow
* chore: update pages UI
* fix: updating page description while using ai assistance
* fix: gpt assistant modal height and position
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-12-07 19:59:35 +05:30
Prateek Shourya
041c3af35a
refactor: Instance admin setting and UI updates. ( #2889 )
...
* refactor: shift instance admin restriction content to seperate component.
fix: instance components export logic.
* style: fix sidebar dropdown `God Mode` icon padding.
* style: update profile settings user dropdown menu width.
* fix: update input type to `password` for Client Secret and API/ Access Key fields.
* style: update loader design for all forms.
* fix: typo
* style: ui updates.
* chore: add show/ hide button for all password fields.
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
3a1b722d31
refactor: keyboard shortcuts modal ( #2822 )
...
* refactor: keyboard shortcuts modal
* chore: updated search logic
* refactor: divided the modal component into granular components
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
2e3476ab3c
fix: workspace dropdown scroll ( #2900 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti
bdc85ae10d
fix: progress panel default open ( #2894 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti
983b0debcd
chore: signup removed ( #2890 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
8062800bd9
[FED-1018] chore: workspace dropdown improvement ( #2891 )
...
* fix: workspace dropdown improvement
* style: sidebar workspace icon alignment
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
21e32ce863
[FED-1054] fix: join project mutation ( #2892 )
...
* fix: join project mutation
* chore: code refactor
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
726f4668e0
refactor: webhooks ( #2896 )
...
* refactor: webhooks workflow
* chore: update delete modal content
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
6e940399cb
chore: instance admins endpoint added and ui/ux improvement ( #2895 )
...
* style: sidebar improvement
* style: header height consistency
* chore: layout consistency and general page improvement
* chore: layout, email form and image form improvement
* chore: instance admins endpoint intergrated and code refactor
* chore: code refactor
* chore: google client secret section removed
2023-12-07 19:59:35 +05:30
guru_sainath
f79bd9df60
issues rendering in all issue layouts fir profile and project issues and global issues store implementation ( #2886 )
...
* dev: draft and archived issue store
* connect draft and archived issues
* kanban for draft issues
* fix filter store for calendar and kanban
* dev: profile issues store and draft issues filters in header
* disble issue creation for draft issues
* dev: profile issues store filters
* disable kanban properties in draft issues
* dev: profile issues store filters
* dev: seperated adding issues to the cycle and module as seperate methds in cycle and module store
* dev: workspace profile issues store
* dev: sub group issues in the swimlanes
* profile issues and create issue connection
* fix profile issues
* fix spreadsheet issues
* fix dissapearing project from create issue modal
* page level modifications
* fix additional bugs
* dev: issues profile and global iisues and filters update
* fix issue related bugs
* fix project views for list and kanban
* fix build errors
---------
Co-authored-by: rahulramesha <rahulramesham@gmail.com>
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
70994d1da7
fix: resolve modal overlapping issue ( #2885 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti
6d46771109
fix: bug fixes & UI improvements ( #2884 )
...
* chore: access restriction for api tokens
* fix: on create module total issues undefined
* fix: cycle board card typo
* chore: fetch modules after creation
* fix: peek module on delete
* fix: peek cycle on delete
* fix: cycle detail sidebar copy link toast
* chore: router replace -> push
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
7ad0360920
chore: revamp the API tokens workflow ( #2880 )
...
* chore: added getLayout method to api tokens pages
* revamp: api tokens workflow
* chore: add title validation and update types
* chore: minor UI updates
* chore: update route
2023-12-07 19:59:35 +05:30
Lakhan Baheti
7b5eea8722
fix: user state after logout ( #2849 )
...
* fix: user state after logout
* chore: user state handle with mobx
* chore: signout update for profile setting
* fix: minor fixes
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2023-12-07 19:59:35 +05:30
Lakhan Baheti
1c29f0b0a9
fix: workspace & user avatar tooltip ( #2851 )
...
* fix: workspace & user avatar tooltip
* chore: user name update while typing on top right avatar
* chore: imports placement
* fix: rendering condition
* chore: component re-arrangement
* fix: imports
2023-12-07 19:59:35 +05:30
Ramesh Kumar Chandra
20fe27e086
fix: track events updated, extra parameters added, added events for issues, pages, states, cycles ( #2875 )
...
* fix: event tracking method updated to store, chore: updated and added events for workspace, projects and create issue
* fix: posthog auth event tracking
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2023-12-07 19:59:35 +05:30
Prateek Shourya
398f35d36d
Feat: God Mode UI Updates and More Config Settings ( #2877 )
...
* feat: Images in Plane config screen.
* feat: Enable/ Disable Magic Login config toggle.
* style: UX copy and design updates across all screens.
* style: SSO and OAuth Screen revamp.
* style: Enter God Mode button for Profile Settings sidebar.
* fix: update input type to password for password fields.
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
a9ea5b6d90
fix: issue peek overview state select dropdown overflow fix ( #2873 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
1c2761000a
fix: module sidebar date select fix and code refactor ( #2872 )
2023-12-07 19:59:35 +05:30
Nikhil
1bd38ad4c7
refactor: image upload modals, file size limit added to config ( #2868 )
...
* chore: add file size limit as config in the config api
* refactor: image upload modals
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-12-07 19:59:35 +05:30
Lakhan Baheti
192fe9b057
chore: added error toast for invitation ( #2853 )
2023-12-07 19:59:35 +05:30
sriram veeraghanta
c305cf2c72
fix: adding slack notification when build is failed to upload to docker ( #2862 )
...
* fix: removing logs
* fix: adding slack notification when build is failed to upload to docker
* minor changes
---------
Co-authored-by: Manish Gupta <59428681+manishg3@users.noreply.github.com>
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
267cf75004
chore: update profile and God mode routes ( #2860 )
...
* chore: update profile and god mode routes
* fix: profile activity loader
* chore: update profile route in the change password page
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
910bd11e86
fix: view date filter select fix ( #2858 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
77af7311ba
style: module ui improvement ( #2838 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
f56067f372
style: issue activity section improvement ( #2836 )
2023-12-07 19:59:35 +05:30
sabith-tu
1e104e85a4
style: removing extra options heading and drop down icon ( #2852 )
2023-12-07 19:59:35 +05:30
sriram veeraghanta
fa8ae6b8ce
chore: optimizations and file name changes ( #2845 )
...
* fix: deepsource antipatterns
* fix: deepsource exclude file patterns
* chore: file name changes and removed unwanted variables
* fix: changing version number for editor
2023-12-07 19:59:35 +05:30
guru_sainath
d6abb87a3a
chore: implemented new store and issue layouts for issues and updated new data structure for issues ( #2843 )
...
* fix: Implemented new workflow in the issue store and updated the quick add workflow in list layout
* fix: initial load and mutaion of issues in list layout
* dev: implemented the new project issues store with grouped, subGrouped and unGrouped issue computed functions
* dev: default display properties data made as a function
* conflict: merge conflict resolved
* dev: implemented quick add logic in kanban
* chore: implemented quick add logic in calendar and spreadsheet layout
* fix: spreadsheet layout quick add fix
* dev: optimised the issues workflow and handled the issues order_by filter
* dev: project issue CRUD operations in new issue store architecture
* dev: issues filtering in calendar layout
* fix: build error
* dev/issue_filters_store
* chore: updated filters computed structure
* conflict: merge conflicts resolved in project issues
* dev: implemented gantt chart for project issues using the new mobx store
* dev: initialized cycle and module issue filters store
* dev: issue store and list layout store updates
* dev: quick add and update, delete issue in the list
* refactor list root changes
* dev: store new structure
* refactor spreadsheet and gnatt project roots
* fix errors for base gantt and spreadsheet roots
* connect Calendar project view
* minor house keeping
* connect Kanban View to th enew store
* generalise base calendar issue actions
* dev: store project issues and issue filters
* dev: store project issues and filters
* dev: updated undefined with displayFilters in project issue store
* Add Quick add to all the layouts
* connect module views to store
* dev: Rendering list issues in project issues
* dev: removed console log
* dev: module filters store
* fix errors and connect modules list and quick add for list
* dev: module issue store
* dev: modle filter store issue fixed and updates cycle issue filters
* minor house keeping changes
* dev: cycle issues and cycle filters
* connecty cycles to teh store
* dev: project view issues and issue filtrs
* connect project views
* dev: updated applied filters in layouts
* dev: replaced project id with view id in project views
* dev: in cycle and module store made cycledId and moduleId as optional
* fix minor issues and build errots
* dev: project draft and archived issues store and filters
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
Co-authored-by: rahulramesha <rahulramesham@gmail.com>
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
db75eced0a
chore: deactivate user option added ( #2841 )
...
* dev: deactivate user option added
* chore: new layout for profile settings
* fix: build errors
* fix: user profile activity
2023-12-07 19:59:35 +05:30
Lakhan Baheti
3c89ef8cc3
fix: onboarding bugs & improvements ( #2839 )
...
* fix: terms & condition alignment
* fix: onboarding page scrolling
* fix: create workspace name clear
* fix: setup profile sidebar workspace name
* fix: invite team screen button text
* fix: inner div min height
* fix: allow single invite also in invite member
* fix: UI clipping in invite members
* fix: signin screen scroll
* fix: sidebar notification icon
* fix: sidebar project name & icon
* fix: user detail bottom image alignment
* fix: step indicator in invite member
* fix: try different account modal state
* fix: setup profile remove image
* fix: workspace slug clear
* fix: invite member UI & focus
* fix: step indicator size
* fix: inner div placement
* fix: invite member validation logic
* fix: cuurent user data persistency
* fix: sidebar animation colors
* feat: signup & resend
* fix: sign out theme persist from popover
* fix: imports
* chore: signin responsiveness
* fix: sign-in, sign-up top padding
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
7169463ee7
[FED-888] fix: parent issue select modal improvement ( #2837 )
...
This PR include improvement for parent issue select modal.
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
152a920788
fix: project setting ui consistency ( #2835 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
37559fd69f
fix: cycle and module create/update modal fix ( #2833 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
1559822a1b
fix: module and cycle sidebar loading state ( #2831 )
2023-12-07 19:59:35 +05:30
sabith-tu
9215134e32
style: new empty project screen ( #2832 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
51cf93c9a8
fix: custom analytics project dropdown fix ( #2828 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
3dd3499b3e
style: project card improvement ( #2827 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
20f3d7ce09
fix: module sidebar link section ( #2830 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
b106e15268
chore: dashboard redirection fix ( #2826 )
2023-12-07 19:59:35 +05:30
sriram veeraghanta
666d46de58
fix: AI Assistance hide/unhide depending on the configuration ( #2825 )
...
* fix: gpt error handlijng
* fix: enabling ai assistance only when it is configured.
2023-12-07 19:59:35 +05:30
Prateek Shourya
734f27122b
Style: UI improvements ( #2824 )
...
* style: update notification Read status toast alert description.
* style: update issue subscribe button design.
* fix: remove group_by `none` display filter from the kanban view in profile and draft issues.
* style: design improvement in members settings.
* style: add display name for all user role.
* style: remove email for user roles other than admin.
* style: fix border color as per designs.
2023-12-07 19:59:35 +05:30
Lakhan Baheti
e21acf1341
fix: sidebar project section hover ( #2818 )
...
* fix: sidebar project section hover
* fix: icons alignment
2023-12-07 19:59:35 +05:30
Lakhan Baheti
7825dd7f77
fix: bug fixes & UI improvements ( #2819 )
...
* fix: profile setting fields border
* fix: webhooks empty state UI
* fix: cycle delete redirection from cycle detail
* fix: integration access restriction
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
cfbb4c9579
chore: update join project endpoint ( #2821 )
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
7200cbf58e
fix: complete pages editor not clickable, recent pages calculation logic ( #2820 )
...
* fix: whole editor not clickable
* fix: recent pages calculation
* chore: update older pages calculation logic in recent pages list
* fix: archived pages computed function
* chore: add type for older pages
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
aea9a40a73
refactor: command k modal ( #2803 )
...
* refactor: command palette file structure
* fix: identifier search
2023-12-07 19:59:35 +05:30
Henit Chobisa
4416419c9b
feat: New Pages with Enhanced Document Editor Packages made over Editor Core 📝 ( #2784 )
...
* fix: page transaction model
* fix: page transaction model
* feat: updated ui for page route
* chore: initailized `document-editor` package for plane
* fix: format persistence while pasting markdown in editor
* feat: Inititalized Document-Editor and Editor with Ref
* feat: added tooltip component and slash command for editor
* feat: added `document-editor` extensions
* feat: added custom search component for embedding labels
* feat: added top bar menu component
* feat: created document-editor exposed components
* feat: integrated `document-editor` in `pages` route
* chore: updated dependencies
* feat: merge conflict resolution
* chore: modified configuration for document editor
* feat: added content browser menu for document editor summary
* feat: added fixed menu and editor instances
* feat: added document edittor instances and summary table
* feat: implemented document-editor in PageDetail
* chore: css and export fixes
* fix: migration and optimisation
* fix: added `on_create` hook in the core editor
* feat: added conditional menu bar action in document-editor
* feat: added menu actions from single page view
* feat: added services for archiving, unarchiving and retriving archived pages
* feat: added services for page archives
* feat: implemented page archives in page list view
* feat: implemented page archives in document-editor
* feat: added editor marking hook
* chore: seperated editor header from the main content
* chore: seperated editor summary utilities from the main editor
* chore: refactored necessary components from the document editor
* chore: removed summary sidebar component from the main content editor
* chore: removed scrollSummaryDependency from Header and Sidebar
* feat: seperated page renderer as a seperate component
* chore: seperated page_renderer and sidebar as component from index
* feat: added locked property to IPage type
* feat: added lock/unlock services in page service
* chore: seperated DocumentDetails as exported interface from index
* feat: seperated document editor configs as seperate interfaces
* chore: seperated menu options from the editor header component
* fix: fixed page_lock performing lock/unlock operation on queryset instead of single instance
* fix: css positioning changes
* feat: added archive/lock alert labels
* feat: added boolean props in menu-actions/options
* feat: added lock/unlock & archive/unarchive services
* feat: added on update mutations for archived pages in page-view
* feat: added archive/lock on_update mutations in single page vieq
* feat: exported readonly editor for locked pages
* chore: seperated kanban menu props and saved over passing redundant data
* fix: readonly editor not generating markings on first render
* fix: cheveron overflowing from editor-header
* chore: removed unused utility actions
* fix: enabled sidebar view by default
* feat: removed locking on pages in archived state
* feat: added indentation in heading component
* fix: button classnames in vertical dropdowns
* feat: added `last_archived_at` and `last_edited_at` details in editor-header
* feat: changed types for archived updates and document last updates
* feat: updated editor and header props
* feat: updated queryset according to new page query format
* feat: added parameters in page view for shared / private pages
* feat: updated other-page-view to shared page view && same with private pages
* feat: added page-view as shared / private
* fix: replaced deleting to archiving for pages
* feat: handle restoring of page from archived section from list view
* feat: made previledge based option render for pages
* feat: removed layout view for page list view
* feat: linting changes
* fix: adding mobx changes to pages
* fix: removed uneccessary migrations
* fix: mobx store changes
* fix: adding date-fns pacakge
* fix: updating yarn lock
* fix: removing unneccessary method params
* chore: added access specifier to the create/update page modal
* fix: tab view layout changes
* chore: delete endpoint for page
* fix: page actions, including- archive, favorite, access control, delete
* chore: remove archive page modal
* fix: build errors
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-12-07 19:59:35 +05:30
Prateek Shourya
2a2e504ebb
feat: Instance Admin Panel: Configuration Settings ( #2800 )
...
* feat: Instance Admin Panel: Configuration Settings
* refactor: seprate Google and Github form into independent components.
* feat: add admin auth wrapper and access denied page.
* style: design updates.
2023-12-07 19:59:35 +05:30
sabith-tu
7978c8277c
style: changing profile screen title ( #2814 )
2023-12-07 19:59:35 +05:30
sriram veeraghanta
28c4703bf4
fix: minor fix ( #2815 )
2023-12-07 19:59:35 +05:30
Lakhan Baheti
6512b8205f
chore: onboarding ( #2790 )
...
* style: onboarding light version
* style: dark mode
* fix: onboarding gradient
* refactor: imports
* chore: add use case field in users api
* feat: delete account
* fix: delete modal points alignment
* feat: usecase in profile
* fix: build error
* fix: typos & hardcoded strings
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2023-12-07 19:59:35 +05:30
Prashant Indurkar
9d5f835bea
Fixed: while creating new Add Labels the field should be auto focus #2437 ( #2438 )
...
* bug:fix recent page hiding last item on scroll #1468
* bug:fix recent page hiding last item on scroll #1468 (#2411 )
* fixed add label autofocuse
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2023-12-07 19:59:35 +05:30
Lakhan Baheti
3ea926a908
fix: bug fixes & ui improvements. ( #2772 )
...
* fix: create project modal member select
* fix: overflow in workspace activity
* fix: memeber selected state
2023-12-07 19:59:35 +05:30
Aaryan Khandelwal
af8804eb12
refactor: project estimates store ( #2801 )
...
* refactor: remove estimates from project store
* chore: update all the instances of the old store
* chore: update store declaration structure
2023-12-07 19:59:35 +05:30
sriram veeraghanta
78fee22fec
feat: event tracking using posthog and created application provider to render multiple wrappers ( #2757 )
...
* fix: event tracker changes
* fix: App provider implementation using wrappers
* fix: updating packages
* fix: handling warning
* fix: wrapper fixes and minor optimization changes
* fix: chore app-provider clearnup
* fix: cleanup
* fix: removing jitsu tracking
* fix: minor updates
* fix: adding event to posthog event tracker (#2802 )
* dev: posthog event tracker update intitiate
* fix: adding events for posthog integration
* fix: event payload
---------
Co-authored-by: Ramesh Kumar Chandra <31303617+rameshkumarchandra@users.noreply.github.com>
2023-12-07 19:59:35 +05:30
Dakshesh Jain
33be52792f
fix: archive issue bugs ( #2712 )
...
* fix: blur on side/modal peek view
* fix: delete archive not working on list layout with group by is none
* fix: show empty group has no effect
* fix: filter/display options same as production
* fix: disabling full-screen peek-overview for archive issues
* fix: truncate in calendar view
2023-12-07 19:59:35 +05:30
Dakshesh Jain
2abc5eb68c
fix: delete issues in spreadsheet doesn't work ( #2718 )
...
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com>
2023-12-07 19:59:35 +05:30
Lakhan Baheti
63b6150b9c
fix: Labels delete & reordering ( #2729 )
...
* fix: Labels reordering inconsistency
* fix: Delete child labels
* feat: multi-select while grouping labels
* refactor: label sorting in mobx computed function
* feat: drag & drop label grouping, un-grouping
* chore: removed label select modal
* fix: moving labels from project store to project label store
* fix: typo changes and build tree function added
* labels feature
* disable dropping group into a group
* fix build errors
* fix more issues
* chore: added combining state UI, fixed scroll issue for label groups
* chore: group icon for label groups
* fix: group cannot be dropped in another group
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
Co-authored-by: rahulramesha <rahulramesham@gmail.com>
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-12-07 19:59:35 +05:30
sriram veeraghanta
eb53876af3
feat: Instance Registration and Configuration ( #2793 )
...
* dev: remove default user
* dev: initiate licensing
* dev: remove migration file 0046
* feat: self hosted licensing initialize
* dev: instance licenses
* dev: change license response structure
* dev: add default properties and issue mention migration
* dev: reset migrations
* dev: instance configuration
* dev: instance configuration migration
* dev: update instance configuration model to take null and empty values
* dev: instance configuration variables
* dev: set default values
* dev: update instance configuration load
* dev: email configuration settings moved to database
* dev: instance configuration on instance bootup
* dev: auto instance registration script
* dev: instance admin
* dev: enable instance configuration and instance admin roles
* dev: instance owner fix
* dev: instance configuration values
* dev: fix instance permissions and serializer
* dev: fix email senders
* dev: remove deprecated variables
* dev: fix current site domain registration
* dev: update cors setup and local settings
* dev: migrate instance registration and configuration to manage commands
* dev: check email validity
* dev: update script to use manage command
* dev: default bucket creation script
* dev: instance admin routes and initial set of screens
* dev: admin api to check if the current user is admin
* dev: instance admin unique constraints
* dev: check magic link login
* dev: fix email sending for ssl
* dev: create instance activation route if the instance is not activated during startup
* dev: removed DJANGO_SETTINGS_MODULE from environment files and deleted auto bucket create script
* dev: environment configuration for backend
* dev: fix access token variable error
* feat: Instance Admin Panel: General Settings (#2792 )
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
2023-12-07 19:59:35 +05:30
M. Palanikannan
34ab188a99
[feat]: Drag and Drop Handles for all Data Structures ( #2745 )
...
* better variable names and comments
* drag drop migrated
* custom horizontal rule created
* init transaction hijack
* fixed code block with better contrast, keyboard tripple enter press disabled and syntax highlighting
* fixed link selector closing on open behaviour
* added better keymaps and syntax highlights
* made drag and drop working for code blocks
* fixed drag drop for code blocks
* moved drag drop only to rich text editor
* fixed drag and drop only for description
* enabled drag handles for peek overview and main issues
* got images to old state
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
ca899b2ac7
style: workspace sidebar dropdown improvement ( #2783 )
2023-12-07 19:59:35 +05:30
Bavisetti Narayan
870c4403e4
feat: api webhooks ( #2543 )
...
* dev: initiate external apis
* dev: external api
* dev: external public api implementation
* dev: add prefix to all api tokens
* dev: flag to enable disable api token api access
* dev: webhook model create and apis
* dev: webhook settings
* fix: webhook logs
* chore: removed drf spectacular
* dev: remove retry_count and fix api logging for get requests
* dev: refactor webhook logic
* fix: celery retry mechanism
* chore: event and action change
* chore: migrations changes
* dev: proxy setup for apis
* chore: changed retry time and cleanup
* chore: added issue comment and inbox issue api endpoints
* fix: migration files
* fix: added env variables
* fix: removed issue attachment from proxy
* fix: added new migration file
* fix: restricted wehbook access
* chore: changed urls
* chore: fixed porject serializer
* fix: set expire for api token
* fix: retrive endpoint for api token
* feat: Api Token screens & api integration
* dev: webhook endpoint changes
* dev: add fields for webhook updates
* feat: Download Api secret key
* chore: removed BASE API URL
* feat: revoke token access
* dev: migration fixes
* feat: workspace webhooks (#2748 )
* feat: workspace webhook store, services integeration and rendered webhook list and create
* chore: handled webhook update and rengenerate token in workspace webhooks
* feat: regenerate key and delete functionality
---------
Co-authored-by: Ramesh Kumar <rameshkumar@rameshs-MacBook-Pro.local>
Co-authored-by: gurusainath <gurusainath007@gmail.com>
Co-authored-by: Ramesh Kumar Chandra <rameshkumar2299@gmail.com>
* fix: url validation added
* fix: seperated env for webhook and api
* Web hooks refactoring
* add show option for generated hook key
* Api token restructure
* webhook minor fixes
* fix build errors
* chore: improvements in file structring
* dev: rate limiting the open apis
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: LAKHAN BAHETI <lakhanbaheti9@gmail.com>
Co-authored-by: rahulramesha <71900764+rahulramesha@users.noreply.github.com>
Co-authored-by: Ramesh Kumar <rameshkumar@rameshs-MacBook-Pro.local>
Co-authored-by: gurusainath <gurusainath007@gmail.com>
Co-authored-by: Ramesh Kumar Chandra <rameshkumar2299@gmail.com>
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
Co-authored-by: rahulramesha <rahulramesham@gmail.com>
2023-12-07 19:59:35 +05:30
sabith-tu
1f904e88e1
fix: Delete estimate popup is not closing automatically ( #2777 )
2023-12-07 19:59:35 +05:30
Ankush Deshmukh
2d1536e44d
Standarding priority icons across the platform ( #2776 )
2023-12-07 19:59:35 +05:30
Prateek Shourya
002dc7a5f3
style: text overflow fix and border color update ( #2769 )
...
* style: fix text overflow in:
* Issue activity
* Cycle and Module Select in Create Issue form
* Delete Module modal
* Join Project modal
* style: update assignee select border as per design.
2023-12-07 19:59:35 +05:30
Dakshesh Jain
e96f059f65
fix: bugs ( #2761 )
...
* fix: semicolon on estimate settings page
* refactor: project settings automations store implementation
* fix: active cycle stuck on infinite loading
* fix: removed delete project option from sidebar
* fix: discloser not opening when navigating to project
* fix: clear filter not working & filter appearing even if nothing is selected
* refactor: select label store implementation
* refactor: select state store implementation
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
964e880fc4
style: create update view modal consistency ( #2775 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
93abff5a4b
chore: no lead option added in lead select dropdown ( #2774 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
4fcc66fd54
chore: spreadsheet layout column responsiveness ( #2768 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
4c09e46de7
chore: create update issue modal improvement ( #2765 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
4e37916616
fix: breadcrumb project icon improvement ( #2764 )
2023-12-07 19:59:35 +05:30
sabith-tu
48ed439523
style: ui fixes for pages and views ( #2770 )
2023-12-07 19:59:35 +05:30
Prateek Shourya
16292de8d3
style: ui improvements and bug fixes ( #2758 )
...
* style: add transition to favorite projects dropdown.
* style: update project integration settings borders.
* style: fix text overflow issue in project views.
* fix: issue with non-functional cancel button in leave project modal.
2023-12-07 19:59:35 +05:30
Dakshesh Jain
21988e8528
fix: workspace settings bugs ( #2743 )
...
* fix: double layout in exports
* fix: typo in jira email address section
* fix: workspace members not mutating
* fix: removed un-used variable
* fix: workspace members can't be filtered using email
* fix: autocomplete in workspace delete
* fix: autocomplete in project delete modal
* fix: update member function in store
* fix: sidebar link not active when in github/jira
* style: margin top & icon inconsistency
* fix: typo in create workspace
* fix: workspace leave flow
* fix: redirection to delete issue
* fix: autocomplete off in jira api token
* refactor: reduced api call, added optional chaining & removed variable with low scope
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
4d35c931cd
fix: peek overview comment ordering and comment icon alignment fix ( #2753 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
5cbec23d5e
fix: cycle card title responsiveness added ( #2752 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
942323f81c
fix: app sidebar dropdown fix ( #2751 )
2023-12-07 19:59:35 +05:30
Anmol Singh Bhatia
00e61a8753
fix: peek overview comment ordering and comment icon alignment fix ( #2753 )
2023-11-10 18:45:41 +05:30
Anmol Singh Bhatia
733fed76cc
fix: cycle card title responsiveness added ( #2752 )
2023-11-10 18:43:48 +05:30
Anmol Singh Bhatia
e78dd4b1c0
fix: app sidebar dropdown fix ( #2751 )
2023-11-10 18:43:16 +05:30
Anmol Singh Bhatia
d479781fce
style: header consistency ( #2750 )
2023-11-10 18:30:43 +05:30
Prateek Shourya
fd6430c3e3
style: Update modal appearance for UI consistency ( #2747 )
2023-11-10 15:48:34 +05:30
Ankush Deshmukh
2748133bd0
Fix: Show Priority icon in custom analytics table. ( #2744 )
2023-11-10 13:06:23 +05:30
Aaryan Khandelwal
884b219508
refactor: cycles store ( #2716 )
...
* refactor: cycles store
* refactor: active cycle details
2023-11-09 18:37:45 +05:30
Anmol Singh Bhatia
162faf8339
fix: date select tooltip fix ( #2740 )
2023-11-09 18:29:45 +05:30
Anmol Singh Bhatia
c291ff05ee
fix: fliter list item clear button alignment fix ( #2741 )
2023-11-09 18:27:19 +05:30
Dakshesh Jain
34bccd7e06
refactor: gantt sidebar ( #2705 )
...
* refactor: gantt sidebar
* fix: exception error
fix: file placement
* refactor: not passing sidebar block as props
2023-11-09 17:57:41 +05:30
sriram veeraghanta
79df59f618
fix: spliting out the project members from project store and service ( #2739 )
2023-11-09 17:56:55 +05:30
Prateek Shourya
7676aab773
fix: UI improvements. ( #2734 )
...
* style: update check icon colors to match our design.
* fix: automatically focus input box in pages `add label` modal.
2023-11-09 17:37:45 +05:30
Prateek Shourya
8832d8e00e
style: sidebar UI improvements ( #2735 )
...
* updated font weight and color as per designs.
* removed background color from workspace with logo.
* updated dropdown design.
2023-11-09 17:01:48 +05:30
rahulramesha
d733a53ea6
fix: Add horizontal scroll bar to views ( #2736 )
...
* add errors for duplicate labels
* adding horizonatal scroll bar to views
---------
Co-authored-by: rahulramesha <rahul@appsmith.com>
2023-11-09 15:12:00 +05:30
Lakhan Baheti
96862e06ef
fix: cystom analytics bar graph index alignment ( #2737 )
2023-11-09 14:36:22 +05:30
sriram veeraghanta
a6567bbce4
fix: workspace members store added and implemented across the app ( #2732 )
...
* fix: minor changes
* fix: workspace members store added and implemnted across the app
2023-11-09 00:35:12 +05:30
Lakhan Baheti
10037222b6
fix: Tooltip content on assignee hover in all layouts ( #2724 )
...
* fix: Tooltip content on assignee hover in all layouts
* chore: comments added
2023-11-08 22:35:30 +05:30
sabith-tu
931f9d288a
fix: toast alert inconsistency ( #2730 )
2023-11-08 20:37:47 +05:30
sriram veeraghanta
20fb79567f
fix: project states fixes ( #2731 )
...
* fix: project states fixes
* fix: states fixes
* fix: formating all files
2023-11-08 20:31:46 +05:30
Ramesh Kumar Chandra
bd1a850f35
style: kanban card label overflow ( #2722 )
...
* chore: kanban card lable drop down items overflow
* style: kaban card label text overflow, tool tip, hover cursor
* style: label overflow in list layout
2023-11-08 18:12:36 +05:30
M. Palanikannan
206f5744a3
[fix]: Error Handling for Images and Table Fix for Form Submissions in Editor ( #2710 )
...
* cancellable uploads and image limits with better error handling
* fixed table row/column picker behaviour on modals
* Merge branch 'rerender-debounce-editor-fix' into editor-draggable-nodes
* fix: added mention suggestions and highlights in `create-issue-modal`
* removed uncessary files
* solved lint error of trailing spaces
* added plane/ui dependency for tooltips
---------
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com>
2023-11-08 18:00:53 +05:30
sabith-tu
faaba45e59
fix: all issues values not changeable and assignee image not rendering ( #2707 )
...
* fix: all issues values are not changeable and assignee image not rendering
* chore: removed console log
2023-11-08 17:56:09 +05:30
sabith-tu
f8002852e0
fix: issue property height and peek view date picker border radius ( #2726 )
2023-11-08 17:55:28 +05:30
Lakhan Baheti
2d71377722
fix: added empty project state when no project exists. ( #2727 )
...
* fix: added empty project state when no project exists
* fix: duplicate import
2023-11-08 17:54:59 +05:30
Lakhan Baheti
6ebee05951
fix: unwanted go back button in onboarding step 2 ( #2714 )
2023-11-08 17:53:06 +05:30
Lakhan Baheti
5a3bac998e
fix: bug fixes and ui improvements ( #2703 )
...
* fix: gantt chart duration in decimal
* fix: Loading text instead Spinner in peek view
* fix: cycle more popover typo & icon overlapping
* fix: list layout properties alignment
* fix: project search empty state
* fix: calendar layout issue text overflow & redirection inconsistency
* style: urgent priority hover background color
* fix: Cycle issues kanban layout empty state missing
* style: custom snooze modal placeholder text color
* refactor: replaced unwanted anchor tag with div
* chore: removed empty state for cycle kanban layout
2023-11-08 17:52:34 +05:30
Anmol Singh Bhatia
4096136b44
style: ui consistency and improvement ( #2725 )
...
* style: create/update issue modal properties ui improvement
* style: create update issue modal improvement
* style: modal ui consistency
2023-11-08 17:51:32 +05:30
Aaryan Khandelwal
df8bdfd5b9
fix: project automation settings flickering ( #2680 )
...
* fix: cycle and module sidebar z-index
* fix: project automation settings flickering
2023-11-08 17:34:42 +05:30
Ankush Deshmukh
da799b5a63
Fix: Render bar chart axis labels in lighter color when dark theme applied ( #2721 )
2023-11-08 17:34:09 +05:30
Dakshesh Jain
621d551c4a
fix: project select validation ( #2723 )
2023-11-08 17:33:26 +05:30
Aaryan Khandelwal
5a84ed279d
refactor: replace keyboard events with command palette store ( #2688 )
2023-11-08 13:51:55 +05:30
Dakshesh Jain
53e7da08e4
fix: quick add not working for labels & assignee ( #2689 )
...
* fix: quick add not working for labels & assignee
* fix: build error on spreadsheet view
2023-11-08 12:28:02 +05:30
rahulramesha
b56d188a83
add errors for duplicate labels ( #2706 )
...
Co-authored-by: rahulramesha <rahul@appsmith.com>
2023-11-07 18:22:52 +05:30
Prateek Shourya
6e461dd8c3
style: update user profile button alignment. ( #2695 )
2023-11-07 18:17:44 +05:30
Prateek Shourya
63d1ad286b
style: update font weight in project general setting section. ( #2697 )
2023-11-07 17:39:12 +05:30
sriram veeraghanta
26de35bd8d
fix: environment config changes in the API are replicated in web and space app ( #2699 )
...
* fix: envconfig type changes
* chore: configuration variables (#2692 )
* chore: update avatar group logic (#2672 )
* chore: configuration variables
---------
* fix: replacing slack client id with env config
---------
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2023-11-07 17:17:10 +05:30
Anmol Singh Bhatia
25f3a5b2e4
chore: peek overview improvement and bug fixes ( #2683 )
...
* style: issue peek overview improvement
* style: peek overview improvement
* fix: subscribe issue from peek overview fix and validation added
* fix: build error
2023-11-07 15:58:42 +05:30
Anmol Singh Bhatia
f30b16e9d8
chore: user profile issue improvement ( #2679 )
...
* fix: user profile filters z-index
* chore: user profile issue state group heading fix
* fix: build error
2023-11-07 15:58:19 +05:30
Anmol Singh Bhatia
93d03f82b4
chore: spreadsheet layout improvement ( #2677 )
...
* style: spreadsheet column width fix
* style: spreadsheet label column styling
* chore: spreadsheet layout issue properties improvement
* fix: build error
2023-11-07 15:58:00 +05:30
Anmol Singh Bhatia
98974fdc50
fix: cycle and module bug fixes and improvement ( #2691 )
...
* fix: cycle and module card issue count fix
* fix: cycle and module list progress icon fix
* fix: module card progress fix
* style: cycle & module empty date label updated
* fix: build error
2023-11-07 15:14:47 +05:30
sriram veeraghanta
040563d148
fix: replacing jira importer image ( #2685 )
2023-11-07 14:35:04 +05:30
Ramesh Kumar Chandra
0afb900678
fix: kanban card state name and drop down items text overflow ( #2686 )
2023-11-07 14:31:29 +05:30
Prateek Shourya
baf17a109b
style: update project description as per design. ( #2682 )
2023-11-07 13:13:14 +05:30
Prateek Shourya
37bf465fcd
style: update border across workspace and project settings. ( #2669 )
...
* style: update border across workspace and project settings.
* update border width
2023-11-07 13:12:05 +05:30
Anmol Singh Bhatia
d8c96536f0
fix: bug fixes and ui improvement ( #2674 )
...
* chore: peekoverview edit permission updated
* chore: tab index added in create project modal
* chore: project card improvement
* style: avatar component improvement
* chore: create issue modal improvement
* style: global style sidebar border variable name fix
2023-11-06 21:08:01 +05:30
guru_sainath
984b36f45a
fix: In kanban issues can be shifted between the column in order_by ( #2676 )
2023-11-06 21:00:36 +05:30
Aaryan Khandelwal
1dce72cb3c
style: updated layouts UI in the space app ( #2671 )
...
* style: updated layouts UI in space
* fix: build error
2023-11-06 20:43:34 +05:30
Aaryan Khandelwal
a6dea3af23
fix: render the estimate select if estimate is enabled for the project ( #2663 )
2023-11-06 20:43:10 +05:30
Aaryan Khandelwal
742143766f
fix: existing issues modal for cycle and module ( #2664 )
...
* fix: existing issues modal for cycle and module
* refactor: existing issues modal code
* fix: build errors
2023-11-06 16:30:09 +05:30
sriram veeraghanta
1ed72c51df
fix: package version fixes and mentions build error fixes ( #2665 )
2023-11-06 16:28:15 +05:30
Aaryan Khandelwal
a03e0c788f
fix: notifications option in the sidebar menu not collapsing ( #2662 )
2023-11-06 14:53:26 +05:30
guru_sainath
0c8a867565
fix: handled drag and drop issue, gantt hover issue for issue peek overview ( #2660 )
2023-11-06 13:52:33 +05:30
Aaryan Khandelwal
3a07bb6060
refactor: removed unused packages ( #2658 )
2023-11-06 13:17:02 +05:30
Aaryan Khandelwal
bf48d93a25
fix: product tour modal bugs ( #2657 )
...
* fix: product tour
* style: product tour navigation buttons
* refactor: step logic
2023-11-06 13:06:00 +05:30
M. Palanikannan
14ac885e55
[feat]: Extended Tables Support ( #2596 )
...
* migrated table to new project structure
* fixed range errors while deleting table nodes with no nodes below and removed console logs
* fixed css for rendering table menu
* removed old table menu
* added support for read only editors as well
* text-black removed
* added design colors
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2023-11-05 18:54:00 +05:30
Henit Chobisa
f0335751b3
fix: mentions enter error ( #2646 )
...
* fix: fixed readonly lite text editor not rendering highlights
* fix: removed enter extension in lite text editor
2023-11-04 01:57:57 +05:30
Anmol Singh Bhatia
52395d0563
chore : dropdown loading state added and project card avatar fix ( #2643 )
...
* chore: project card avatar rendering fix
* chore: state, assignee and label dropdown loading state added
2023-11-04 01:56:23 +05:30
Dakshesh Jain
ad558833af
refactor: archive issue ( #2628 )
...
* dev: archived issue store
* dev: archived issue layouts and store binding
* dev: archived issue detail store
* dev: is read only
* fix: archived issue delete
* fix: build error
2023-11-03 20:20:05 +05:30
sriram veeraghanta
ff258c60fd
fix: open changelog in new tab ( #2645 )
2023-11-03 19:49:02 +05:30
Dakshesh Jain
91878fb3dd
fix: notification read and snooze bugs ( #2639 )
...
* fix: marking notification as read doesn't remove it from un-read list
* refactor: arranged imports
* fix: past snooze notifications coming in snooze tab
2023-11-03 19:21:35 +05:30
Lakhan Baheti
c233e6e3b6
style: custom analytics bar graph label overlapping ( #2636 )
...
* style: custom analytics bar graph label overlapping
fix: Bar graph avatar image rendering & tooltip
* fix: import
2023-11-03 19:18:24 +05:30
Lakhan Baheti
0d2c399555
style: quick add issue UI improvements in all the layouts ( #2615 )
...
* style: quick add issue UI improvements in all the layouts
* style: ui improvements
* style: quick add icon size
* chore: static sizes to tailwind classes
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-11-03 19:17:50 +05:30
Aaryan Khandelwal
79cad16aba
chore: update all layout selections ( #2641 )
2023-11-03 19:17:13 +05:30
Aaryan Khandelwal
41e9d5d7e3
chore: added missing columns to the spreadsheet layout ( #2640 )
2023-11-03 19:15:09 +05:30
Aaryan Khandelwal
992cf79031
chore: peek overview authorization ( #2632 )
...
* chore: peek overview authorization
* chore: comment access specifier validation
2023-11-03 19:13:10 +05:30
Aaryan Khandelwal
cf19afa707
fix: string helper function ( #2633 )
2023-11-03 19:11:28 +05:30
Anmol Singh Bhatia
8919b724c5
chore: breadcrumbs ui revamp and refactor ( #2634 )
2023-11-03 18:01:49 +05:30
Anmol Singh Bhatia
7eeac188d7
chore: peek overview improvement and bug fixes ( #2627 )
...
* chore: peekoverview issue properties text size fix
* chore: peekoverview icon updated and active view indicator added
* chore: peekoverview and issue sidebar improvement
2023-11-03 18:01:34 +05:30
Anmol Singh Bhatia
f639e467f8
refactor: replace ui components with plane ui components ( #2626 )
...
* refactor: replace button component with plane ui component and remove old button component
* refactor: replace dropdown component with plane ui component
* refactor: replace tooltip, input, textarea, spinner and loader component with plane ui component
* refactor: plane ui code refactor
2023-11-03 17:21:38 +05:30
Anmol Singh Bhatia
737fea28c6
chore: refactor and improve project member settings ( #2625 )
...
* fix: project member setting improvement and refactor
* fix: typo fix in automations setting
2023-11-03 17:20:49 +05:30
Anmol Singh Bhatia
4c1aee0cfc
fix: resolve z-index and peek overview component bug ( #2624 )
...
* fix: resolved z-index issue on peek overview component
* fix: fix issue with peekover view in spreadsheet view
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com>
2023-11-03 17:20:14 +05:30
guru_sainath
1352c200dd
fix: Project Rendering Error in Kanban Layout and Layout Rendering Fixes in Subscribed Profile Issues ( #2629 )
...
* fix: rendering projects error in kanabn layout in profile issues and resolved multiplr layout rendering in subscribed profile issues
* fix: implemented spinner loader in profile issues and remove logs in kanban layout
2023-11-03 13:17:52 +05:30
Aaryan Khandelwal
dd2ba2ec6f
fix: slug field not working ( #2622 )
2023-11-03 13:17:01 +05:30
Aaryan Khandelwal
c66d76df26
chore: set sub group by to null if group by and sub group by are same ( #2621 )
2023-11-03 13:15:50 +05:30
Aaryan Khandelwal
260974b0de
fix: user authentication on the index page ( #2619 )
...
* fix: user authentication on the index page
* fix: login redirection cleanup
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2023-11-03 12:42:43 +05:30
sriram veeraghanta
3c884fd46e
fix: implementing layouts using _app.tsx get layout method. ( #2620 )
...
* fix: implementing layouts in all pages
* fix: layout fixes, implemting using standard nextjs parctice
2023-11-02 23:57:44 +05:30
Anmol Singh Bhatia
a582021f2c
fix: active cycle fix ( #2618 )
2023-11-02 22:17:10 +05:30
Henit Chobisa
da391064aa
[FIX] Minor bug fixes in MentionList
and MentionNode
UI ( #2600 )
...
* fix: removed text color in peek view
* fix: fixed list view UI bugs and node view colors
* feat: update imports in suggestions for mentionSuggestion type
* fix: updated mention list css
* fix: updated mention node UI according to the design provided
* style: update the mentions dropdown UI
* style: mentioned users UI in the editor
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-11-02 19:31:25 +05:30
Aaryan Khandelwal
a9b72fa1d2
chore: implemented MobX in the onboarding screens ( #2617 )
...
* fix: wrap the onboarding route with the UserWrapper
* chore: implement mobx in the onboarding screens
2023-11-02 19:27:25 +05:30
Anmol Singh Bhatia
b0397dfd74
fix: module sidebar status select ( #2614 )
2023-11-02 18:48:57 +05:30
guru_sainath
02d4d32f7a
chore: Improved Handling of Empty Properties for Labels and Assignees ( #2616 )
...
* fix: show empty group
* chore: handled None values for lables and assignees in list and kanban layouts
---------
Co-authored-by: dakshesh14 <dakshesh.jain14@gmail.com>
2023-11-02 18:44:02 +05:30
Anmol Singh Bhatia
43e42f1896
fix: project view item edit action fix ( #2612 )
2023-11-02 17:12:04 +05:30
Aaryan Khandelwal
d5fd69354e
chore: removed unused hooks and components ( #2611 )
...
* chore: remove unused hooks
* chore: removed useProjectMembers hook
* chore: removed issue hooks
* fix: build errors
2023-11-02 17:11:33 +05:30
Anmol Singh Bhatia
56e4152756
fix: select label dropdown fix for list view ( #2608 )
2023-11-02 16:28:07 +05:30
Aaryan Khandelwal
c394a4f64e
style: lite text editor editor toolbar ( #2601 )
...
* style: comment editor toolbar
* style: updated icon styling
2023-11-02 16:26:57 +05:30
Dakshesh Jain
5b808571e5
fix: exception error ( #2606 )
...
* fix: exception error
* fix: invitation type
2023-11-02 16:26:16 +05:30
Dakshesh Jain
2cda47dc8a
refactor: user profile store setup and bug fixes ( #2586 )
...
* fix: autorun not working when filters are changed
* fix: filter/display on overview page
* refactor: store implementation & loader in 'created' & 'subscribed' page
2023-11-02 16:25:44 +05:30
Anmol Singh Bhatia
7f3dbe298c
fix: bug fixes ( #2607 )
...
* fix: module card issue count fix
* fix: project kanban view add issue bug fix
* fix: draft issue modal button alignment fix
2023-11-02 16:03:03 +05:30
Anmol Singh Bhatia
0072160891
fix: peekoverview ( #2603 )
...
* fix: peekoverview mutation fix
* fix: peekoverview mutation fix
* fix: sub-issue peekoverview
2023-11-02 16:02:34 +05:30
Anmol Singh Bhatia
4512651f8b
fix: spreadsheet view properties fix ( #2599 )
2023-11-02 16:01:49 +05:30
guru_sainath
f6b95b8d31
fix: Issue properties dropdown overflow issue for date and labels ( #2604 )
2023-11-02 15:59:43 +05:30
Anmol Singh Bhatia
325fb4a377
chore: fixes and improvement ( #2595 )
...
* fix: project card fix
* chore: bug fixes and ui improvement
2023-11-02 14:01:56 +05:30
guru_sainath
ba7b7d6f8b
chore: implemented module and cycle select dropdown in issue create modal ( #2602 )
2023-11-02 13:55:45 +05:30
Aaryan Khandelwal
d63e7cf254
chore: filters view more and less buttons ( #2583 )
...
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2023-11-01 20:34:02 +05:30
Aaryan Khandelwal
36152ea2fa
chore: loading state for all layouts ( #2588 )
...
* chore: add loading states to layouts
* chore: don't show count for 0 inbox issues
2023-11-01 20:24:57 +05:30
Lakhan Baheti
1a46c6c399
feat: search project & workspace members ( #2590 )
...
* feat: search project & workspace members
* chore: formatting
2023-11-01 20:23:21 +05:30
sriram veeraghanta
8c620c4f96
fix: store level fixes ( #2597 )
2023-11-01 19:22:10 +05:30
Anmol Singh Bhatia
d46eb9c59a
chore: add issue option added in header group ( #2592 )
...
* chore: add issue option added in list view group header
* chore: add issue option added in kanban view group header
2023-11-01 19:10:29 +05:30
sriram veeraghanta
0121a4ab51
[FED-594] fix: user change theme interface bug fixes ( #2587 )
...
* fix: user change theme interface bugfixes
* fix: handling error case
2023-11-01 17:11:29 +05:30
Anmol Singh Bhatia
548e95c7e0
fix: bug fixes ( #2581 )
...
* fix: module sidebar fix for kanban layout
* chore: cycle & module sidebar improvement
* chore: join project content updated
* chore: project empty state header fix
* chore: create project modal dropdown consistency
* chore: list view group header overlapping issue fix
* chore: popover code refactor
* chore: module sidebar fix for cycle kanban view
* chore: add existing issue option added in module empty state
* chore: add existing issue option added in cycle empty state
2023-11-01 17:11:07 +05:30
Aaryan Khandelwal
13ead7c314
fix: project wrapper ( #2589 )
...
* fix: project wrapper
* fix: project wrapper for unjoined project
* chore: update store structure
2023-11-01 17:10:10 +05:30
sriram veeraghanta
4fcc4b4a01
fix: build fixes ( #2591 )
2023-11-01 16:56:44 +05:30
Henit Chobisa
d511799f31
[FEATURE] Enabled User @mentions
and @mention-filters
in core editor package ( #2544 )
...
* feat: created custom mention component
* feat: added mention suggestions and suggestion highlights
* feat: created mention suggestion list for displaying mention suggestions
* feat: created custom mention text component, for handling click event
* feat: exposed mention component
* feat: integrated and exposed `mentions` componenet with `editor-core`
* feat: integrated mentions extension with the core editor package
* feat: exposed suggestion types from mentions
* feat: added `mention-suggestion` parameters in `r-t-e` and `l-t-e`
* feat: added `IssueMention` model in apiserver models
* chore: updated activities background job and added bs4 in requirements
* feat: added mention removal logic in issue_activity
* chore: exposed mention types from `r-t-e` and `l-t-e`
* feat: integrated mentions in side peek view description form
* feat: added mentions in issue modal form
* feat: created custom react-hook for editor suggestions
* feat: integrated mention suggestions block in RichTextEditor
* feat: added `mentions` integration in `lite-text-editor` instances
* fix: tailwind loading nodemodules from packages
* feat: added styles for the mention suggestion list
* fix: update module import to resolve build failure
* feat: added mentions as an issue filter
* feat: added UI Changes to Implement `mention` filters
* feat: added `mentions` as a filter option in the header
* feat: added mentions in the filter list options
* feat: added mentions in default display filter options
* feat: added filters in applied and issue params in store
* feat: modified types for adding mentions as a filter option
* feat: modified `notification-card` to display message when it exists in object
* feat: rewrote user mention management upon the changes made in develop
* chore: merged debounce PR with the current PR for tracing changes
* fix: mentions_filters updated with the new setup
* feat: updated requirements for bs4
* feat: modified `mentions-filter` to remove many to many dependency
* feat: implemented list manipulation instead of for loop
* feat: added readonly functionality in `read-only` editor core
* feat: added UI Changes for read-only mode
* feat: added mentions store in web Root Store
* chore: renamed `use-editor-suggestions` hook
* feat: UI Improvements for conditional highlights w.r.t readonly in mentionNode
* fix: removed mentions from `filter_set` parameters
* fix: minor merge fixes
* fix: package lock updates
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2023-11-01 16:36:37 +05:30
Aaryan Khandelwal
490e032ac6
style: new avatar and avatar group components ( #2584 )
...
* style: new avatar components
* chore: bug fixes
* chore: add pixel to size
* chore: add comments to helper functions
* fix: build errors
2023-11-01 15:24:11 +05:30
Anmol Singh Bhatia
1be82814fc
style: issue peek overview ui improvement ( #2574 )
...
* style: issue peek overview ui improvement
* chore: implemented issue subscription in peek overview
* chore: issue properties dropdown refactor
* fix: build error
* chore: label select refactor
* chore: issue peekoverview revamp and refactor
* chore: issue peekoverview properties added and code refactor
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com>
2023-11-01 14:22:29 +05:30
sriram veeraghanta
10e35d9a06
chore: delete unused files ( #2585 )
2023-11-01 13:45:04 +05:30
Dakshesh Jain
2d64caef90
refactor: project settings ( #2575 )
...
* refactor: project setting estimate
* refactor: project setting label
* refactor: project setting state
* refactor: project setting integration
* refactor: project settings member
* fix: estimate not updating
* fix: estimate not in observable
* fix: build error
2023-11-01 13:42:51 +05:30
deepsource-autofix[bot]
80e6d7e1ea
refactor: remove true
from boolean attribute ( #2579 )
...
When using a boolean attribute in JSX, you can set the attribute value to true or omit the value. This helps to keep consistency in code.
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2023-11-01 12:30:21 +05:30
Aaryan Khandelwal
98716859d5
chore: reove unused files ( #2567 )
2023-10-31 12:43:08 +05:30
M. Palanikannan
8072bbb559
fix: Debounce title and Editor initialization ( #2530 )
...
* fixed debounce logic and extracted the same
* fixed editor mounting with custom hook
* removed console logs and improved structure
* fixed comment editor behavior on Shift-Enter
* fixed editor initialization behaviour for new peek view
* fixed button type to avoid reload while editing comments
* fixed initialization of content in peek overview
* improved naming variables in updated title debounce logic
* added react-hook-form support to the issue detail in peek view with save states
* delete image plugin's ts support improved
2023-10-31 12:26:10 +05:30
Aaryan Khandelwal
442c83eea2
style: spreadsheet columns ( #2554 )
...
* style: spreadsheet columns
* fix: build errors
2023-10-31 12:18:04 +05:30
Aaryan Khandelwal
cb533849e8
chore: update members endpoint ( #2569 )
2023-10-31 12:16:40 +05:30
Aaryan Khandelwal
59c52023fb
style: list layout ( #2566 )
2023-10-31 12:14:06 +05:30
Aaryan Khandelwal
08ca016f65
fix: custom theme form validations ( #2565 )
2023-10-31 12:12:24 +05:30
Aaryan Khandelwal
1c2ea6da5e
fix: edit project button redirection ( #2564 )
...
* fix: redirect to project settings
* fix: 404 page button alignment
2023-10-31 12:06:55 +05:30
Aaryan Khandelwal
8b7b5c54b9
fix: global views bugs ( #2563 )
2023-10-31 12:06:11 +05:30
guru_sainath
52474715de
chore: handled next_url redirection issue ( #2562 )
2023-10-31 12:04:36 +05:30
Aaryan Khandelwal
dcf81e28e4
dev: implemented MobX in workspace settings and create workspace form ( #2561 )
...
* dev: implement mobx store for workspace settings
* chore: workspace general settings mobx integration
* chore: workspace members settings mobx integration
2023-10-30 20:38:50 +05:30
Aaryan Khandelwal
050406b8a4
chore: add empty state for list and spreadsheet layouts ( #2531 )
...
* chore: add empty state for list and spreadsheet layouts
* fix: build errors
2023-10-30 20:09:04 +05:30
Anmol Singh Bhatia
8eaac60aa5
style: cycle ui revamp, and chore: code refactor ( #2558 )
...
* chore: cycle custom svg icon added and code refactor
* chore: module code refactor
* style: cycle ui revamp and code refactor
* chore: cycle card view layout fix
* chore: layout fix
* style: module and cycle title tooltip position
2023-10-30 19:22:27 +05:30
Dakshesh Jain
8cc61bc427
fix: html sensitization function ( #2552 )
2023-10-30 13:59:00 +05:30
Anmol Singh Bhatia
fc82d6fc23
style: module ui revamp ( #2548 )
...
* chore: module constant and helper function added
* style: module card ui revamp
* chore: custom media query added
* chore: circular progress indicator added
* chore: module card item ui improvement
* chore: module list view added
* chore: module sidebar added in list and card view
* chore: module list and card ui improvement
* chore: module sidebar select, avatar and link list component improvement
* chore: sidebar improvement and refactor
* style: module sidebar revamp
* style: module sidebar ui improvement
* chore: module sidebar lead and member select improvement
* style: module sidebar progress section empty state added
* chore: module card issue count validation added
* style: module card and list item ui improvement
2023-10-27 18:45:10 +05:30
Dakshesh Jain
4aad35e007
refactor: quick add ( #2541 )
...
* refactor: store and helper setup for quick-add
* refactor: kanban quick add with optimistic issue create
* refactor: added function definition
* refactor: list quick add with optimistic issue create
* refactor: spreadsheet quick add with optimistic issue create
* refactor: calender quick add with optimistic issue create
* refactor: gantt quick add with optimistic issue create
* refactor: input component and pre-loading data logic
* style: calender quick-add height and content shift
* feat: sub-group quick-add issue
* feat: displaying loading state when issue is being created
* fix: setting string null to null
2023-10-27 12:32:24 +05:30
Aaryan Khandelwal
d95ea463b2
chore: implement mobx in project features settings ( #2533 )
2023-10-26 14:58:00 +05:30
Aaryan Khandelwal
a49f00bd39
chore: refactor and beautify issue properties ( #2539 )
...
* chore: update all issue property components
* style: issue properties
2023-10-25 19:47:58 +05:30
guru_sainath
ca2da41dd2
chore: issue comment reaction workflow and mutation update ( #2537 )
2023-10-25 19:24:14 +05:30
guru_sainath
a6d741e784
chore: implemented drag and drop between dates for project issues, cycle, module, and project views for calendar layout ( #2535 )
2023-10-25 16:09:50 +05:30
Anmol Singh Bhatia
cea39c758e
chore: layout refactor ( #2532 )
...
* chore: layout refactor
* fix: profile auth issue
* chore: project setting layout refactor
* chore: workspace layout refactor
* chore: profile layout refactor
* chore: layout import refactor
2023-10-25 15:48:57 +05:30
Aaryan Khandelwal
d72d3da6de
refactor: modules list page ( #2521 )
...
* refactor: modules list page
* chore: update handle favorites logic for modules
* fix: build errors
2023-10-23 19:17:42 +05:30
sriram veeraghanta
07d548ea43
fix: cycle modal redendent component fix ( #2528 )
2023-10-23 18:38:01 +05:30
Anmol Singh Bhatia
08f7ac6da7
chore: sidebar fix and ui improvement ( #2527 )
...
* fix: cycle sidebar overlapping fix
* style: issue sidebar related to and duplicate icon fix
2023-10-23 18:07:38 +05:30
Anmol Singh Bhatia
1786a395dc
chore: layout refactor ( #2522 )
...
* chore: pages layout refactor
* chore: view layout refactor
* chore: view layout refactor
* chore: inbox layout refactor
* chore: draft issue layout refactor
* chore: archived issue layout refactor
* chore: draft issue header layout fix
* chore: layout code refactor
* chore: code refactor
* chore: project setting layout fix
2023-10-23 16:54:26 +05:30
Manish Gupta
d7a36f5b04
dev: Self Hosting simplified with shell script ( #2484 )
...
* bug:fix recent page hiding last item on scroll #1468 (#2411 )
* dev: hub compose file update (#2376 ) (#2444 ) (#2445 )
* docker-compose-hub modified for envs
* bug:fix recent page hiding last item on scroll #1468 (#2411 )
* wip
* fixed the AMD build on ARM
---------
Co-authored-by: Manish Gupta <59428681+manishg3@users.noreply.github.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
* selfhosting fixes
* wip
* checking selfhost
* checking selfhost
* selfhost
* selfhosting script fix
* wip
* self hosting fixes
* folder structure modified
* replica config
* self host specific version
* fix
* fix
* fixes
* docker compose modifications
* fixed install.sh
* fixed install.sh
* install.sh modified
---------
Co-authored-by: Prashant Indurkar <32466796+PrashantIndurkar@users.noreply.github.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2023-10-23 15:56:19 +05:30
Aaryan Khandelwal
38421e8106
refactor: layout roots ( #2517 )
2023-10-23 15:06:28 +05:30
Aaryan Khandelwal
05a76c5ee3
fix: gantt chart blocks drag and resize logic ( #2516 )
2023-10-23 15:06:02 +05:30
Aaryan Khandelwal
c739b7235d
refactor: publish project modal ( #2514 )
...
* chore: add publish badge to the header
* refactor: project oublish components
* chore: remove link tag
2023-10-23 12:12:42 +05:30
guru_sainath
914657334d
chore: peekoverview issue comments and comment reactions ( #2507 )
2023-10-20 17:55:20 +05:30
Aaryan Khandelwal
4b03802d22
chore: removed heroicons package ( #2506 )
2023-10-20 17:51:01 +05:30
sriram veeraghanta
9f1fd2327a
fix: auth redirection issue fixes when user is logged in ( #2499 )
...
* fix: auth redirection issues
* fix: redirect flickering fix
* chore: sign in page ui improvement and redirection fix (#2501 )
* style: sign in page ui improvement
* chore: sign up redirection added and ui improvement
* chore: redirection validation and create workspace form fix (#2504 )
* chore: sign in redirection validation
* fix: create workspace form input fix
* chore: code refactor
---------
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com>
2023-10-20 17:10:17 +05:30
Aaryan Khandelwal
d78b4dccf3
chore: implemented CRUD operations in all the layouts ( #2505 )
...
* chore: basic crud operations added to the list view
* refactor: cycle details page
* refactor: module details page
* chore: added quick actions to kanban issue block
* chore: implement quick actions in calendar layout
* fix: custom menu component
* chore: separate quick action dropdowns implemented
* style: loader for calendar
* fix: build errors
2023-10-20 17:07:46 +05:30
guru_sainath
9bddd2eb67
chore: impleted store for issue reaction, comments, and comment reactions. implemented ui and compoennts for issue reactions in issue peek overview ( #2498 )
2023-10-20 12:33:39 +05:30
Anmol Singh Bhatia
2dd46be287
fix: create workspace page improvement ( #2495 )
2023-10-20 12:29:18 +05:30
Anmol Singh Bhatia
1b8f6e2129
fix: project page link error fix ( #2494 )
2023-10-19 18:09:25 +05:30
Aaryan Khandelwal
5f014d204c
fix: workspaces list not being fetched, display properties endpoint updated ( #2493 )
...
* fix: workspaces list not being fetched
* style: truncate workspace name if length exceeds
2023-10-19 17:24:10 +05:30
Anmol Singh Bhatia
fda0a6791f
style: project select dropdown & modals ui improvement ( #2491 )
...
* style: project select dropdown ui improvement
* style: create/update cycle modal ui improvement
* style: create/update module modal ui improvement
* fix: build error
* style: input and textarea border improvement
* cycle and module modal ui improvement
* style: cycle and module modal ui improvement
2023-10-19 16:38:36 +05:30
guru_sainath
082e48c9cf
chore: Issue poprties options in kanban are passing through props ( #2490 )
2023-10-19 16:23:30 +05:30
Anmol Singh Bhatia
c0793ec8a5
chore: swap dropdown component with plane/ui component ( #2480 )
...
* chore: swap custom menu component with plane/ui component
* chore: swap custom select component with plane/ui component
* chore: swap custom search select component with plane/ui component
2023-10-19 15:24:51 +05:30
Aaryan Khandelwal
0b8367a262
fix: issues mutation on changing filters ( #2485 )
...
* chore: refetch issues on filters and display filters change
* fix: issues list mutation after creating an issue
* fix: module issues fetch
* fix: build error
2023-10-19 15:04:22 +05:30
Aaryan Khandelwal
85a471305a
fix: inbox issue activity not being rendered ( #2487 )
2023-10-19 14:53:29 +05:30
Aaryan Khandelwal
861ff4ae94
chore: updated display properties endpoint ( #2486 )
2023-10-19 14:53:01 +05:30
Anmol Singh Bhatia
3a44d4bf35
chore: bulk delete modal alignment fix ( #2483 )
2023-10-19 14:02:42 +05:30
sriram veeraghanta
15f621ad91
fix: command palette fixes and sidebar fixes ( #2482 )
...
* fix: project fav changes
* fix: project create workspace member
* style: member select dropdown ui and command k modal alignment fix (#2473 )
* style: member select dropdown fix
* style: command k modal alignment fix
* fix: project create modal changes
* fix: sidebar shortcut fixes
* fix: minor console issues
---------
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com>
2023-10-18 20:29:56 +05:30
guru_sainath
9b96e297b3
chore: created new issue peek overview component and implemented in project issues list view ( #2481 )
...
* chore: created new issue peek overview component and implemented in project issues list view
* build: default project props in project, cycles, modules and view layout
2023-10-18 19:58:05 +05:30
Aaryan Khandelwal
b3b79c51bb
refactor: spreadsheet layout ( #2478 )
...
* refactor: spreadsheet column components
* refactor: spreadsheet layout components
* fix: unique key for each cell
2023-10-18 19:18:01 +05:30
Anmol Singh Bhatia
c270c8689f
chore: settings page refactoring ( #2477 )
...
* chore: implemented project layout and integrated sidebar component
* chore: implemented workspace layout and integrated sidebar component
2023-10-18 19:17:02 +05:30
Aaryan Khandelwal
0ec0ca133a
refactor: remove unused hooks ( #2474 )
...
* chore: remove useProjects hook
* chore: remove useWorkspaces hook
* chore: remove useWorkspaceDetails hook
* chore: remove useTheme hook
2023-10-18 16:59:53 +05:30
Anmol Singh Bhatia
98367f540c
fix: svg icon properties naming convention fix ( #2475 )
2023-10-18 16:59:15 +05:30
Aaryan Khandelwal
b4f32ced43
chore: add emoji to projects list ( #2472 )
2023-10-18 14:55:26 +05:30
Aaryan Khandelwal
f54a9502f8
fix: global view filters dropdown overflow issue ( #2469 )
...
* fix: global view filters dropdown overflow issue
* chore: rename View to Display
* fix: gap between dropdowns in header
2023-10-18 13:56:52 +05:30
Aaryan Khandelwal
baa2621fe2
chore: implemented autorun for inbox issues ( #2470 )
...
* fix: inbox issues not loading
* chore: implemented autorun for inbox issues
* chore: don't revalidate inbox list
2023-10-18 13:56:19 +05:30
Aaryan Khandelwal
3197dd484c
dev: implemented the new spreadsheet layout using MobX ( #2463 )
...
* refactor: spreadsheet layout components
* refactor: spreadsheet properties
* refactor: folder structure
* chore: issue property update
* chore: spreadsheet layout in the global views
* style: quick actions menu
* fix: build errors
2023-10-18 12:32:02 +05:30
Anmol Singh Bhatia
e9cc578cca
style: project card ui improvement ( #2466 )
...
* style: project card ui improvement
* style: project card ui improvement
2023-10-17 20:43:25 +05:30
sriram veeraghanta
90776237f3
fix: command palette changes ( #2465 )
2023-10-17 20:34:16 +05:30
Anmol Singh Bhatia
d689c63368
style: create/update issue modal ui improvement ( #2453 )
2023-10-17 17:26:40 +05:30
Anmol Singh Bhatia
4b51d9ed6c
style: project list and setting page ui improvement ( #2464 )
2023-10-17 17:25:32 +05:30
Anmol Singh Bhatia
b0c1af2b25
chore: breadcrumbs ui component ( #2458 )
...
* chore: swap breadcrumbs component with plane/ui component
* chore: breadcrumb refactor
2023-10-17 17:25:02 +05:30
guru_sainath
123634f5e8
chore: implemented assigned profiles issues and filters and updated workflow in list layout ( #2462 )
2023-10-17 16:23:54 +05:30
Aaryan Khandelwal
4bd73630d1
fix: font sizes and sidebar icons ( #2461 )
...
* fix: font sizes
* fix: sidebar icons
2023-10-17 15:59:11 +05:30
Anmol Singh Bhatia
399af30b9a
chore: icon improvement ( #2456 )
...
* style: app sidebar icon improvement
* style: profile section icon improvement
* style: notification popover icon improvement
* style: shortcut modal icon improvement
2023-10-17 15:27:38 +05:30