mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
Enhance/native bottom tabs (#12202)
* enhance(ux): native bottom tabs on iOS * fix: hide bottom tabs when sheet has been opened
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -73,7 +73,8 @@ jobs:
|
||||
run: clojure -A:cljs -P
|
||||
|
||||
- name: Fetch yarn deps
|
||||
run: yarn install --frozen-lockfile
|
||||
# run: yarn install --frozen-lockfile
|
||||
run: yarn install
|
||||
|
||||
- name: Build test asset
|
||||
run: clojure -M:test compile test
|
||||
@@ -179,4 +180,4 @@ jobs:
|
||||
run: cd deps/db && yarn nbb-logseq script/export_graph.cljs ../../scripts/properties-graph -f properties.edn -T
|
||||
|
||||
- name: Create graph from the export and diff the two graphs
|
||||
run: cd deps/db && yarn nbb-logseq -cp src:../outliner/src:script script/create_graph.cljs ./properties-graph2 properties.edn -iv && yarn nbb-logseq script/diff_graphs.cljs ../../scripts/properties-graph ./properties-graph2 -T
|
||||
run: cd deps/db && yarn nbb-logseq -cp src:../outliner/src:script script/create_graph.cljs ./properties-graph2 properties.edn -iv && yarn nbb-logseq script/diff_graphs.cljs ../../scripts/properties-graph ./properties-graph2 -T
|
||||
|
||||
Reference in New Issue
Block a user