Skip to content

Commit

Permalink
Bump to latest frontend
Browse files Browse the repository at this point in the history
Also remove accent color that no longer exists on master
  • Loading branch information
logseq-cldwalker committed Feb 9, 2024
1 parent 449d8c3 commit 5ac94fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
version:
description: "Frontend version of Logseq - git tag or SHA"
required: true
default: '0.10.0'
default: '0.10.6'
theme-mode:
description: "Theme mode of frontend. Can be 'dark' or 'light'"
required: false
Expand Down
12 changes: 6 additions & 6 deletions nbb.edn
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{:deps
{logseq/graph-parser
{:git/url "https://github.com/logseq/logseq"
:git/sha "5a4bba13787c39616115e447fac7b413986580b7"
:git/tag "0.10.0"
:git/sha "cd2211a042332792ac3f797e34c08bc77c4e4dd4"
:git/tag "0.10.6"
:deps/root "deps/graph-parser"}
#_{:local/root "../logseq/deps/graph-parser"}
logseq/publishing
{:git/url "https://github.com/logseq/logseq"
:git/sha "5a4bba13787c39616115e447fac7b413986580b7"
:git/tag "0.10.0"
:git/sha "cd2211a042332792ac3f797e34c08bc77c4e4dd4"
:git/tag "0.10.6"
:deps/root "deps/publishing"}
#_{:local/root "../logseq/deps/publishing"}
;; TODO: Remove workaround for error: 'Unable to compare versions for logseq/db'
logseq/db
{:git/url "https://github.com/logseq/logseq"
:git/sha "5a4bba13787c39616115e447fac7b413986580b7"
:git/tag "0.10.0"
:git/sha "cd2211a042332792ac3f797e34c08bc77c4e4dd4"
:git/tag "0.10.6"
:deps/root "deps/db"}}}
2 changes: 1 addition & 1 deletion src/logseq/publish_spa.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

(def ^:private valid-colors
"From frontend.colors/color-list"
[:tomato :red :crimson :pink :plum :purple :violet :indigo :blue :cyan :teal :green :grass :orange :brown])
[:tomato :red :crimson :pink :plum :purple :violet :indigo :blue :cyan :teal :green :grass :orange])

(defn- get-accent-color [color*]
(let [color (keyword (or color* "blue"))]
Expand Down

0 comments on commit 5ac94fe

Please sign in to comment.