rework timeline loading

This commit is contained in:
hzrd149 2023-06-30 07:36:53 -05:00
parent 7ee48c705e
commit 3ff798e692
5 changed files with 12 additions and 16 deletions

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Fix all pop-in issues when loading timelines (rebuild timeline loader to use IntersectionObserver to correctly set cursor)

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Rebuild timeline loader class

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Remove broken discover tab

View File

@ -1,5 +1,16 @@
# nostrudel
## 0.14.0
### Minor Changes
- c036a9a: Fix all pop-in issues when loading timelines (rebuild timeline loader to use IntersectionObserver to correctly set cursor)
- b23fe91: Rebuild timeline loader class
### Patch Changes
- b23fe91: Remove broken discover tab
## 0.13.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "nostrudel",
"version": "0.13.1",
"version": "0.14.0",
"private": true,
"license": "MIT",
"scripts": {