diff --git a/.github/workflows/playwright-test-workflow.yml b/.github/workflows/playwright-test-workflow.yml index fe13cc0711..48c0ab2b4b 100644 --- a/.github/workflows/playwright-test-workflow.yml +++ b/.github/workflows/playwright-test-workflow.yml @@ -233,6 +233,6 @@ jobs: cp -r ./tests/playwright/playwright-report ${target_dir}/ || echo "playwright reports directory does not exists" >> ${target_dir}/playwright-report/index.html cp ./packages/nocodb/*_test_backend.log ${target_dir}/ || echo "backend logs file does not exists" >> ${target_dir}/index.html # end: artifacts copy - SUMMARY='[Artifacts]('${REPORTS_HOST}/${path}') - [playwright-report]('${REPORTS_HOST}/${path}'/playwright-report)' + SUMMARY='[Artifacts]('${REPORTS_HOST:-http://135.181.48.96}/${path}') + [playwright-report]('${REPORTS_HOST:-http://135.181.48.96}/${path}'/playwright-report)' echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY \ No newline at end of file diff --git a/packages/nc-gui/assets/nc-icons/comment_here.svg b/packages/nc-gui/assets/nc-icons/comment_here.svg new file mode 100644 index 0000000000..1b413ad9ea --- /dev/null +++ b/packages/nc-gui/assets/nc-icons/comment_here.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/nc-gui/assets/style.scss b/packages/nc-gui/assets/style.scss index d75eef04f3..c81d850d09 100644 --- a/packages/nc-gui/assets/style.scss +++ b/packages/nc-gui/assets/style.scss @@ -53,6 +53,14 @@ main { @apply !rounded-lg !py-2 !px-3 mb-1; } +.mobile { + .nc-scrollbar-md, nc-scrollbar-dark-md, nc-scrollbar-dark-md, nc-scrollbar-sm-dark, nc-scrollbar-x-md { + &::-webkit-scrollbar { + width: 0px; + } + } +} + .nc-scrollbar-md { overflow-y: scroll; overflow-x: hidden; @@ -434,9 +442,6 @@ a { @apply !shadow-none rounded ring-1 ring-red-600; } -.ant-modal { - @apply !top-[30px]; -} .ant-modal-content { @apply !p-6; border-radius: 1rem; diff --git a/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue b/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue index be1bee1100..c5c83ccd78 100644 --- a/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue +++ b/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue @@ -591,23 +591,25 @@ const DlgProjectDuplicateOnOk = async (jobData: { id: string; project_id: string ghost >