Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc843ff

Browse files
author
FalkWolsky
committed
Check for Marketplace at lowcoder.cloud
1 parentf31c4f9 commitfc843ff

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

‎client/packages/lowcoder/src/pages/ApplicationV2/HomeLayout.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ export function HomeLayout(props: HomeLayoutProps) {
334334
displayElements=[...markedLocalApps];
335335
}
336336

337+
console.log("displayElements",displayElements,mode,window.location.host,isSelfHost);
338+
337339
constresList:HomeRes[]=displayElements
338340
.filter((e)=>
339341
searchValue
@@ -421,14 +423,6 @@ export function HomeLayout(props: HomeLayoutProps) {
421423
}))
422424
]
423425

424-
consttestOptions=[
425-
getFilterMenuItem(HomeResTypeEnum.All),
426-
getFilterMenuItem(HomeResTypeEnum.Application),
427-
getFilterMenuItem(HomeResTypeEnum.Module),
428-
...(mode!=="marketplace" ?[getFilterMenuItem(HomeResTypeEnum.Navigation)] :[]),
429-
...(mode!=="trash"&&mode!=="marketplace" ?[getFilterMenuItem(HomeResTypeEnum.Folder)] :[]),
430-
];
431-
432426
return(
433427
<Wrapper>
434428
<HeaderWrapper>

‎client/packages/lowcoder/src/pages/ApplicationV2/MarketplaceView.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ export function MarketplaceView() {
1313
const[marketplaceApps,setMarketplaceApps]=useState<Array<ApplicationMeta>>([]);
1414
const[localMarketplaceApps,setLocalMarketplaceApps]=useState<Array<ApplicationMeta>>([]);
1515

16-
// console.log("localMarketplaceApps", localMarketplaceApps);
17-
1816
constfetchMarketplaceApps=async()=>{
1917
try{
2018
letresponse:AxiosResponse<GenericApiResponse<ApplicationMeta[]>>;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp