Commit Graph

3806 Commits

Author SHA1 Message Date
Prateek Shourya
95679bc27f chore: add email security dropdown and remove SMTP username and password validation. 2024-05-06 12:26:07 +05:30
guru_sainath
5965073acc Merge branch 'develop' of gurusainath:makeplane/plane into chore-admin-file-structure 2024-05-06 11:55:13 +05:30
guru_sainath
98a770c9df Merge branch 'chore-admin-file-structure' of gurusainath:makeplane/plane into chore-admin-file-structure 2024-05-06 11:54:58 +05:30
Aaryan Khandelwal
fb74875cde
[WEB-1181] chore: added a loader for page description (#4358)
* chore: add loader for page description

* chore: added skeleton loader

* fix: title loader margin

* chore: increased laoder width
2024-05-03 23:12:44 +05:30
Anmol Singh Bhatia
c96225c812
[WEB-1183] fix: updated global issues filter while updating global view (#4357)
* chore: Updated global issues filter while updating global view

* fix: globale view modal clear all

---------

Co-authored-by: gurusainath <gurusainath007@gmail.com>
2024-05-03 20:29:11 +05:30
gurusainath
33944b2bb8 Merge branch 'develop' of gurusainath:makeplane/plane into chore-admin-file-structure 2024-05-03 19:50:14 +05:30
Nikhil
69d41c396e
dev: add start date and end date to projects (#4355) 2024-05-03 19:37:09 +05:30
Aaryan Khandelwal
527ecd7d22
style: make edito height according to the content height (#4347) 2024-05-03 19:20:13 +05:30
rahulramesha
acd8f8d2d6
[WEB-1173] fix: order by for last updated when issue is updated (#4353)
* update the issue's updated at date when issue is updated

* sort issue's updated and created at regardless of the date format.

* move the logic to date time helpers

* revert back the third variable in update issue
2024-05-03 19:08:20 +05:30
Anmol Singh Bhatia
f4cc103238
[WEB-1175] fix: modal context (#4352)
* fix: modal context

* chore: code refactor
2024-05-03 17:58:15 +05:30
gurusainath
1fd150c189 chore: updated cookie session time for admin 2024-05-03 17:52:33 +05:30
pablohashescobar
e8567b521c dev: admin session cookie update 2024-05-03 17:46:28 +05:30
Aaryan Khandelwal
89f2f87b97
fix: decrease gantt full size z-index (#4354) 2024-05-03 17:38:21 +05:30
sriram veeraghanta
eed047bfe3 chore: update version 2024-05-03 17:23:12 +05:30
gurusainath
77e38b6124 chore: resolved build errors 2024-05-03 16:10:24 +05:30
gurusainath
33953b2c5f chore: added redirection to plane in the sidebar 2024-05-03 16:05:25 +05:30
Aaryan Khandelwal
8cf4260219
fix: dropdowns should close on tab key (#4351) 2024-05-03 15:39:14 +05:30
rahulramesha
1b55411919
[WEB-1136] chore: Kanban drag and drop improvements (#4350)
* Kanban DnD improvement

* minor fixes for kanban dnd improvement

* change scroll duration

* fix feedback on the UX

* add highlight before drop

* add toast message explain drag and drop is currently disabled

* Change warning dnd message

* add comments

* fix minor build error
2024-05-03 15:12:06 +05:30
gurusainath
ccf9f4d611 chore: handled seo and signout logic and new user popup 2024-05-03 14:50:55 +05:30
Nikhil
dc5edca34d
chore: update the default name that is added to instance (#4348) 2024-05-03 14:35:36 +05:30
Anmol Singh Bhatia
2884b0e22e
fix: inbox issue header quick action validation (#4344) 2024-05-03 14:17:21 +05:30
Aaryan Khandelwal
091fdb89ac
chore: hide display properties in the calendar layout (#4346) 2024-05-03 14:16:27 +05:30
gurusainath
04df4bfd09 chore: SMTP Name and Password validation removed 2024-05-03 12:40:44 +05:30
Anmol Singh Bhatia
a678844073
[WEB-859] [WEB-1162] chore: issue detail improvement and assignees filter fix (#4342)
* chore: created by option added to inbox issue detail section

* chore: issue detail page improvement

* fix: inbox assignee filter key
2024-05-02 20:39:43 +05:30
gurusainath
85a64955b7 chore: handled onboarding step error in web app 2024-05-02 19:53:54 +05:30
gurusainath
b717d1660c chore: build error resolved in deploy 2024-05-02 19:24:26 +05:30
Bavisetti Narayan
4cb5c4d9df
chore: workspace module list endpoint (#4343) 2024-05-02 19:18:41 +05:30
Aaryan Khandelwal
45c9dfb3cf
chore: update useCallback dependencies (#4341) 2024-05-02 19:18:08 +05:30
gurusainath
12850eb72e chore: join workspace invitation workflow updates 2024-05-02 18:38:14 +05:30
M. Palanikannan
4c78cd7c7e
fix: inbox create issue comment fixed (#4340) 2024-05-02 18:22:00 +05:30
gurusainath
2e8453bd69 chore: removed old auth wrapper and replaced the imports with new auth wrapper 2024-05-02 18:08:38 +05:30
gurusainath
e592c0015d Merge branch 'develop' of gurusainath:makeplane/plane into chore-admin-file-structure 2024-05-02 17:21:50 +05:30
gurusainath
f4611be8c4 chore: updated store loader 2024-05-02 17:21:03 +05:30
gurusainath
e1b16208cb chore: authentication wrapper fetch user 2024-05-02 16:33:59 +05:30
Nikhil
ab15a54e59
[WEB -1149] dev: update dependencies (#4333)
* dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency

* dev: add comments
2024-05-02 16:14:58 +05:30
Aaryan Khandelwal
c4229c9d55
fix: quick actions dropdown disabled state (#4335) 2024-05-02 16:13:58 +05:30
Aaryan Khandelwal
42c4c46939
[WEB-1154] fix: delete attachment modal logic (#4338)
* fix: delete attachment modal logic

* chore: remove console log

* chore: update delete attachment button type
2024-05-02 16:13:04 +05:30
Anmol Singh Bhatia
6918393b63
fix: existing issue list modal loading flicker (#4337) 2024-05-02 16:11:38 +05:30
gurusainath
1c4a629bda chore: updated authentication wrapper logic in web app 2024-05-02 16:08:32 +05:30
gurusainath
9ea5caed1b chore: handled lint errors in use accounts 2024-05-02 16:04:14 +05:30
gurusainath
4239dc0daf chore: removed old auth hooks 2024-05-02 14:52:18 +05:30
gurusainath
dd5c4a3aed chore: resolved build errors 2024-05-02 14:07:33 +05:30
Prateek Shourya
2b32fd44d1 chore: auth UI consistency in web, space and admin. 2024-05-02 14:03:08 +05:30
gurusainath
2d42d316a0 chore: UI changes and revamp components for authentication 2024-05-02 13:14:02 +05:30
Prateek Shourya
2e2e8f730f chore: add background pattern in admin auth forms and minor ui fixes. 2024-05-02 02:59:08 +05:30
Prateek Shourya
f59c9f7b08 chore: add loading spinners for all auth and onboarding form buttons. 2024-05-02 02:19:18 +05:30
guru_sainath
da16e686bf Merge branch 'chore-admin-file-structure' of gurusainath:makeplane/plane into chore-admin-file-structure 2024-05-01 21:35:26 +05:30
Aaryan Khandelwal
6196c750f1
fix: issue description persistence (#4331) 2024-05-01 19:55:37 +05:30
gurusainath
a1bffd69ba chore: handled logs 2024-05-01 19:24:40 +05:30
gurusainath
9875f3319e chore: handled store loaders in the user 2024-05-01 19:23:28 +05:30