Aaryan Khandelwal
ac6d2f4f16
fix: workspace page version history
2024-11-14 20:50:28 +05:30
Aaryan Khandelwal
463cfd7731
fix: workspace page version history
2024-11-14 20:47:10 +05:30
Aaryan Khandelwal
2756c383ba
feat: version history for issues
2024-11-14 20:42:42 +05:30
Aaryan Khandelwal
acd68595d5
feat: issue version history
2024-11-14 20:06:35 +05:30
NarayanBavisetti
07e8055fa2
chore: migration conflicts
2024-11-14 19:51:53 +05:30
NarayanBavisetti
ca5a10378f
Merge branch 'runway-pages' of github.com:makeplane/plane-ee into chore/issue-version-history
2024-11-14 18:21:26 +05:30
NarayanBavisetti
5277788be4
chore: issue description version histroy
2024-11-14 18:17:02 +05:30
Palanikannan M
4614669fa1
fix: more stuff
2024-11-14 18:09:41 +05:30
Palanikannan M
bc092d6a98
fix: added to read only extension
2024-11-14 17:56:13 +05:30
Palanikannan M
06fd5295b3
fix: added lists for read only
2024-11-14 17:54:01 +05:30
Palanikannan M
0f3f2b54b0
Merge branch 'runway-pages' of https://github.com/makeplane/plane-ee into runway-pages
2024-11-14 17:18:42 +05:30
Palanikannan M
acc439934d
fix: type error
2024-11-14 17:18:05 +05:30
M. Palanikannan
f66fb0c82c
Flat list demo ( #1714 )
...
Flat list demo - drag drop and realtime unlock
2024-11-14 16:56:33 +05:30
Aaryan Khandelwal
869db76641
chore: update editor package json
2024-11-14 16:01:22 +05:30
Aaryan Khandelwal
5561260fec
chore; updated yarn lock
2024-11-14 15:48:17 +05:30
Aaryan Khandelwal
1538e0a235
dev: conflict free issue description ( #1712 )
...
* chore: new description binary endpoints
* chore: conflict free issue description
* chore: fix submitting status
* chore: update yjs utils
* chore: handle component re-mounting
* chore: update buffer response type
* chore: add try catch for issue description update
* chore: update buffer response type
* chore: description binary in retrieve
* chore: update issue description hook
* chore: decode description binary
* chore: migrations fixes and cleanup
* chore: migration fixes
* fix: inbox issue description
* chore: move update operations to the issue store
* fix: merge conflicts
* chore: reverted the commit
* chore: removed the unwanted imports
* chore: remove unnecessary props
* chore: remove unused services
* chore: update live server error handling
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2024-11-14 13:48:25 +05:30
M. Palanikannan
3d5e86d227
Flat list demo ( #1709 )
...
* wip: added flat list
* fix: able to render prosemirror flat lists
* fix: types to insert list
* chore: renamed manual logger and logger middleware across the live server
* feat: old and new lists coexist
* feat: migration (but with duplication of content and persistence of old lists due to indexed db)
* fix: flat lists
* fix: migration script added
* fix: styles of ordered lists
* fix: table insertion
* fix: image attr type
* fix: insert table command for nesting it in lists
* fix: exiting code blocks inside lists
* revert: old fetch logic
* feat: trying out heading lists, nested styles and diving deeper
* fix: flat-list
* fix: parse html
* fix: css
* fix: add toggle list command
2024-11-13 22:16:16 +05:30
pushya22
712d5daa19
Merge pull request #1708 from makeplane/sync/ce-ee
...
Sync: Community Changes
2024-11-13 19:48:53 +05:30
Aaryan Khandelwal
89588d4451
fix: issue and module link validation ( #5994 )
...
* fix: issue and module link validation
* chore: removed reset logic
2024-11-13 19:47:30 +05:30
Akshita Goyal
801c371aa5
[WEB-2749] fix: intake issues ( #1699 )
...
* chore: removed the validation in patch request (#1680 )
* fix: made intake fields required
* fix: added pi classes
* fix: intake created by
* fix: synced with ce
* fix: revoked package change
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: pushya22 <130810100+pushya22@users.noreply.github.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
2024-11-13 19:12:49 +05:30
Akshita Goyal
f7a4df010b
fix: handled backticks in ai message ( #1705 )
2024-11-13 18:14:18 +05:30
pushya22
db949eda0a
Merge pull request #1706 from makeplane/sync/ce-ee
...
Sync: Community Changes
2024-11-13 18:04:21 +05:30
Akshita Goyal
3eb911837c
fix: display property in take ( #5993 )
2024-11-13 18:02:24 +05:30
pushya22
c886464852
Merge pull request #1704 from makeplane/sync/ce-ee
...
Sync: Community Changes
2024-11-13 16:03:26 +05:30
rahulramesha
4b50b27a74
[WEB-2442] feat: Minor Timeline view Enhancements ( #5987 )
...
* fix timeline scroll to the right in some cases
(cherry picked from commit 17043a6c7f )
* add get position based on Date
(cherry picked from commit 2fbe22d689 )
* Add sticky block name to enable it to be read throughout the block regardless of scroll position
(cherry picked from commit 447af2e05a )
* Enable blocks to have a single date on the block charts
(cherry picked from commit cb055d566b )
* revert back date-range changes
* change gradient of half blocks on Timeline
* Add instance Id for Timeline Sidebar dragging to avoid enabling dropping of other drag instances
* fix timeline scrolling height
2024-11-13 15:40:37 +05:30
rahulramesha
f44db89f41
[WEB-2628] fix: Sorting by estimates ( #5988 )
...
* fix estimates sorting in Front end side
* change estimate sorting keys
* - Fix estimate sorting when local db is enabled
- Fix a bug with with sorting on special fields on spreadsheet layout
- Cleanup logging
* Add logic for order by based on layout for special cases of no load
---------
Co-authored-by: Satish Gandham <satish.iitg@gmail.com >
2024-11-13 15:38:43 +05:30
sriram veeraghanta
1e9299cebd
fix: mantenance page content changes
2024-11-13 15:38:06 +05:30
Akshita Goyal
8c3189e1be
fix: intake status count ( #5990 )
2024-11-13 15:38:03 +05:30
Anmol Singh Bhatia
f735e2fe8b
fix: de-dupe issue action ( #1694 )
2024-11-13 15:32:32 +05:30
sriram veeraghanta
2566c33956
Merge pull request #1701 from makeplane/sync/ce-ee
...
Sync: Community Changes
2024-11-13 15:23:10 +05:30
sriram veeraghanta
9ec15a38ce
fix: sync merge conflicts resolved
2024-11-13 15:22:38 +05:30
Akshita Goyal
54ddca88ad
fix: pi chat ( #1703 )
...
* fix: is_new in getAnswers api
* fix: editor getting stuck issue
* fix: word break
* fix: hidden projects user is not a part of from focus dropdown
* fix: showing only the projects with permissions in the focus dropdown
* fix: css
* fix: removed log
2024-11-13 15:14:34 +05:30
sriram veeraghanta
eee2145734
fix: code spliting and instance maintenance screens
2024-11-12 19:48:31 +05:30
Akshita Goyal
8739617535
fix: css + added llm in every query ( #1700 )
...
* fix: css + added llm in every query
* fix: nested css
2024-11-12 17:21:01 +05:30
Plane Bot
4f558bc250
fix: custom background color for table header ( #5989 ) ( #1698 )
...
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
2024-11-12 15:29:49 +05:30
Aaryan Khandelwal
106710f3d0
fix: custom background color for table header ( #5989 )
2024-11-12 15:26:57 +05:30
Akshita Goyal
cf93a6865a
Fix: Chore pi changes ( #1697 )
...
* chore: added context and source to the getAnswers api
* fix: markdown formatting
* fix: llm id in getAnswer payload
* fix: removed wrong imports
* fix: loadash imports
2024-11-12 14:42:43 +05:30
Akshita Goyal
221ae572db
fix: pi build ( #1696 )
...
* fix: pi build
* fix: removed extra
2024-11-11 20:31:08 +05:30
pushya22
6a2f400935
Merge pull request #1695 from makeplane/sync/ce-ee
...
Sync: Community Changes
2024-11-11 20:05:42 +05:30
Anmol Singh Bhatia
46e3c01aaa
Merge branch 'preview' of github.com:makeplane/plane-ee into sync/ce-ee
2024-11-11 19:59:05 +05:30
Anmol Singh Bhatia
db8c4f92e8
chore: theme and code refactor ( #5983 )
...
* chore: added pi colors
* chore: de-dupe modal height
---------
Co-authored-by: gakshita <akshitagoyal1516@gmail.com >
2024-11-11 19:53:43 +05:30
Anmol Singh Bhatia
a6cc2c93f8
chore: worklog enhancements ( #5982 )
2024-11-11 19:27:07 +05:30
Bavisetti Narayan
0428ea06f6
chore: filter the deleted issue assignee ( #5984 )
2024-11-11 19:25:38 +05:30
Aaryan Khandelwal
c5abf161f4
fix: editor placeholder color ( #1692 )
2024-11-11 18:27:10 +05:30
Aaryan Khandelwal
cd88622fd9
fix: intake form asset upload ( #1691 )
2024-11-11 18:26:51 +05:30
Akshita Goyal
009c866cc0
Fix pi models css ( #1690 )
...
* fix: models + css
* fix: banner images for pi
* fix: pi message styling
* fix: added mentions icons
* fix: css fixes + added focus toggle
* chore: added feedback for each message
* fix: sidebar padding
2024-11-11 18:26:36 +05:30
rahulramesha
d24e0e3629
[WEB-2442] chore: Add better smoother dependdency lines ( #1685 )
...
* smoother dependency lines
* remove console log
2024-11-11 17:08:41 +05:30
pushya22
3cfe97f3ff
Merge pull request #1693 from makeplane/sync/ce-ee
...
Sync: Community Changes
2024-11-11 16:16:15 +05:30
Aaryan Khandelwal
7082f7014d
style: remove unnecessary bottom padding from the rich text editor ( #5976 )
2024-11-11 16:11:34 +05:30
Anmol Singh Bhatia
c7c729d81b
[WEB-2283] fix: create issue modal parent select ui ( #5980 )
...
* fix: create issue modal parent select ui
* chore: code refactor
2024-11-11 16:11:10 +05:30