feat: add download link in navigate

This commit is contained in:
Zack Fu Zi Xiang 2024-03-13 11:59:40 +08:00
parent 47e14d3b25
commit e4934fbf2a
No known key found for this signature in database
3 changed files with 419 additions and 415 deletions

802
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -12,18 +12,18 @@ gotrue-entity = { path = "../libs/gotrue-entity" }
anyhow = "1.0.79"
axum = {version = "0.7", features = ["json"]}
tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] }
askama = "0.12.1"
axum-extra = { version = "0.9.2", features = ["cookie"] }
tokio = { version = "1.36", features = ["rt-multi-thread", "macros"] }
askama = "0.12"
axum-extra = { version = "0.9", features = ["cookie"] }
serde.workspace = true
serde_json.workspace = true
redis = { version = "0.24.0", features = [ "aio", "tokio-comp", "connection-manager"] }
uuid = { version = "1.6.1", features = ["v4"] }
dotenvy = "0.15.7"
reqwest = "0.11.23"
tower-service = "0.3.2"
redis = { version = "0.24", features = [ "aio", "tokio-comp", "connection-manager"] }
uuid = { version = "1.6", features = ["v4"] }
dotenvy = "0.15"
reqwest = "0.11"
tower-service = "0.3"
tower-http = { version = "0.5", features = ["cors", "fs"] }
tower = "0.4.13"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
jwt = "0.16.0"
tower = "0.4"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
jwt = "0.16"

View File

@ -7,4 +7,12 @@
</div>
</td>
</tr>
<tr class="nav-item">
<td>Download AppFlowy</td>
<td>
<div onclick="window.location.href='https://appflowy.io/download';" class="svg-container button">
{% include "../assets/logo.html" %}
</div>
</td>
</tr>
</table>