rahulramesha
538e78f135
refactor timeline store for code splitting ( #5926 )
2024-10-29 17:57:45 +05:30
rahulramesha
724adeff5c
[WEB-2442] fix: Timeline Improvements and bug fixes ( #5922 )
...
* improve auto scroller logic
* fix drag indicator visibility on for blocks
* modify timeline store logic and improve timeline scrolling logic
* fix width of block while dragging with left handle
* fix block arrow direction while block is out of viewport
2024-10-29 13:42:14 +05:30
rahulramesha
a88a39fb1e
[WEB-2442] feat: Revamp Timeline Layout ( #5915 )
...
* chore: added issue relations in issue listing
* chore: added pagination for issue detail endpoint
* chore: bulk date update endpoint
* chore: appended the target date
* chore: issue relation new types defined
* fix: order by and issue filters
* fix: passed order by in pagination
* chore: changed the key for issue dates
* Revamp Timeline Layout
* fix block dragging
* minor ui fixes
* improve auto scroll UX
* remove unused import
* fix timeline layout heights
* modify base timeline store
* Segregate issue relation types
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-10-28 18:03:31 +05:30
Prateek Shourya
e4e83a947a
[WEB-2479] fix: merge default and archived issue details endpoint. ( #5882 )
2024-10-24 14:40:50 +05:30
Aaryan Khandelwal
7e334203f1
[WEB-310] dev: private bucket implementation ( #5793 )
...
* chore: migrations and backmigration to move attachments to file asset
* chore: move attachments to file assets
* chore: update migration file to include created by and updated by and size
* chore: remove uninmport errors
* chore: make size as float field
* fix: file asset uploads
* chore: asset uploads migration changes
* chore: v2 assets endpoint
* chore: remove unused imports
* chore: issue attachments
* chore: issue attachments
* chore: workspace logo endpoints
* chore: private bucket changes
* chore: user asset endpoint
* chore: add logo_url validation
* chore: cover image urlk
* chore: change asset max length
* chore: pages endpoint
* chore: store the storage_metadata only when none
* chore: attachment asset apis
* chore: update create private bucket
* chore: make bucket private
* chore: fix response of user uploads
* fix: response of user uploads
* fix: job to fix file asset uploads
* fix: user asset endpoints
* chore: avatar for user profile
* chore: external apis user url endpoint
* chore: upload workspace and user asset actions updated
* chore: analytics endpoint
* fix: analytics export
* chore: avatar urls
* chore: update user avatar instances
* chore: avatar urls for assignees and creators
* chore: bucket permission script
* fix: all user avatr instances in the web app
* chore: update project cover image logic
* fix: issue attachment endpoint
* chore: patch endpoint for issue attachment
* chore: attachments
* chore: change attachment storage class
* chore: update issue attachment endpoints
* fix: issue attachment
* chore: update issue attachment implementation
* chore: page asset endpoints
* fix: web build errors
* chore: attachments
* chore: page asset urls
* chore: comment and issue asset endpoints
* chore: asset endpoints
* chore: attachment endpoints
* chore: bulk asset endpoint
* chore: restore endpoint
* chore: project assets endpoints
* chore: asset url
* chore: add delete asset endpoints
* chore: fix asset upload endpoint
* chore: update patch endpoints
* chore: update patch endpoint
* chore: update editor image handling
* chore: asset restore endpoints
* chore: avatar url for space assets
* chore: space app assets migration
* fix: space app urls
* chore: space endpoints
* fix: old editor images rendering logic
* fix: issue archive and attachment activity
* chore: asset deletes
* chore: attachment delete
* fix: issue attachment
* fix: issue attachment get
* chore: cover image url for projects
* chore: remove duplicate py file
* fix: url check function
* chore: chore project cover asset delete
* fix: migrations
* chore: delete migration files
* chore: update bucket
* fix: build errors
* chore: add asset url in intake attachment
* chore: project cover fix
* chore: update next.config
* chore: delete old workspace logos
* chore: workspace assets
* chore: asset get for space
* chore: update project modal
* chore: remove unused imports
* fix: space app editor helper
* chore: update rich-text read-only editor
* chore: create multiple column for entity identifiers
* chore: update migrations
* chore: remove entity identifier
* fix: issue assets
* chore: update maximum file size logic
* chore: update editor max file size logic
* fix: close modal after removing workspace logo
* chore: update uploaded asstes' status post issue creation
* chore: added file size limit to the space app
* dev: add file size limit restriction on all endpoints
* fix: remove old workspace logo and user avatar
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2024-10-11 20:13:38 +05:30
rahulramesha
9c2278a810
fix workspace draft build ( #5795 )
2024-10-10 20:50:43 +05:30
Anmol Singh Bhatia
332d2d5c68
[WEB-2388] dev: workspace draft issues ( #5772 )
...
* chore: workspace draft page added
* chore: workspace draft issues services added
* chore: workspace draft issue store added
* chore: workspace draft issue filter store added
* chore: issue rendering
* conflicts: resolved merge conflicts
* conflicts: handled draft issue store
* chore: draft issue modal
* chore: code optimisation
* chore: ui changes
* chore: workspace draft store and modal updated
* chore: workspace draft issue component added
* chore: updated store and workflow in draft issues
* chore: updated issue draft store
* chore: updated issue type cleanup in components
* chore: code refactor
* fix: build error
* fix: quick actions
* fix: update mutation
* fix: create update modal
* chore: commented project draft issue code
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-10-10 19:12:34 +05:30
guru_sainath
dfd3af13cf
fix: handled favorite entity data null ( #5756 )
2024-10-07 12:57:15 +05:30
rahulramesha
6170a80757
[WEB-2001] chore: Code refactor for noload changes. ( #5683 )
...
* use common getIssues from issue service instead of multiple different services for modules and cycles
* add group by to server constants
* change issue detail's overview's is loading logic to the loader from the store
* add extra method in local storage
* Kanban render 10 issues by default per column
* fix height in group virtualization
* remove debounced code for Kanban fetching more issues per column
* fix lint errors
2024-09-24 14:27:57 +05:30
Aaryan Khandelwal
f9a8896486
[WEB-1116] chore: add fallback for the live server ( #5622 )
...
* chore: add fallback for the live server
* fix: update provider document after patch request
* chore: make the health check call only on connection fail
* chore: update debounce interval
* refactor: remove useSwr call for healtch check
* fix: pages fallback init
2024-09-23 15:35:06 +05:30
Prateek Shourya
b2533b94ce
[WEB-2444] improvement: performance improvement for useOutsideClickDetector and usePeekOverviewOutsideClickDetector. ( #5595 )
...
* [WEB-2444] improvement: performace improvement for `useOutsideClickDetector` and `usePeekOverviewOutsideClickDetector`.
* Move outside click detector to plane helpers package.
* chore: remove plane helpers yarn.lock
2024-09-12 20:10:04 +05:30
Bavisetti Narayan
fdcd9a376c
[WEB-2357] fix: update and redefine user roles across the platform ( #5466 )
...
* chore: removed viewer role
* chore: indentation
* chore: remove viewer role
* chore: handled user permissions in store
* chore: updated the migration file
* chore: updated user permissions store
* chore: removed the owner key
* chore: code refactor
* chore: code refactor
* chore: code refactor
* chore: code refactor
* chore: code refactor
* fix: build error
* chore: updated user permissions store and handled the permissions fetch in workspace and project wrappers
* chore: package user enum updated
* chore: user permission updated
* chore: user permission updated
* chore: resolved build errors
* chore: resolved build error
* chore: resolved build errors
* chore: computedFn deep map issue resolved
* chore: added back migration
* chore: added new field in project table
* chore: removed member store in users
* chore: private project for admins
* chore: workspace notification access validation updated
* fix: workspace member edit option
* fix: project intake permission validation updated
* chore: workspace export settings permission updated
* chore: guest_view_all_issues added
* chore: guest_view_all_issues added
* chore: key changed for guest access
* chore: added validation for individual issues
* chore: changed the dashboard issues count
* chore: added new yarn file
* chore: modified yarn file
* chore: project page permission updated
* chore: project page permission updated
* chore: member setting ux updated
* chore: build error
* fix: yarn lock
* fix: build error
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so >
2024-09-11 17:10:15 +05:30
Anmol Singh Bhatia
52f78a86af
[PWA-26] chore: pwa input focus improvement ( #5507 )
...
* chore: pwa dropdown input focus improvement
* chore: tab indices helper function updated and code refactor
* chore: modal tab index refactoring
* fix: PWA filters input autofocus
* chore: intake tab index updated and code refactor
* chore: code refactor
2024-09-06 16:21:14 +05:30
Anmol Singh Bhatia
c84c37805c
[PWA-22] chore: pwa issue redirection ( #5544 )
...
* chore: issue peek overview redirection hook added
* chore: handleIssuePeekOverview function updated
2024-09-06 15:36:06 +05:30
Aaryan Khandelwal
b80049d533
fix: untitle page title in favorites list ( #5515 )
2024-09-05 12:37:15 +05:30
Aaryan Khandelwal
6c3a8a9647
[WEB-1116] feat: pages realtime collaboration ( #5493 )
...
* [WEB-1116] feat: pages realtime sync (#5057 )
* init: live server for editor realtime sync
* chore: authentication added
* chore: updated logic to convert html to binary for old pages
* chore: added description json on page update
* chore: made all functions generic
* chore: save description in json and html formats
* refactor: document editor components
* chore: uncomment ui package components
* fix: without props extensions refactor
* fix: merge conflicts resolved from preview
* chore: init docker compose
* chore: pages custom error codes
* chore: add health check endpoint to the live server
* chore: update without props extensions type
* chore: better error handling
* chore: update react-hook-form versions
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
* fix: docker related fixes
* fix: module type fixes
* fix: nginx update
* fix: adding live server workflow
* fix: workflow fixes
* fix: docker compose fixes
* fix: workflow fixes
* fix: path config
* fix: docker compose warnings
* fix: nginx port forwarding
* fix: update docker compose with new env
* fix: env var fixes
* fix: error handling
* fix: docker compose env var
* fix: compose fixes
* chore: update server start message
* chore: handle errors
* fix: build errors
* chore: update port
* chore: update server port
* chore: show error on authentication fail
* chore: show error on authentication fail
* feat: add redis extension
* chore: updated restore version logic
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com >
2024-09-02 17:54:12 +05:30
rahulramesha
c1d3da0cab
use-platform-os hook optimization to not cause re renders ( #5453 )
2024-08-30 19:05:22 +05:30
Aaryan Khandelwal
a0ed51c845
[WEB-2293] feat: pages version history ( #5417 )
...
* chore: project page version
* feat: page version history implemented
* chore: hide save button when version history overlay is active
* refactor: updated navigation logic
* chore: added error states
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-08-26 14:03:55 +05:30
rahulramesha
adf891bcba
[WEB-2150] fix: issue selection redirect alert ( #5406 )
...
* fix issue selection redirect alert
* change message content for user prompt
2024-08-23 18:00:15 +05:30
Prateek Shourya
e6526a31c8
chore: create/ update issue modal restructure. ( #5385 )
...
* chore: create/ update issue modal restructure.
* chore: minor UI improvements.
2024-08-19 19:38:28 +05:30
sriram veeraghanta
3729011cb0
fix: merge conflicts from preview
2024-08-16 17:55:08 +05:30
Anmol Singh Bhatia
0a1c656865
[WEB-2126] chore: guest and viewer role permission ( #5347 )
...
* chore: user store code refactor
* chore: general unauthorized screen asset added
* chore: workspace setting sidebar options updated for guest and viewer
* chore: NotAuthorizedView component code updated
* chore: project setting layout code refactor
* chore: workspace setting members and exports page permission validation added
* chore: workspace members and exports settings page improvement
* chore: project invite modal updated
* chore: workspace setting unauthorized access empty state
* chore: workspace setting unauthorized access empty state
* chore: project settings sidebar permission updated
* fix: project settings user role permission updated
* chore: app sidebar role permission validation updated
* chore: app sidebar role permission validation
* chore: disabled page empty state validation
* chore: app sidebar add project improvement
* chore: guest role changes
* fix: user favorite
* chore: changed pages permission
* chore: guest role changes
* fix: app sidebar project item permission
* fix: project setting empty state flicker
* fix: workspace setting empty state flicker
* chore: granted notification permission to viewer
* chore: project invite and edit validation updated
* chore: favorite validation added for guest and viewer role
* chore: create view validation updated
* chore: views permission changes
* chore: create view empty state validation updated
* chore: created ENUM for permissions
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
2024-08-16 16:35:05 +05:30
Anmol Singh Bhatia
d9c9d85d38
[WEB-2221] fix: app sidebar and favorites improvement ( #5357 )
...
* fix: project collapsible toggle
* fix: project favorite redirection
* chore: favorite redirection scroll into view implementation
* fix: use favorite item details project details
2024-08-14 12:53:53 +05:30
Aaryan Khandelwal
85f8fe9247
[WEB-2045] dev: editor variable font sizes and styles support ( #5340 )
...
* chore: added variable font size and font style support
* chore: remove font style switcher
* chore: update typography
2024-08-09 19:22:47 +05:30
Anmol Singh Bhatia
48cb0f5afc
[WEB-2202] chore: user favorites mutation and code refactor ( #5330 )
...
* chore: fav item drag and drop improvement
* chore: user favorite type updated
* chore: user favorites helper function added
* dev: favorite item common component added
* dev: favorite item component added and code refactor
* fix: build error
* chore: code refactor
* chore: code refactor
* chore: code refactor
2024-08-08 20:11:18 +05:30
guru_sainath
9715922fc1
[WEB-2103] chore: intercom trigger updates from sidebar and command palette helper actions ( #5314 )
...
* chore: handled intercom operations programatically.
* fix: app sidebar improvement
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so >
2024-08-06 16:02:01 +05:30
Prateek Shourya
333a989b1a
chore: components restructuring and UI improvements. ( #5285 )
...
* chore: components restructuring and minor UI improvements.
* chore: minor UI improvements fro icons and member dropdown.
* chore: update issue identifier.
* chore: rename `Issue Extra Property` to `Issue Additional Property`
* chore: fix popovers placement issue on components with overflow.
* chore: add `scrollbar-xs`
* chore: add `xs` size for input and textarea components.
* chore: update `sortable` to return back `movedItem` in the onChange callback.
* chore: minor UI adjustments for radio-select.
* chore: update outside click delay to 1ms.
2024-08-05 20:42:14 +05:30
guru_sainath
0619f1b6d1
[WEB-2103]: chore: Intercom integration ( #5295 )
...
* fix: intecom sdk integration
* dev: integrated intercom in god-mode
* dev: intercom default value true
* dev: updated intercom keys in intercom provider
* chore: added restriction values
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2024-08-05 13:37:11 +05:30
Akshita Goyal
f4f5e5a0d3
[WEB-1907] feat: Favorites Enhancements ( #5262 )
...
* chore: workspace user favorites
* chore: added project id in entity type
* chore: removed the extra key
* chore: removed the project member filter
* chore: updated the project permission layer
* chore: updated the workspace group favorite filter
* fix: project favorite toggle
* chore: Fav feature
* fix: build errors + added navigation
* fix: added remove entity icon
* fix: nomenclature
* chore: hard delete favorites
* fix: review changes
* fix: added optimistic addition to the store
* chore: user favorite hard delete
* fix: linting fixed
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-08-02 12:25:26 +05:30
Aaryan Khandelwal
b4f2176ffa
fix: issue parent type ( #5219 )
2024-07-24 18:34:07 +05:30
Prateek Shourya
cfc70622d6
[WEB-1960]: chore: upgrade to plane paid plans modal. ( #5149 )
2024-07-18 15:45:37 +05:30
rahulramesha
a623456e63
[WEB-1890] fix: issue creation by using appropriate stores ( #5072 )
...
* fix issue creation by using appropriate stores
* add comments
* change useIssuesStore hook to use useIssueStoreType
2024-07-08 18:52:10 +05:30
M. Palanikannan
7d4bb3e12b
Fix: image insertion in node boundaries and missing extensions ( #4977 )
...
* fix: insertion of image at node boundaries fixed
* fix: remove unecessary things
* fix: history conflicting
* fix: generate json from html properly
2024-07-01 12:49:10 +05:30
Prateek Shourya
626464513d
chore: add custom n-progress component to fix unwanted n-progress trigger issues. ( #4965 )
...
* chore: add n-progress lib.
* chore: prevent unwanted n-progress from projects and notifications.
* fix: lint errors.
2024-06-28 20:39:19 +05:30
guru_sainath
209dc57307
[WEB-1764] chore: revamp workspace notifications ( #4947 )
...
* chore: Initialised store and updated the components
* chore: updated store and types
* chore: updated notifications in the side and updated store
* chore: handled notification center
* chore: updates store request
* chore: notifications filter changed
* chore: updated filter logic and handled bulk read
* chore: handled filter dropdown
* chore: handled ui
* chore: resolved build error
* chore: implemented applied filters
* chore: removed old notifications
* chore: added redirection from sidebar
* chore: updated notification as read when we see the notification preview
* chore: updated read and unread validation
* chore: handled custom snooze dropdown
* chore: resolved git comments
* chore: updated structure and typos
* chore: import and prop changes
* chore: updated avatar props
* chore: updated avatar
* chore: notification unread count on the app sidebar
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-06-28 19:00:48 +05:30
Prateek Shourya
4e97fcd776
[WEB-1724] fix: initial pages list loading. ( #4939 )
...
* [WEB-1724] fix: inital page loading.
* chore: update getPageById action.
* fix: lint error
2024-06-26 14:19:22 +05:30
M. Palanikannan
99184371f7
[WEB-1727] refactor: pages editor sync logic solidified ( #4926 )
...
* feat: pages editor sync logic solidified
* chore: added validation for archive and lock in a page
* feat: pages editor sync logic solidified
* fix: updated the auto save hook to run every 10s instead of 10s after the user stops typing!!
* chore: custom status code for pages
* fix: forceSync in case of auto save
* fix: modifying a locked and archived page shows a toast for now!
* fix: build errors and better error messages
* chore: page root moved
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-06-25 18:58:57 +05:30
rahulramesha
adec4e1f2d
[WEB-1686] fix: issues incorrect filters while switching between, projects, modules etc ( #4904 )
...
* fix issues incorrect filters while switching between, projects, modules etc
* fix minor kanban pagination loader
2024-06-21 18:48:21 +05:30
Aaryan Khandelwal
dcdd1ef065
[WEB-1682] refactor: editor code splitting ( #4893 )
...
* refactor: lite and rich text editors
* refactor: document editor migration
* fix: add missing css import
* refactor: issue embed widget splitting
* chore: remove extensions folder from ee
* chore: update web ee folder structure
* fix: build errors
---------
Co-authored-by: Satish Gandham <satish.iitg@gmail.com >
2024-06-21 17:37:11 +05:30
guru_sainath
c0ad5952df
[WEB-522] chore: Move the estimates store and service out of core ( #4896 )
...
* chore: moved the estimate store from core to ce and ee
* chore: moved the estimate service from core to ce and ee
* chore: updated constructors from private to public in estimate store
* chore: exported estimate service
2024-06-20 19:29:09 +05:30
Prateek Shourya
718453b332
[WEB-1610] chore: re-implement reload confirmation hook. ( #4880 )
...
* [WEB-1610] chore: re-implement reload confirmation hook.
* chore: attach anchor event listner to window instead of body.
2024-06-20 12:19:29 +05:30
Prateek Shourya
6828d33c3f
[WEB-1634] dev: update application router to support n-progress. ( #4846 )
...
* [WEB-1634] dev: update application router to support n-progress.
* chore: update app router initilization logic.
* fix: lint errors
2024-06-18 11:35:20 +05:30
Satish Gandham
fc3e63f67a
Add some new eslint rules and fix the corresponding errors ( #4839 )
2024-06-17 16:45:35 +05:30
rahulramesha
072e8213f0
fix error while switching grouped by ( #4843 )
2024-06-17 16:23:17 +05:30
sriram veeraghanta
b8ee986636
fix: eslint config and errors
2024-06-13 21:17:06 +05:30
Aaryan Khandelwal
e79b0c40ec
chore: rename page store ( #4799 )
2024-06-13 13:56:33 +05:30
Anmol Singh Bhatia
f4ceaaf01c
[WEB-1574] chore: page head ( #4773 )
...
* chore: page head component refactor
* chore: page head component refactor
2024-06-12 13:12:08 +05:30
Anmol Singh Bhatia
679db712cf
[WEB-1574] dev: page head hook ( #4768 )
...
* dev: page head custom hook added
* chore: code refactor
2024-06-11 23:17:39 +05:30
Aaryan Khandelwal
b5bbdbfa8e
dev: create separate folder for page service ( #4764 )
2024-06-11 16:18:42 +05:30
Satish Gandham
346bc2afe2
Refactor folder structure ( #4759 )
2024-06-11 14:39:52 +05:30