File tree Expand file tree Collapse file tree 5 files changed +8997
-5463
lines changed
react-supabase-todolist/src/app/views/todo-lists
packages/powersync-sdk-web/src/db/adapters/wa-sqlite Expand file tree Collapse file tree 5 files changed +8997
-5463
lines changed Original file line number Diff line number Diff line change @@ -58,4 +58,4 @@ const openDatabase = async () => {
5858
5959document . addEventListener ( 'DOMContentLoaded' , ( event ) => {
6060 openDatabase ( ) ;
61- } ) ;
61+ } ) ;
Original file line number Diff line number Diff line change @@ -129,7 +129,8 @@ const TodoEditSection = () => {
129129 await createNewTodo ( nameInputRef . current ! . value ) ;
130130 setShowPrompt ( false ) ;
131131 }
132- } } >
132+ } }
133+ >
133134 < DialogTitle id = "alert-dialog-title" > { 'Create Todo Item' } </ DialogTitle >
134135 < DialogContent >
135136 < DialogContentText id = "alert-dialog-description" > Enter a description for a new todo item</ DialogContentText >
Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ export default function TodoListsPage() {
6767 }
6868 } }
6969 aria-labelledby = "alert-dialog-title"
70- aria-describedby = "alert-dialog-description" >
70+ aria-describedby = "alert-dialog-description"
71+ >
7172 < DialogTitle id = "alert-dialog-title" > { 'Create Todo List' } </ DialogTitle >
7273 < DialogContent >
7374 < DialogContentText id = "alert-dialog-description" > Enter a name for a new todo list</ DialogContentText >
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ export class WASQLiteDBAdapter extends BaseObserver<DBAdapterListener> implement
105105 const result = await this . workerMethods ! . executeBatch ! ( query , params ) ;
106106 return {
107107 ...result ,
108- rows : undefined ,
108+ rows : undefined
109109 } ;
110110 } ;
111111
You can’t perform that action at this time.
0 commit comments