buttercat1791
|
866a54be49
|
Implement tree walking via internal Cursor class
|
1 year ago |
Silberengel
|
940f13e56a
|
closes issue#171
|
1 year ago |
buttercat1791
|
04c2a80937
|
Define a nested Cursor class for tree iteration
|
1 year ago |
Nuša Pukšič
|
7fb3d6f120
|
open #133 active user data
|
1 year ago |
Silberengel
|
9588d1704c
|
Change code references from "article" to "publication" to fit the domain.
|
1 year ago |
Silberengel
|
382c148910
|
Remove the word "articles" from the web page and replace it with "publications".
|
1 year ago |
buttercat1791
|
baca84f487
|
Iteration WIP
|
1 year ago |
buttercat1791
|
8c9319aa64
|
Stub out methods to make the tree both iterable and its own iterator
Consumers should be able to invoke `.next()` on an instance of the tree to retrieve events one at a time.
|
1 year ago |
buttercat1791
|
f11dca162c
|
Add depth-first traversal to the publication tree
|
1 year ago |
buttercat1791
|
874103a6e0
|
Start work on publication tree data structure
|
1 year ago |
Nuša Pukšič
|
d5857af227
|
closes #185 - slightly larger buttons, simplified nested containers for cards
|
1 year ago |
Nuša Pukšič
|
8c23b8a366
|
Closes #186 - moved styles
|
1 year ago |
Silberengel
|
4082e25941
|
Correct About page menu location and hyperlink underlines
|
1 year ago |
Silberengel
|
5c9bd4bc72
|
close issue#166 update master to newest version
|
1 year ago |
limina1
|
ccb6106a92
|
fix update scaling
|
1 year ago |
limina1
|
9647c41007
|
fix vx and vy
|
1 year ago |
buttercat1791
|
5a24c0dc15
|
Fix some parser bugs
|
1 year ago |
buttercat1791
|
316fcb1b7a
|
Use more idiomatic Svelte 5/SvelteKit 2 loading patterns
|
1 year ago |
limina1
|
4ceffc5b60
|
Change to function instead of const
|
1 year ago |
limina1
|
c697059fc4
|
Add log gravity for graph
Stops events from pulling to center of graph, can drag outwards
|
1 year ago |
limina1
|
2fa3e067af
|
Reactive graph & legend without default scroll bar
|
1 year ago |
limina1
|
48c21030a8
|
Add arrows point to next node
|
1 year ago |
limina1
|
d50ac5d58b
|
fix styling, reactive graph display
|
1 year ago |
limina1
|
898addae87
|
fix eventMap redrawing & re-add mouseovertext
|
1 year ago |
buttercat1791
|
213d302e21
|
Remove unused props
|
1 year ago |
buttercat1791
|
c574694787
|
Use Preview component for reader view
|
1 year ago |
buttercat1791
|
3106c43d37
|
Enable parser to fetch publications from relays
|
1 year ago |
buttercat1791
|
b2d53d626f
|
Only handle 30041 events as zettels
|
1 year ago |
buttercat1791
|
750cc5ab66
|
Use static routes for article viewer
|
1 year ago |
limina1
|
6d6298f204
|
removed global style
|
1 year ago |
limina1
|
a20cfc1409
|
add eventMap, fix redrawing
|
1 year ago |
buttercat1791
|
cc19e0742c
|
Add publication load failure alert message
|
1 year ago |
buttercat1791
|
76130bd02f
|
Properly wrap Preview text
|
1 year ago |
limina1
|
c59eefe6c1
|
Modify event lookup
|
1 year ago |
limina1
|
5b790c1279
|
Add node and link interfaces
|
1 year ago |
limina1
|
614dddf2b1
|
modified observer
|
1 year ago |
limina1
|
34921906b4
|
add NetworkNode interface
|
1 year ago |
limina1
|
56dd896f65
|
remove updateTheme
|
1 year ago |
buttercat1791
|
af5ae81916
|
Use Preview component for reader view
|
1 year ago |
buttercat1791
|
fdefbcb1f9
|
Enable parser to fetch publications from relays
|
1 year ago |
buttercat1791
|
401bd7b27c
|
Only handle 30041 events as zettels
|
1 year ago |
buttercat1791
|
558aa6c208
|
Use static routes for article viewer
|
1 year ago |
limina1
|
cc2380bc17
|
Update src/lib/components/EventNetwork.svelte
Co-authored-by: Michael J <37635304+buttercat1791@users.noreply.github.com>
|
1 year ago |
limina1
|
fa921d7bec
|
Add d3, visualize, EventNetwork.svelte
|
1 year ago |
buttercat1791
|
b041d206c1
|
Improve event movement within the event tree
It's still buggy, but it's better than before.
|
1 year ago |
buttercat1791
|
4a778e8c7b
|
Make sibling search less buggy
|
1 year ago |
buttercat1791
|
ad3dfb6bc4
|
Add node movement to Compose view
Currently doesn't work for moving a zettel between two indices.
|
1 year ago |
buttercat1791
|
342393dcad
|
Compose can now edit index titles
|
1 year ago |
buttercat1791
|
3d0e860a0b
|
Handle in-place editing in preview mode
|
1 year ago |
buttercat1791
|
4245a46ca1
|
Fix button display rules in Compose
|
1 year ago |