Skip to content

Commit 89f1c39

Browse files
committed
docs: add space
1 parent 9d3ab9f commit 89f1c39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

demos/supabase-infinite-scroll/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pnpm dev
4242
This will start the Vite development server. Open your browser and navigate to the URL provided in the terminal (usually [http://localhost:5173](http://localhost:5173)) to view the demo. Use the control buttons to toggle between scenarios and get a feel for the behavior.
4343

4444
## Specific Scenarios
45+
4546
This section provides an index to the various scenarios described in the [docs](https://docs.powersync.com/usage/use-case-examples/infinite-scrolling).
4647

4748
### Pre-sync all data and query the local database
@@ -66,14 +67,16 @@ This section provides an index to the various scenarios described in the [docs](
6667
## Framework For Running Scenarios
6768

6869
### Page Framework Files
70+
6971
`styles.css`
7072
`index.html`
7173
`index.js`
7274

7375
### Virtual Listbox
76+
7477
`src/listBox/index.js`
7578
`src/listBox/itemBuffer.js`
7679

7780
### Known Issues
7881

79-
* Sometimes when switching scenarios using the control buttons there is a remnant loading spinner. Simply scroll to dismiss it.
82+
* Sometimes when switching scenarios using the control buttons there is a remnant loading spinner. Simply scroll to dismiss it.

0 commit comments

Comments
 (0)