Skip to content

Commit 4e979f6

Browse files
committed
Merge branch 'develop' of https://github.com/bitcashorg/masterbots into fix-new-popup-issues
2 parents cc2cf93 + 2481a54 commit 4e979f6

File tree

88 files changed

+2399
-10962
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+2399
-10962
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:d065f8c87f018877a47f5a344d5fa7ab1184548dd3443d0ab43a64a964845517
3+
size 17978
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:0e91196c700ef6d383f7a1216a6d4ac6b37cea52f3527167814f1779e1b5cb14
3+
size 178233
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:fd8c251cbb4e8bf55d2affbda3c65a29380fc555fb922ce0a791b73225b18ad4
3+
size 1079848
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:1f32b1f8c21e88ab89b29f524ea65f4002050ffe7f3107c0c2f416f569d8d62b
3+
size 24867687
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:0ed3264f3963c25804906e660df13a4bab05cfb22c81de4692731517f84289e5
3+
size 86585099
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:c099c66d630505563e11cd9015b67cf231a575f64388b0c476dacaaccfc8c862
3+
size 98366026

apps/pro-web/app/(pro)/[category]/[domain]/[chatbot]/[threadSlug]/[threadQuestionSlug]/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default async function BotThreadPopUpQuestionPage(props: {
4242
redirect('/auth/signin')
4343
}
4444

45+
console.log('[chatbot] [threadQuestionSlug] route params', params)
4546
const chatbotName = (await botNames).get(params.chatbot)
4647
if (!chatbotName) {
4748
console.error(

apps/pro-web/app/(pro)/[category]/[domain]/[chatbot]/[threadSlug]/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default async function BotThreadPopUpPage(props: {
4242
redirect('/auth/signin')
4343
}
4444

45+
console.log('[chatbot] [threadSlug] route params', params)
4546
const chatbotName = (await botNames).get(params.chatbot)
4647
if (!chatbotName) {
4748
console.error(

apps/pro-web/app/(pro)/[category]/[domain]/[chatbot]/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export default async function BotThreadsPage(props: {
4343
redirect('/auth/signin')
4444
}
4545

46+
console.log('[chatbot] route params', params)
4647
const chatbotName = (await botNames).get(params.chatbot)
4748
if (!chatbotName) {
4849
console.error(

apps/pro-web/app/(pro)/[category]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default async function ChatCategoryPage(props: PageProps) {
5656
return (
5757
<>
5858
<ThreadPanel threads={threads} count={count} />
59-
<Pro showChatPanel={false} />
59+
<Pro />
6060
<Subscription />
6161
</>
6262
)

0 commit comments

Comments
 (0)