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:
Tienson Qin
2025-11-10 13:15:00 +08:00
committed by GitHub
parent 079c8944b8
commit 9ebe370ec6
10 changed files with 143 additions and 25 deletions

View File

@@ -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