rahulramesha
2a83ac7376
upgrade cmdk version to 1.0 to fix a critical issue ( #4554 )
2024-05-22 18:53:40 +05:30
Anmol Singh Bhatia
5381d0bc35
[WEB-1404] chore: auth improvements ( #4553 )
...
* chore: auth page logo and tab head title updated
* chore: auth page logo and tab head title updated
* chore: code refactor
* chore: space app existing user auth validation
2024-05-22 18:49:58 +05:30
Prateek Shourya
63a6be2143
[WEB-1404] chore: auth ui / ux fixes ( #4552 )
...
* chore: update deactivated account alert message to show support email if available in env.
* chore: clear error_info on email check.
* chore: fix log-in / sign-up forms alignment and minor ux copy fix.
* fix: auth redirection to `/sign-in` issue.
* chore: update `back to sign in` url in forgot password screen.
2024-05-22 17:31:56 +05:30
rahulramesha
ca73a11868
improve error overlay while dragging over a group ( #4551 )
2024-05-22 17:15:37 +05:30
Bavisetti Narayan
794183b640
[WEB-1343] chore: add and remove modules in kanban view ( #4549 )
...
* chore: removing and adding an issue to module
* chore: removed empty module validation
* modules single API call
* chore: removed the script
---------
Co-authored-by: rahulramesha <rahulramesham@gmail.com>
2024-05-22 17:07:08 +05:30
rahulramesha
c0961586a3
change color of quick add button ( #4541 )
2024-05-22 16:00:19 +05:30
Prateek Shourya
1912f6948c
[WEB-1386] chore: fix update view
button to right even if no filters are applied. ( #4548 )
2024-05-22 15:37:19 +05:30
rahulramesha
fa332a9ba7
fix infinite loop for sub issues ( #4550 )
2024-05-22 15:36:11 +05:30
sriram veeraghanta
9013497a5a
fix: authentication views updated with new workflow ( #4547 )
...
* dev: update email check endpoint
* fix: auth magic login check
* chore: updated the error code handler and handled authentication workflow
* dev: add magic link login
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: guru_sainath <gurusainath007@gmail.com>
2024-05-22 14:49:06 +05:30
Aaryan Khandelwal
639d24bd5a
[WEB-1262] refactor: custom hook for common dropdown logic ( #4420 )
...
* refactor: custom hook for common dropdown logic
* chore: clear query for label dropdowns
2024-05-22 12:45:51 +05:30
rahulramesha
6eca4a1f1f
fix unassigned issues count in analytics page ( #4542 )
2024-05-22 12:33:36 +05:30
rahulramesha
e6d626fbc5
fix list view visual alignments ( #4543 )
2024-05-22 11:34:15 +05:30
Prateek Shourya
709cd9dd6c
[WEB-1177] fix: sub-issues count mutation. ( #4516 )
...
* [WEB-1177] fix: sub-issues count mutation.
* chore: refactor sub_issues_count mutation logic.
* fix: build errors.
2024-05-21 17:14:41 +05:30
Prateek Shourya
8a960e269f
[WEB-1063] style: fix activity/ comment overflow issue. ( #4540 )
2024-05-21 16:36:33 +05:30
Anmol Singh Bhatia
846991332a
[WEB-1385] style: oauth button enhancement ( #4539 )
...
* style: oauth button enhancement
* style: space app applied issue filter section styling updated
* style: space app sidebar icon consistency
* chore: issue title input improvement
* fix: create workspace and invite workspace theme issue
* fix: member invite modal improvement
2024-05-21 16:29:30 +05:30
rahulramesha
afc2ca65cf
[WEB-1138] feat: List lssue Layout Drag and Drop ( #4536 )
...
* List Dnd Complete feature
* fix minor bugs in list dnd
* remove double overlay in kanban post refactor
* add missing dependencies to useEffects
* make provision to add to the last issue of the group
* show current child issues to also be disabled if the parent issue is being dragged
* fix last issue border
* fix code static analysis suggestions
* prevent context menu on drag handle
2024-05-21 16:25:57 +05:30
guru_sainath
4feec35773
[WEB-1301] chore: handled issues count in project, module, and cycle issues ( #4538 )
...
* chore: handled issues count in project, module, and cycle issues
* chore: changed the typo from getIssuesCount to issuesCount
2024-05-21 14:55:29 +05:30
sriram veeraghanta
e2ac60e259
fix: adding redirect rules to old signup page
2024-05-21 13:43:54 +05:30
Anmol Singh Bhatia
f77761b4f9
[WEB-1385] chore: auth screen and space app improvement ( #4529 )
...
* chore: instance sign in page alginment
* chore: strength indicator color updated
* chore: confirm password input improvement
* chore: space issue sidebar comment section validation added
2024-05-20 19:03:23 +05:30
sriram veeraghanta
c58e241159
chore: update package version
2024-05-20 16:18:11 +05:30
guru_sainath
4c5d66d6d1
fix: onboarded steps validation in web app ( #4527 )
2024-05-20 16:12:56 +05:30
guru_sainath
1355873e32
fix: next_path enabled for oauth auth ( #4526 )
2024-05-20 16:00:32 +05:30
Anmol Singh Bhatia
836452f074
[WEB-1319] chore: user default cover image ( #4525 )
...
* chore: user default cover image updated
* chore: space app issue sidebar coment section heading updated
2024-05-20 15:43:48 +05:30
rahulramesha
3bfa8f5f88
revert the commented out code, fixing the subIssue mutation ( #4524 )
2024-05-20 15:42:55 +05:30
Anmol Singh Bhatia
f8a443d6a6
chore: reset password error handling ( #4523 )
2024-05-20 14:50:11 +05:30
sriram veeraghanta
193076636a
fix: instance god-mode redirection
2024-05-20 12:53:43 +05:30
guru_sainath
2138257da0
[WEB-1319] fix: handled magic sign_in and sign_up error codes in authentication ( #4518 )
...
* dev: differentiate error codes for magic code
* fix: handled auth error_codes for magic_sign_in and magic_sign_up
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2024-05-20 12:23:48 +05:30
guru_sainath
603ebeb123
chore: handled the auto reload issue in auth-wrapper and instance wrapper ( #4520 )
2024-05-20 12:10:54 +05:30
Anmol Singh Bhatia
b4b111e297
[WEB-1319] chore: auth fixes and enhancement ( #4519 )
...
* chore: onboarding invite member button overflow fix
* chore: change password enhancement
2024-05-20 12:05:19 +05:30
rahulramesha
edf8109735
[WEB-1249] chore: New Kanban column design changes ( #4509 )
...
* new Kanban column design changes
* fix minor build error
2024-05-20 11:38:28 +05:30
Prateek Shourya
fe4dea1474
[WEB-1361] fix: comments access specifier mutation issue. ( #4515 )
2024-05-20 11:32:00 +05:30
Aaryan Khandelwal
915ea8a81c
fix: page title not displaying ( #4513 )
2024-05-19 21:40:50 +05:30
sriram veeraghanta
87610399c4
Merge branch 'fix/instance-layouts' of github.com:makeplane/plane into preview
2024-05-18 16:25:51 +05:30
sriram veeraghanta
31ca9e447d
fix: instance config errors
2024-05-18 16:22:53 +05:30
Aaryan Khandelwal
1178c3b14d
fix: show untitle for blank page titles ( #4505 )
2024-05-17 19:40:12 +05:30
Anmol Singh Bhatia
38f5ecbdf2
[WEB-1330] chore: show password toggle improvement ( #4471 )
...
* chore: show password toggle improvement
* fix: merge conflict
2024-05-17 15:51:34 +05:30
rahulramesha
90b50a4162
New Minor UX changes to Kanban ( #4499 )
2024-05-17 14:33:21 +05:30
Aaryan Khandelwal
c2e293cf3b
[WEB-1310] chore: page title can be blank ( #4486 )
...
* chore: page title can be blank
* chore: handle undefined page name in the helper function
2024-05-17 12:56:44 +05:30
Aaryan Khandelwal
4c16ed8b23
[WEB-1336] fix: issue dates conflict in the calendar layout ( #4480 )
...
* fix: calendar dnd for due dates before issue start date
* chore: start date in calender view
* fix: add existing issues to calendar layout
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2024-05-17 12:45:28 +05:30
Anmol Singh Bhatia
f9de1e790c
chore: nested issue highlighting improvement ( #4488 )
2024-05-17 12:17:43 +05:30
Aaryan Khandelwal
c054b18ad5
chore: prevent route change on canceling confirm dialog ( #4493 )
2024-05-17 11:36:50 +05:30
Aaryan Khandelwal
8fae076fd6
chore: disccard changes made after creating issue ( #4484 )
2024-05-17 11:35:37 +05:30
sriram veeraghanta
8522db630e
fix: build errors
2024-05-17 00:32:23 +05:30
Aaryan Khandelwal
f547692fe6
chore: hide bot accounts from the collabortors list ( #4482 )
2024-05-16 23:59:28 +05:30
Anmol Singh Bhatia
0c04c3dc14
chore: unwanted loader ( #4485 )
2024-05-16 23:57:13 +05:30
Aaryan Khandelwal
26188f208b
[WEB-1204] fix: Kanban and calendar drag and drop in mobile ( #4408 )
...
* chore: don't show context menu on mobile devices
* fix: drag and drop in mobile
* chore: default show more options in mobile
* fix: dnd in calendar layout
2024-05-16 23:42:54 +05:30
Anmol Singh Bhatia
33079c826d
[WEB-1319] chore: instance not ready pages improvement ( #4492 )
...
* chore: instance not ready pages improvement
* fix: magic sign up
* chore: issue mutation spinner and command k spinner updated
* chore: forgot password email input disabled
* chore: forgot password email input disabled revert
* chore: unused asset removed
2024-05-16 23:41:30 +05:30
Anmol Singh Bhatia
9bf1863f33
[WEB-1345] chore: auth and loader responsiveness ( #4494 )
...
* chore: logo spinner improvement
* chore: auth header action improvement
2024-05-16 23:35:53 +05:30
Anmol Singh Bhatia
fd4aa38dc2
fix: email preferences form reset ( #4464 )
2024-05-16 19:42:18 +05:30
sriram veeraghanta
e6142d8247
fix: adding new apple touch icon
2024-05-16 19:37:37 +05:30