Skip to content

Theme does not work while offline (online asset loading on every start) #34

@gavento

Description

@gavento

Problem: The Bear theme does not load properly when I start LogSeq while not connected to Internet (or on a poor connection).

What I would expect: When I open LogSeq offline, the themes work normally.
This would be especially nice for LogSeq, which is otherwise well-suited for offline-first use. The bear.css file dowloaded every time is also 1MB - not too large, but won't load on flaky connections.

Technical: bear.css contains only a singe line, requesting a CSS file from github:
@import url('https://rcvd.github.io/logseq-css-system/output/bear.css');
Shipping the actual bear.css with the plugin would likely resolve the issue.

Love the design of the theme, thanks for creating it!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions