Commit Graph

3923 Commits

Author SHA1 Message Date
Aaryan Khandelwal
9c4c43c97c Merge branch 'feat/bulk-operations' of https://github.com/makeplane/plane into feat/bulk-operations 2024-05-24 12:44:23 +05:30
Aaryan Khandelwal
dffd8799b9 refactor: entities grouping logic 2024-05-24 12:43:59 +05:30
NarayanBavisetti
71b7618c3d Merge branch 'feat/bulk-operations' of github.com:makeplane/plane into feat/bulk-operations 2024-05-23 16:56:20 +05:30
NarayanBavisetti
7b0062b251 chore: removed migrations 2024-05-23 16:56:00 +05:30
Aaryan Khandelwal
221f9daeeb fix: bulk assignee and label update mutation 2024-05-23 16:52:41 +05:30
Aaryan Khandelwal
8c6fef8f85 style: dropdowns UI 2024-05-23 15:48:53 +05:30
Aaryan Khandelwal
aa9df2d506 refactor: multiple select store 2024-05-23 15:36:14 +05:30
Aaryan Khandelwal
e6a2e108ff Merge branch 'preview' of https://github.com/makeplane/plane into feat/bulk-operations 2024-05-23 15:35:55 +05:30
Anmol Singh Bhatia
073d453752
chore: plane logo asset updated (#4562) 2024-05-23 14:45:40 +05:30
Prateek Shourya
7089474c11
[WEB-1240] chore: toast messages updates (#4561)
* [WEB-1240] fix: toast messages inconsistency in sub-issues.

* [WEB-1241] chore: update draft issue creation toast message.

* chore: minor logic improvement.
2024-05-23 14:28:11 +05:30
Prateek Shourya
780caf59a0
[WEB-1404] chore: space app infinite loader and scroll fix. (#4559)
* [WEB-1404] chore: space app infinite loader and scroll fix.

* chore: revert back `isLoading` initail state to `true` in user store.
2024-05-23 14:27:16 +05:30
guru_sainath
c9e6ead3af
chore: handled suppert email validation in the admin app (#4560) 2024-05-23 14:04:53 +05:30
Aaryan Khandelwal
02b23c8a93 fix: group selection 2024-05-23 13:59:32 +05:30
sriram veeraghanta
d17492319b fix: updating docker urls and base paths 2024-05-23 13:38:20 +05:30
Aaryan Khandelwal
bb0afc0be8 chore: move selection logic to store 2024-05-23 13:28:46 +05:30
Aaryan Khandelwal
cbe348bf5b fix: ui bugs 2024-05-23 12:49:11 +05:30
Aaryan Khandelwal
6626c32b5b chore: implement bulk ops in the gantt layout 2024-05-22 23:21:33 +05:30
sriram veeraghanta
c26c8cfe19 fix: nginx conf file updated by removing rewrites for space location 2024-05-22 20:52:02 +05:30
Prateek Shourya
2b27f39727
[WEB-1380] chore: fix sidebar expanding issue on sign out. (#4557)
* [WEB-1380] chore: fix sidebar expanding issue on sign out.

* chore: update sign-out redirect url.

* dev: update signout view and fix the entrypoint on docker-compose-local

* chore: remove localStorage reset logic for `app_sidebar_collapsed` on sign-out.

---------

Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2024-05-22 20:39:31 +05:30
Anmol Singh Bhatia
577996b34a
chore: space app logo redirection updated (#4556) 2024-05-22 20:24:47 +05:30
Aaryan Khandelwal
ac6e22b96e fix: shift + arrow navigation 2024-05-22 20:13:33 +05:30
Aaryan Khandelwal
e157240374 chore: scroll element into view 2024-05-22 19:28:05 +05:30
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
Aaryan Khandelwal
9c1e32a323 fix: merge conflicts resolved from preview 2024-05-22 18:29:53 +05:30
Aaryan Khandelwal
a76e02045b chore: update UI 2024-05-22 18:25:51 +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
Satish Gandham
e99a7accec
WEB-1344 chore: Add storybook (#4490)
* Add storybbok integration for UI package

* Exclude stories from tailwind config

* Update gitignore

* chore: disable lint stage

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2024-05-22 16:36:31 +05:30
Aaryan Khandelwal
12000904ee chore: bulk ops in spreadsheet layout 2024-05-22 16:25:29 +05:30
rahulramesha
c0961586a3
change color of quick add button (#4541) 2024-05-22 16:00:19 +05:30
Satish Gandham
6236adf4bc
[WEB-1390] chore: Add pre commit hook to check for lint and formatting errors (#4537)
* Add pre commit hook

* Add comments
2024-05-22 15:50:15 +05:30
Prateek Shourya
b084844565
[WEB-1401] chore: toast refactor in space app. (#4546)
* [WEB-1401] chore: toast refactor in space app.

* fix: build errors in space app.
2024-05-22 15:39:28 +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
sriram veeraghanta
509d5fe554 fix: docker entrypoint 2024-05-22 13:00:45 +05:30
sriram veeraghanta
9591ccccaa fix: create sync pr workflow 2024-05-22 12:48:47 +05:30
sriram veeraghanta
a644d38218 chore: docker entry file name changes 2024-05-22 12:46:41 +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
Prateek Shourya
f13c190676
[WEB-1396] chore: remove/ disable all actionable items from deploy url in case url is embedded using Iframe. (#4544)
* fix: is in iframe validation check

* chore: remove/ disable all actionable items from deploy url in case url is embeded using Iframe.

* chore: remove copy issue link option if clipboard write access is not granted.

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2024-05-22 12:39:34 +05:30
Prateek Shourya
0c80cf3d54
fix: enable toast in admin app. (#4545) 2024-05-22 12:34:57 +05:30
rahulramesha
6eca4a1f1f
fix unassigned issues count in analytics page (#4542) 2024-05-22 12:33:36 +05:30
sriram veeraghanta
1c377163d2 fix: converting takeoff scripts to docker entry points 2024-05-22 12:25:27 +05:30
rahulramesha
e6d626fbc5
fix list view visual alignments (#4543) 2024-05-22 11:34:15 +05:30
NarayanBavisetti
6bea6190b9 chore: edge case handling 2024-05-22 00:31:55 +05:30
NarayanBavisetti
0f13f7632e chore: archive, target and start date error messsage 2024-05-22 00:06:35 +05:30
Aaryan Khandelwal
aaa81fb558 fix: merge conflicts resolved from preview 2024-05-21 23:56:42 +05:30
Aaryan Khandelwal
077b8cc0d4 chore: update multiple select components 2024-05-21 23:45:36 +05:30