pablohashescobar
ae339bc19c
fix: order by grouped pagination
2024-03-13 16:11:16 +05:30
rahulramesha
cf470d715a
implement pagination for spreadsheet, list, kanban and calendar
2024-03-13 12:26:10 +05:30
rahulramesha
3b3f04b7e7
Merge branch 'feat/pagination' of github.com:makeplane/plane into feat/pagination
2024-03-12 19:39:46 +05:30
pablohashescobar
0af2da2dfe
chore: paginator changes
2024-03-12 19:33:46 +05:30
rahulramesha
b12a9e3621
issue pagination store changes
2024-03-12 15:17:47 +05:30
pablohashescobar
26ec7323e5
dev: add total pages key
2024-03-12 14:52:24 +05:30
pablohashescobar
8ea0528c7d
Merge branch 'develop' of github.com:makeplane/plane into feat/pagination
2024-03-12 13:21:14 +05:30
Ramesh Kumar Chandra
73c91654eb
[WEB-716] style: list view issues responsiveness ( #3938 )
2024-03-12 12:29:00 +05:30
Bavisetti Narayan
578bd29f6f
chore: active issue total count ( #3936 )
2024-03-12 12:24:58 +05:30
Nikhil
2e5e14556d
feat: test email script ( #3937 )
...
* feat: script for testing emails
* chore: rename subject and body for the mail
2024-03-12 12:00:18 +05:30
sriram veeraghanta
ecac45e885
Merge branch 'preview' of github.com:makeplane/plane into develop
2024-03-12 01:12:57 +05:30
sriram veeraghanta
6ec9c64f7c
fix: build branch optional builds workflow changes
2024-03-12 01:06:37 +05:30
sriram veeraghanta
f493a03f56
fix: adding github workflow events
2024-03-12 01:01:03 +05:30
Anmol Singh Bhatia
48c9b78397
[WEB-545] chore: completed cycle empty state ( #3931 )
...
* chore: completed cycle issue transfer empty state added
* chore: cycle empty state variable updated
* chore: empty state config file updated
2024-03-11 21:23:09 +05:30
Anmol Singh Bhatia
9c29ad1a28
chore: list layout scrollbar improvement ( #3933 )
2024-03-11 21:12:59 +05:30
Aaryan Khandelwal
e3ac075ee2
chore: error state for the issues widgets ( #3934 )
2024-03-11 21:12:28 +05:30
Anmol Singh Bhatia
8c9d328c24
chore: profile setting scroll fix and scrollbar added in activity section ( #3929 )
2024-03-11 21:09:41 +05:30
Aaryan Khandelwal
b2146098e2
chore: added view less button to the collaborators widget ( #3928 )
2024-03-11 21:09:16 +05:30
Nikhil
4a06572f73
chore: remove deprecated envs ( #3927 )
2024-03-11 21:08:10 +05:30
M. Palanikannan
d34df5c805
fix: updated extensions in read only instance of the editor ( #3925 )
2024-03-11 21:05:27 +05:30
Anmol Singh Bhatia
01702e9f66
[WEB-402] chore: project issues count ( #3911 )
...
* chore: added project issues count
* chore: project module and cycle issue count
* chore: resolved merge conflicts
* chore: added import statement
* chore: issue count type added
* chore: issue count added in project, cycle and module issues
* fix: lint fixes
* chore: tooltip added in issue count badge
* chore: tooltip added in issue count badge
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2024-03-11 21:05:00 +05:30
Nikhil
b57c389c75
fix: caching ( #3923 )
2024-03-11 21:04:43 +05:30
Lakhan Baheti
27acd1bec1
fix: cycle & module sidebar progress-stats scroll ( #3932 )
2024-03-11 21:03:30 +05:30
Anmol Singh Bhatia
539afb0792
chore: issue quick action dropdown max height updated ( #3919 )
2024-03-11 21:02:28 +05:30
Anmol Singh Bhatia
6c7ba3bc79
chore: applied filter ui improvement ( #3918 )
2024-03-11 21:01:59 +05:30
Anmol Singh Bhatia
c8ab650008
fix: module empty state create issue ( #3916 )
2024-03-11 21:01:27 +05:30
Anmol Singh Bhatia
89d019df57
fix: parent select modal params updated ( #3914 )
2024-03-11 21:01:07 +05:30
Aaryan Khandelwal
535731141f
[WEB-682] feat: cycles list filtering and searching ( #3910 )
...
* chore: implemented cycles list filters and ordering
* chore: active cycle tab updated
* refactor: cycles folder structure
* fix: name search inout auto-focus
* fix: cycles ordering
* refactor: move cycle filters logic to mobx store from local storage
* chore: show completed cycles in a disclosure
* chore: added completed cycles count
* refactor: cycles mapping logic
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2024-03-11 21:00:05 +05:30
M. Palanikannan
4b30339a59
[WEB-638] feat: add tabIndex prop support to navigate using Tab key in all the editors ( #3902 )
...
* feat: added tab index support to navigate using Tab key in all the editors
* chore: changed the name of Table of Contents in Pages
* chore: file formatting
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2024-03-11 20:58:23 +05:30
M. Palanikannan
899771a678
[WEB-434] feat: add support to insert a new empty line on clicking at bottom of the editor ( #3856 )
...
* fix: horizontal rule no more causes issues on last node
* fixed the mismatched transaction by using native tiptap stuff
* added support to add new line onclick at bottom if last node is an image
TODO: blockquote at last node
* fix: simplified adding node at end of the document logic
* feat: rewrite entire logic handling all cases
* feat: arrow down and arrow up keys add empty node at top and bottom of doc from first/last row's cells
* feat: added arrow up and down key support to images too
* remove unnecessary console logs
* chore: formatting components
* fix: reduced bottom padding to increase onclick area
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2024-03-11 20:55:24 +05:30
sriram veeraghanta
8997ee2e3e
fix: eslint fixes
2024-03-11 20:45:51 +05:30
rahulramesha
63b850f92f
fix some build errors due to type changes
2024-03-08 18:21:28 +05:30
Anmol Singh Bhatia
e05bc3965c
chore: update the label of the app sidebar dashboard to home ( #3912 )
2024-03-08 17:59:02 +05:30
Aaryan Khandelwal
b07fec533c
fix: date filter modal selection ( #3913 )
2024-03-08 17:58:27 +05:30
Anmol Singh Bhatia
cc069b61aa
fix: empty state error handling added and page empty state key updated ( #3915 )
2024-03-08 17:57:48 +05:30
Prateek Shourya
2074bb97db
[WEB-440] feat: create project feature selection modal. ( #3909 )
...
* [WEB-440] feat: create project feature selection modal.
* [WEB-399] chore: explain project identifier.
* chore: use `Link` component for redirection to project page.
2024-03-08 17:38:42 +05:30
Prateek Shourya
f5151ae717
[WEB-666] chore: rename View profile
to My activity
. ( #3906 )
2024-03-08 17:37:01 +05:30
Prateek Shourya
deb5ac0578
[WEB-665] fix Padding in the project dropdown. ( #3905 )
2024-03-08 17:36:28 +05:30
Ramesh Kumar Chandra
cead56cc52
[WEB - 671] chore: remove unused images in the app ( #3901 )
2024-03-08 17:32:00 +05:30
rahulramesha
026bc9318f
make store changes for pagination
2024-03-08 17:03:35 +05:30
sriram veeraghanta
cb78ccad1f
fix: 1click deployment fixes
2024-03-08 16:58:37 +05:30
Manish Gupta
6c6b7156bb
helm variable update
2024-03-08 16:00:18 +05:30
Manish Gupta
8cc372679c
Web Build fixes
2024-03-08 15:56:05 +05:30
Manish Gupta
94327b8311
chore: feature build process optimization ( #3907 )
...
* process changed to build tar and use for deployment
* fixes
2024-03-08 15:16:32 +05:30
Anmol Singh Bhatia
7b88a2a88c
[WEB-469] chore: selected filter sorting added in filter dropdown ( #3869 )
...
* chore: selected filter sorting added in filter dropdown
* chore: handleClearAllFilters function updated
* chore: filter dropdown sorting updated
* chore: filter dropdown sorting updated
* chore: filter dropdown sorting updated
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com>
2024-03-07 16:53:59 +05:30
Lakhan Baheti
47a7f60611
[WEB-667] fix: unable to deselect project lead in create project modal ( #3898 )
...
* fix: unable to deselect project lead in create project modal
* removed unneccessary code
2024-03-07 16:53:43 +05:30
guru_sainath
7a8aef4599
Fix: rendering issue in kanban swimlanes when the cycle or module is not assigned to an issue ( #3899 )
2024-03-07 15:56:02 +05:30
pablohashescobar
425b36e391
dev: add ruff in dependencies
2024-03-07 15:14:15 +05:30
pablohashescobar
9b84fa060f
dev: remove unused imports
2024-03-07 15:13:06 +05:30
pablohashescobar
9d60aaddd7
dev: fix grouping on taget date and project_id
2024-03-07 15:11:44 +05:30