mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 14:36:56 +00:00
Nc fix/UI flaws p2 (#8394)
* fix: avoid data reload on field hide & rearrange * fix: load rollup_function on edit * fix: hide field if no rollup fn is available * fix: allowed rollup fns * fix: multiselect blur on escape * test: skip wait for update from server for hide field ops * fix: skip wait for response for field toggle * fix: disable validation only for hide field * fix: error handling * fix: base name missing on dashboard * fix: replace slash with arrow * fix: table expand icon & animation * fix: view chevron * fix: chevron for base and chevron sizes --------- Co-authored-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -632,9 +632,9 @@ const onTableIdCopy = async () => {
|
||||
@click="onProjectClick(base, true, true)"
|
||||
>
|
||||
<GeneralIcon
|
||||
icon="chevronDown"
|
||||
class="group-hover:visible cursor-pointer transform transition-transform duration-500 rotate-270"
|
||||
:class="{ '!rotate-180': base.isExpanded }"
|
||||
icon="chevronRight"
|
||||
class="group-hover:visible cursor-pointer transform transition-transform duration-200 text-[20px]"
|
||||
:class="{ '!rotate-90': base.isExpanded }"
|
||||
/>
|
||||
</NcButton>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user