Prateek Shourya
9aef5d4aa9
[WEB-4951] [WEB-4884] feat: work item filters revamp ( #7810 )
2025-09-19 18:27:36 +05:30
Prateek Shourya
d521eab22f
[WEB-4885] feat: new filters architecture and UI components ( #7802 )
...
* feat: add rich filters types
* feat: add rich filters constants
* feat: add rich filters utils
* feat: add rich filters store in shared state package
* feat: add rich filters UI components
* fix: make setLoading optional in loadOptions function for improved flexibility
* chore: minor improvements to rich filters
* fix: formatting
2025-09-16 21:15:08 +05:30
Jayash Tripathy
cd61e8dd44
[WEB-4705] chore: url utilities ( #7589 )
...
* feat: add truncated link export and URL utility to respective modules
* refactor: replace Link2 with ExternalLink in TruncatedUrl component
* feat: add TruncatedUrl component and update link exports
* fix: export ParsedURL interface for better accessibility in URL utilities
* refactor: remove TruncatedUrl component and update link exports
* fix: update parseURL function to return undefined for invalid URLs
* refactor: rename ParsedURL interface to IParsedURL for consistency
* refactor: rename IParsedURL to IURLComponents and update parsing functions for improved clarity
* refactor: update URL utility functions and improve documentation for clarity
* refactor: add full URL property to IURLComponents interface and update extractURLComponents function
* refactor: rename createURL function to isUrlValid and update its implementation to validate URL strings
* refactor: rename isUrlValid function to getValidURL and update its implementation to return URL object or undefined
2025-08-19 20:09:03 +05:30
Prateek Shourya
2014400bed
refactor: move web utils to packages ( #7145 )
...
* refactor: move web utils to packages
* fix: build and lint errors
* chore: update drag handle plugin
* chore: update table cell type to fix build errors
* fix: build errors
* chore: sync few changes
* fix: build errors
* chore: minor fixes related to duplicate assets imports
* fix: build errors
* chore: minor changes
2025-06-16 17:18:41 +05:30
Prateek Shourya
67cbe94d4a
[WEB-3964] refactor: permission layer ( #7094 )
...
* refactor: permission layer
* refactor: add original_role to project member serializer
* chore: minor fixes related to permission layer
* fix: strict type checking while checking user permissions
2025-05-30 19:57:07 +05:30
sriram veeraghanta
322af8c436
[WEB-4223] fix: remove build process from utils package #7138
2025-05-30 18:48:18 +05:30
Aaryan Khandelwal
dc16f2862e
[WIKI-181] refactor: make file handling generic in editor ( #7046 )
...
* refactor: make file handling generic
* fix: useeffect dependency array
* chore: remove mime type to extension conversion
2025-05-12 18:37:36 +05:30
khalilzitouni2058
7d91b5f8df
[WEB-3892] feat: add icon to Quicklinks ( #6927 )
...
* [feature]: add icon to Quicklinks
* fix: moving getIconForLink to utils packages
2025-04-17 17:11:57 +05:30
Prateek Shourya
06be9ab81b
[WEB-3854] feat: billing and plans new design ( #6920 )
...
* [WEB-3854] feat: billing and plans new design
* chore: add missing styles
2025-04-11 20:37:25 +05:30
Prateek Shourya
6d216f2607
[WEB-3482] refactor: platform components and mobx stores ( #6713 )
...
* improvement: platform componenents and mobx stores
* minor improvements
2025-03-06 15:47:46 +05:30
Prateek Shourya
bf1f12378e
improvement: minor improvements for workspace switcher ( #6609 )
2025-02-14 19:03:32 +05:30
Aaryan Khandelwal
8d7425a3b7
[PE-182] refactor: pages' components and store for scalability ( #6283 )
...
* refactor: created a generic base page instance
* refactor: project store hooks
* chore: add missing prop declaration
* refactor: editor page root and body
* refactor: issue embed hook
* chore: update search entity types
* fix: version editor component
* fix: add page to favorites action
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
2024-12-27 20:41:38 +05:30
devin-ai-integration[bot]
ed64168ca7
chore(utils): copy helper functions from web/helpers ( #6264 )
...
* chore(utils): copy helper functions from web/helpers
Co-Authored-By: sriram@plane.so <sriram@plane.so >
* chore(utils): bump version to 0.24.2
Co-Authored-By: sriram@plane.so <sriram@plane.so >
* chore: bump root package version to 0.24.2
Co-Authored-By: sriram@plane.so <sriram@plane.so >
* fix: remove duplicate function and simplify auth utils
Co-Authored-By: sriram@plane.so <sriram@plane.so >
* fix: improve HTML entity escaping in sanitizeHTML
Co-Authored-By: sriram@plane.so <sriram@plane.so >
* fix: version changes
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: sriram@plane.so <sriram@plane.so >
2024-12-26 15:27:40 +05:30
devin-ai-integration[bot]
9f5def3a6a
chore: copy helper functions from admin and space into @plane/utils ( #6256 )
...
* chore: copy helper functions from space to @plane/utils
Co-Authored-By: sriram@plane.so <sriram@plane.so >
* refactor: move enums from utils/auth.ts to @plane/constants/auth.ts
Co-Authored-By: sriram@plane.so <sriram@plane.so >
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: sriram@plane.so <sriram@plane.so >
2024-12-23 14:30:13 +05:30
sriram veeraghanta
60f7edcef8
fix: moving space constants to package
2024-12-21 17:17:43 +05:30
sriram veeraghanta
23849789f9
chore: admin imports refactor ( #6251 )
...
* chore: admin package refactoring
* chore: build errors
* fix: removing duplicates
2024-12-20 20:44:46 +05:30
Aaryan Khandelwal
580c4b1930
refactor: remove cn helper function from the editor package ( #6217 )
2024-12-18 12:22:14 +05:30
sriram veeraghanta
4b5a2bc4e5
chore: lint related changes and packaging fixes ( #6163 )
...
* fix: lint related changes and packaging fixes
* adding color validations
2024-12-06 14:56:49 +05:30