SillyTavern / SillyTavern-Timelines

Timeline view for SillyTavern chats
MIT License
34 stars 4 forks source link

Multiparent and navigation #19

Closed Technologicat closed 5 months ago

Technologicat commented 5 months ago

It seems that the nearer you get to getting the UX to feel just right, the smaller the things that start feeling like major usability roadblocks. Hence the following changes:

Changelog

Screenshot

Multiple parent nodes, edge highlighting, and the new navigation buttons.

image

Technologicat commented 5 months ago

Timelines is slowly starting to look and behave the way it should in unicornland. :)

Action information and node type description in tooltip:

image

image

image

Text search highlight in tooltip (same in full info panel):

image

city-unit commented 5 months ago

Timelines is slowly starting to look and behave the way it should in unicornland. :)

Thank you for brining my hastily written code into unicornland :)

Technologicat commented 5 months ago

No, thank you for implementing the hard parts :)

What I'm doing here just requires determination (and some time).

I wanted a loom-like tool for ST's chat paradigm, and after some polishing, this is it.

I suppose that's what open source is ideally for - different people, different specializations, one codebase.

Technologicat commented 5 months ago

@Cohee1207: I suppose this PR is ready now. :)

Cohee1207 commented 5 months ago

Clicking on the character card in the graph shows "undefined"

image
Technologicat commented 5 months ago

Ok, reproduced. I'll see what I can do.

Technologicat commented 5 months ago

Here, try it again now.

image

Cohee1207 commented 5 months ago

Looks good.

Technologicat commented 5 months ago

Thanks for catching the bug, and for the merge!