This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
plane
Watch
1
Star
0
Fork
0
You've already forked plane
mirror of
https://github.com/makeplane/plane.git
synced
2026-07-12 21:40:18 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
refactor/editor-code-split
Add File
New File
Apply Patch
plane
/
web
/
ee
/
services
/
project
/
index.ts
3 lines
68 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
[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
export
*
from
"./estimate.service"
;
[WEB-1255] feat: Public and Private Views (#516) * chore: added lock unlock and access controls in views * Private Views Changes * chore: handling multiple request * chore: handling multiple request * chore: preventing race condition * fix minor view form modal bug * revert yarn lock * revert yarn lock --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2024-06-28 18:37:38 +05:30
export
*
from
"./view.service"
;
Reference in New Issue
Copy Permalink