gakshita
a405c14939
fix: added custom prop for closeOnSelect
2025-10-08 18:28:40 +05:30
gakshita
61ee99cf5f
fix: custom select auto close on select
2025-10-08 17:13:14 +05:30
Vamsi Krishna
3cbb60417c
[WEB-4976]chore: propel toast implementation ( #7832 )
...
* draft: implementation
* chore: migrated toast from @plane/ui to propel package
* chore: reverted unwanted changes
* fix: lint errors
* chore: added dismiss toast to propel toast
* fix: build and lint errors
* chore: code refactor
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so >
2025-10-07 23:37:10 +05:30
Anmol Singh Bhatia
d38f4811b6
[WEB-3567] dev: empty state v2 ( #7910 )
2025-10-07 20:53:49 +05:30
Anmol Singh Bhatia
3e82984f92
[WEB-5068] fix: CustomMenu closeOnSelect behavior #7897
2025-10-07 20:52:30 +05:30
Sangeetha
89ddd1bf42
[WEB-5081] fix: update timezone in user settings #7915
2025-10-07 20:51:44 +05:30
Nikhil
0b15a32ec6
[WEB-5038] fix: cycle creation in external api endpoint ( #7866 )
...
* feat: set default owner for cycle creation if not provided
* Updated CycleListCreateAPIEndpoint to assign the current user as the owner when the 'owned_by' field is not included in the request data.
* Enhanced the CycleCreateSerializer initialization to ensure proper ownership assignment during cycle creation.
* feat: add comprehensive tests for Cycle API endpoints
* Introduced a new test suite for Cycle API endpoints, covering creation, retrieval, updating, and deletion of cycles.
* Implemented tests for various scenarios including successful operations, invalid data handling, and conflict resolution with external IDs.
* Enhanced test coverage for listing cycles with different view filters and verifying cycle metrics annotations.
* feat: enhance CycleCreateSerializer to include ownership assignment
* Added 'owned_by' field to CycleCreateSerializer to specify the user who owns the cycle.
* Updated CycleListCreateAPIEndpoint to remove redundant ownership assignment logic, relying on the serializer to handle default ownership.
* Ensured that if 'owned_by' is not provided, it defaults to the current user during cycle creation.
* fix: correct assertion syntax in CycleListCreateAPIEndpoint tests
* Updated the assertion in the test for successful cycle creation to use the correct syntax for checking the response status code.
* Ensured that the test accurately verifies the expected behavior of the API endpoint.
2025-10-07 18:50:09 +05:30
Anmol Singh Bhatia
f5eb13f66f
[WEB-5086] fix: instance setup screen asset #7914
2025-10-07 18:47:36 +05:30
M. Palanikannan
c3e8ce8f28
[WIKI-710] [WIKI-717] fix: slash commands and mentions in comments ( #7919 )
...
* fix: fixing slash commands and mentions
* fix: tiptap types handled
2025-10-07 18:01:39 +05:30
Yaroslav Halchenko
2ca8620246
Add codespell support (config, workflow to detect/not fix) and make it fix some typos ( #7864 )
...
* Add github action to codespell preview on push and PRs
* Add rudimentary codespell config
* [DATALAD RUNCMD] chore: run codespell throughout fixing a few typos interactively
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w -i 3 -C 4 ./apps/web/core/components/workspace/delete-workspace-form.tsx ./deployments/cli/community/README.md",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
* Adjust coespell regex to ignore all camelCased words
* [DATALAD RUNCMD] chore: run codespell throughout fixing a few new typos automagically
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
2025-10-07 17:42:49 +05:30
sriram veeraghanta
07ff457663
[PRIME-24] fix: update live server aio build path ( #7911 )
...
* fix: udpate live server aio build path
* chore: build path
2025-10-07 17:21:07 +05:30
Jayash Tripathy
d3024f8a7f
[WEB-4731] feat: add baseui input component to propel package ( #7769 )
...
* ✨ feat: add input component to propel package
* 🚨 fix: lint
* 🚨 fix: lint
* fix: add aria-invalid attribute to Input component for better accessibility
* chore: fix formatting in package.json and reorder imports in popover-menu stories
2025-10-07 16:48:02 +05:30
M. Palanikannan
a740a9f69d
[WIKI-713] fix: extra line created on enter key #7913
2025-10-07 14:22:09 +05:30
guru_sainath
298acb1e91
[MOB-1221] dev: updated god mode ui #7879
2025-10-07 00:24:09 +05:30
Martin Dagarin
f9e21c58c0
Deployment AIO fixed live entered FATAL state ( #7893 )
2025-10-06 23:42:21 +05:30
Dheeraj Kumar Ketireddy
5c842d592e
Chore: Filter backend optimizations ( #7900 )
...
* refactor: enhance ComplexFilterBackend and BaseFilterSet for Q object filtering
- Introduced BaseFilterSet to support Q object construction for complex filtering.
- Updated ComplexFilterBackend to utilize Q objects for building querysets.
- Improved error handling and validation in filter methods.
- Refactored filter evaluation logic to streamline query construction.
* fix: improve filter processing in BaseFilterSet to handle empty cleaned_data and optimize filter evaluation
- Added handling for cases where cleaned_data is None or empty, returning an empty Q object.
- Optimized filter evaluation by only processing filters that are provided in the request data.
* update ComplexFilterBackend to pass queryset in filter evaluation
2025-10-06 23:36:16 +05:30
sriram veeraghanta
0589ac56d5
[WEB-5048] chore: implements esm exports for all packages ( #7816 )
...
* fix: esm module imports for live and editor
* fix: convert all pacakges to export esm and cjs build
* fix: auto export
* fix: translation files formatting
* fix: convert eslint files to cjs files for supporting current config
* fix: code uuid package upgrade
---------
Co-authored-by: Aaron Reisman <aaron.reisman@plane.so >
2025-10-06 21:01:32 +05:30
Aaron
cbcb026e9a
[WEB-5083] chore: add stories to propel #7888
2025-10-06 20:48:52 +05:30
Vipin Chaudhary
0cca31ef2e
[WIKI-707] [WIKI-708] fix: editor floating ui modal ( #7909 )
2025-10-06 16:30:47 +05:30
sriram veeraghanta
4c8f51568a
chore: pmp lock upgrade
2025-10-06 01:23:09 +05:30
sriram veeraghanta
8d14a5a004
chore(deps): added vite to catalog
2025-10-06 00:56:52 +05:30
sriram veeraghanta
97381c5145
chore(deps): pnpm version upgrade
2025-10-06 00:38:32 +05:30
dependabot[bot]
4709a0fca4
chore(deps): bump django ( #7892 )
...
Bumps the pip group with 1 update in the /apps/api/requirements directory: [django](https://github.com/django/django ).
Updates `django` from 4.2.24 to 4.2.25
- [Commits](https://github.com/django/django/compare/4.2.24...4.2.25 )
---
updated-dependencies:
- dependency-name: django
dependency-version: 4.2.25
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-05 19:25:09 +05:30
Prateek Shourya
b695f161ef
[WEB-5074] fix: remove the filter conditions check from the defaultOpen property to prevent unwanted popups. ( #7903 )
2025-10-03 19:56:31 +05:30
M. Palanikannan
431af01483
[WIKI-704] fix: disable exiting on unhandled rejection/exception #7902
2025-10-03 16:10:21 +05:30
Aaryan Khandelwal
269fc0d9e0
[WIKI-705] regression: mentions dropdown selection across editors #7901
2025-10-03 15:53:35 +05:30
Anmol Singh Bhatia
3c389e2e50
[WEB-5072] chore: propel combobox improvement #7899
2025-10-03 15:01:21 +05:30
M. Palanikannan
f6677f252f
[WIKI-704] fix: hocuspocus error handling ( #7898 )
2025-10-03 14:01:38 +05:30
Vipin Chaudhary
794271ac17
fix-config_types ( #7886 )
2025-10-01 16:24:58 +05:30
Aaryan Khandelwal
931a48d7d7
[WIKI-569] regression: parser kit extensions mismatch #7885
2025-10-01 15:27:06 +05:30
Vipin Chaudhary
b37e453b32
[WIKI-699] refactor: editor config ( #7850 )
2025-10-01 15:00:10 +05:30
Aaryan Khandelwal
a69c6f1b9c
regression: slash commands render logic #7882
2025-10-01 02:44:31 +05:30
M. Palanikannan
ee68895ad3
[WIKI-682] feat: hocuspocus v3 server migration ( #7880 )
...
* fix: hocuspocus v3
* fix: publishing messages across redis extension
2025-09-30 20:55:55 +05:30
Aaryan Khandelwal
e110ef55b8
[WIKI-569] chore: migrate to tiptap v3 ( #7526 )
...
* chore: upgrade to tiptap v3
* chore: update starter kit
* chore: tippy to floating-ui migration for mentions
* chore: update remaining floating menus
* chore: update setEditorValue function
* fix: potential bugs
* chore: extract out common floating ui positioning logic
* fix: storage api
* fix: bubble menu
* fix: type errors
* fix: type errors
* chore: upgrade tiptap-markdown package
* fix: mentions close callback
* chore: update bubbling sequence
* chore: update package.json
* chore: update tiptap catalogs
* fix: add error handling
* fix: file plugin types
* chore: update live package.json
* fix: broken lock file
---------
Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com >
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-09-30 19:56:12 +05:30
sriram veeraghanta
5951372555
[WIKI-679] refactor: live server ( #7720 )
2025-09-30 19:28:15 +05:30
Prateek Shourya
7ce21a6488
[WEB-4969] feat: add toggle button for work item filters row visibility ( #7865 )
...
* [WEB-4969] feat: add toggle button for work item filters row visibility
* fix: improve error handling in filter update and refine visibility condition check
* chore: correct visibility toggle parameter in filter store
2025-09-30 18:19:43 +05:30
sriram veeraghanta
992457efd2
[WEB-5050] feat: updated work item urls with issues. ( #7871 )
...
* feat: updated work item urls with issues.
* chore: updated urls names
* chore: rename file
* chore: code refactor for url ordering
* fix: renamed issue-atachments to attachments
2025-09-30 17:47:05 +05:30
Vamsi Krishna
c45151d5e6
[WEB-4882]feat: suspended users ( #7844 )
2025-09-30 15:31:56 +05:30
Anmol Singh Bhatia
726529044e
[WEB-4934] dev: propel button implementation ( #7859 )
...
* dev: button component code refactor
* dev: propel button component implementation
2025-09-30 15:31:00 +05:30
Vipin Chaudhary
0ad439fa63
[WIKI-696] fix: peek view close on click block menu options ( #7861 )
...
* fix: block close
* chore : add toggle option in block menu
* fix: separate methods
2025-09-30 15:29:35 +05:30
Aaryan Khandelwal
843faf85b7
[WIKI-668] fix: comments mention #7874
2025-09-30 15:27:41 +05:30
sriram veeraghanta
ded36785e7
feat: optimize project list external endpoint ( #7869 )
2025-09-29 20:40:33 +05:30
sriram veeraghanta
9237f568dd
[WEB-5044] fix: ruff lint and format errors ( #7868 )
...
* fix: lint errors
* fix: file formatting
* fix: code refactor
2025-09-29 19:15:32 +05:30
Nikhil
1fb22bd252
[WEB-4805] fix: upgraded psycopgy packages to fix linting and removed unused imports ( #7735 )
...
* chore: update psycopg dependencies to version 3.2.9 in base requirements
* refactor: clean up unused imports across multiple files
* chore: update lxml dependency to version 6.0.0 in base requirements
* style: improve code readability by breaking long lines into multiple lines across several files
* style: enhance readability by breaking long lines in ModuleSerializer docstring
2025-09-29 14:33:50 +05:30
Vihar Kurama
e891482a97
[WEB-4881] feat(utils): add URL display formatter #7770
2025-09-29 14:33:25 +05:30
sriram veeraghanta
bedc1fae1f
[WEB-5027] fix: replace lodash package with lodash-es ( #7856 )
...
* fix: replace lodash pacakge with lodash-es
* fix: lint errors
* fix: import fixes
2025-09-26 17:59:31 +05:30
Anmol Singh Bhatia
c05a5eb5ee
[WEB-4981] fix: analytics portal modal #7858
2025-09-26 14:23:04 +05:30
Anmol Singh Bhatia
b946b3a315
[WEB-4981] fix: analytics modal portal ( #7852 )
2025-09-25 20:26:44 +05:30
Vamsi Krishna
19e00b0d4b
[WEB-5001]fix: prop name for sub work permissions #7854
2025-09-25 17:51:13 +05:30
Anmol Singh Bhatia
7f28cbebcf
[WEB-4980] dev: propel modal portal component ( #7851 )
2025-09-25 15:56:33 +05:30