Browse Source

refactor(gui): update logo in project list(remove) and shared form

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/3862/head
Pranav C 2 years ago
parent
commit
55069ab18e
  1. 5
      packages/nc-gui/pages/[projectType]/form/[viewId]/index.vue
  2. 2
      packages/nc-gui/pages/index/index/index.vue

5
packages/nc-gui/pages/[projectType]/form/[viewId]/index.vue

@ -37,10 +37,7 @@ function isRequired(_columnObj: Record<string, any>, required = false) {
class="bg-white relative flex flex-col justify-center gap-2 w-full lg:max-w-1/2 max-w-500px m-auto p-8 md:(rounded-lg border-1 border-gray-200 shadow-xl)" class="bg-white relative flex flex-col justify-center gap-2 w-full lg:max-w-1/2 max-w-500px m-auto p-8 md:(rounded-lg border-1 border-gray-200 shadow-xl)"
> >
<template v-if="sharedFormView"> <template v-if="sharedFormView">
<LazyGeneralNocoIcon <img width="90" height="90" alt="NocoDB" class="mx-auto" src="~/assets/img/icons/512x512.png" />
class="color-transition hover:(ring ring-accent)"
:class="[isLoading ? 'animated-bg-gradient' : '']"
/>
<h1 class="prose-2xl font-bold self-center my-4">{{ sharedFormView?.heading }}</h1> <h1 class="prose-2xl font-bold self-center my-4">{{ sharedFormView?.heading }}</h1>

2
packages/nc-gui/pages/index/index/index.vue

@ -127,8 +127,6 @@ onBeforeMount(loadProjects)
<template> <template>
<div class="bg-white relative flex flex-col justify-center gap-2 w-full p-8 md:(rounded-lg border-1 border-gray-200 shadow-xl)"> <div class="bg-white relative flex flex-col justify-center gap-2 w-full p-8 md:(rounded-lg border-1 border-gray-200 shadow-xl)">
<LazyGeneralNocoIcon class="color-transition hover:(ring ring-accent)" :class="[isLoading ? 'animated-bg-gradient' : '']" />
<h1 class="flex items-center justify-center gap-2 leading-8 mb-8 mt-4"> <h1 class="flex items-center justify-center gap-2 leading-8 mb-8 mt-4">
<!-- My Projects --> <!-- My Projects -->
<span class="text-4xl nc-project-page-title">{{ $t('title.myProject') }}</span> <span class="text-4xl nc-project-page-title">{{ $t('title.myProject') }}</span>

Loading…
Cancel
Save