Compare commits

...

1 Commits

Author SHA1 Message Date
lexx c43c29eb14 modal save button 2024-08-23 19:37:20 +03:00
8 changed files with 12 additions and 10 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,11 +1,11 @@
{
"main.js": {
"file": "assets/main-0h36XLim.js",
"file": "assets/main-BtcBvcC_.js",
"name": "main",
"src": "main.js",
"isEntry": true,
"css": [
"assets/main-CaexgiEy.css"
"assets/main-BWRwkaBb.css"
]
}
}
@@ -100,9 +100,9 @@
<DialogRecord bind:this={dialogRecord}>
{#if inLineCreateRecord}
<InlineEdit
{...inLineCreateRecord}
isCreateMode={true}
on:cancel={(e) => (inLineCreateRecord = null)}
on:inlinesaved={save}
/>
+5 -3
View File
@@ -44,7 +44,7 @@
margin: 6px 0;
border-color: transparent;
.button {
.button:not(.primary) {
background: var(--p30);
&:hover {
@@ -53,9 +53,10 @@
}
dialog {
.button {
.button:not(.primary) {
background: var(--p20);
&:hover {
background: var(--p30);
}
@@ -142,4 +143,5 @@
}
}
}
}
+1 -1
View File
@@ -19,7 +19,7 @@
background: var(--p20);
display: flex;
flex-direction: column;
gap: 3px;
gap: 4px;
}
.sidebar-header {
@@ -26,7 +26,7 @@ return new class extends Migration {
*
* @return void
*/
public function down()
public function down
{
Schema::table('records', function (Blueprint $table) {
$table->dropColumn('search');