mirror of
https://github.com/frappe/books.git
synced 2024-12-23 19:39:07 +00:00
fix: back button issue
- show development in sidebar if dev
This commit is contained in:
parent
82336e18bc
commit
e801878a92
@ -3,7 +3,7 @@
|
|||||||
<h1 class="text-2xl font-bold select-none" v-if="title && !backLink">
|
<h1 class="text-2xl font-bold select-none" v-if="title && !backLink">
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</h1>
|
</h1>
|
||||||
<BackLink v-if="backLink" />
|
<BackLink v-if="backLink" class="window-no-drag"/>
|
||||||
<div class="flex items-stretch window-no-drag gap-2">
|
<div class="flex items-stretch window-no-drag gap-2">
|
||||||
<slot />
|
<slot />
|
||||||
<SearchBar v-if="!hideSearch"/>
|
<SearchBar v-if="!hideSearch"/>
|
||||||
|
@ -94,6 +94,9 @@
|
|||||||
|
|
||||||
<!-- Report Issue and App Version -->
|
<!-- Report Issue and App Version -->
|
||||||
<div class="px-5 window-no-drag">
|
<div class="px-5 window-no-drag">
|
||||||
|
<p v-if="fyo.store.isDevelopment" class="text-sm text-gray-600">
|
||||||
|
Development
|
||||||
|
</p>
|
||||||
<button
|
<button
|
||||||
class="pb-1 text-sm text-gray-600 hover:text-gray-800 w-full text-left"
|
class="pb-1 text-sm text-gray-600 hover:text-gray-800 w-full text-left"
|
||||||
@click="() => reportIssue()"
|
@click="() => reportIssue()"
|
||||||
|
Loading…
Reference in New Issue
Block a user