modal save button
This commit is contained in:
Vendored
+1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"main.js": {
|
"main.js": {
|
||||||
"file": "assets/main-0h36XLim.js",
|
"file": "assets/main-BtcBvcC_.js",
|
||||||
"name": "main",
|
"name": "main",
|
||||||
"src": "main.js",
|
"src": "main.js",
|
||||||
"isEntry": true,
|
"isEntry": true,
|
||||||
"css": [
|
"css": [
|
||||||
"assets/main-CaexgiEy.css"
|
"assets/main-BWRwkaBb.css"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -100,9 +100,9 @@
|
|||||||
|
|
||||||
<DialogRecord bind:this={dialogRecord}>
|
<DialogRecord bind:this={dialogRecord}>
|
||||||
{#if inLineCreateRecord}
|
{#if inLineCreateRecord}
|
||||||
|
|
||||||
<InlineEdit
|
<InlineEdit
|
||||||
{...inLineCreateRecord}
|
{...inLineCreateRecord}
|
||||||
|
isCreateMode={true}
|
||||||
on:cancel={(e) => (inLineCreateRecord = null)}
|
on:cancel={(e) => (inLineCreateRecord = null)}
|
||||||
on:inlinesaved={save}
|
on:inlinesaved={save}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
margin: 6px 0;
|
margin: 6px 0;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
|
|
||||||
.button {
|
.button:not(.primary) {
|
||||||
background: var(--p30);
|
background: var(--p30);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@@ -53,9 +53,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
dialog {
|
dialog {
|
||||||
.button {
|
.button:not(.primary) {
|
||||||
background: var(--p20);
|
background: var(--p20);
|
||||||
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: var(--p30);
|
background: var(--p30);
|
||||||
}
|
}
|
||||||
@@ -143,3 +144,4 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
background: var(--p20);
|
background: var(--p20);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 3px;
|
gap: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-header {
|
.sidebar-header {
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ return new class extends Migration {
|
|||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function down()
|
public function down
|
||||||
{
|
{
|
||||||
Schema::table('records', function (Blueprint $table) {
|
Schema::table('records', function (Blueprint $table) {
|
||||||
$table->dropColumn('search');
|
$table->dropColumn('search');
|
||||||
|
|||||||
Reference in New Issue
Block a user