You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!