From 7168b9a6b16cfa7d4120375deaf337f09419f3ab Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Sun, 19 Jan 2025 18:02:42 -0500 Subject: [PATCH] Update ema for `idiomorph` (Possibly improved live server performance) (#567) https://github.com/srid/ema/pull/168 --- emanote/CHANGELOG.md | 2 ++ emanote/emanote.cabal | 2 +- flake.lock | 7 ++++--- flake.nix | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/emanote/CHANGELOG.md b/emanote/CHANGELOG.md index 347f85424..18112ed4e 100644 --- a/emanote/CHANGELOG.md +++ b/emanote/CHANGELOG.md @@ -31,6 +31,8 @@ - Stork search fixes - Fix empty stork index generation when using more than 1 layer ([\#493](https://github.com/srid/emanote/issues/493)) - Stork search index is now uses note path from their associated layer ([\#495](https://github.com/srid/emanote/pull/495)) +- Performance + - Browser-side performance improvement using `idiomorph` ([\#567](https://github.com/srid/emanote/pull/567)) - UI - prevent the external link icon from wrapping ([\#528](https://github.com/srid/emanote/pull/528)) - Update ema, new use newer morphdom (2.7.2) diff --git a/emanote/emanote.cabal b/emanote/emanote.cabal index 73d794d73..4bbc11235 100644 --- a/emanote/emanote.cabal +++ b/emanote/emanote.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: emanote -version: 1.3.19.0 +version: 1.3.20.0 license: AGPL-3.0-only copyright: 2022 Sridhar Ratnakumar maintainer: srid@srid.ca diff --git a/flake.lock b/flake.lock index 251502ea3..9277a9931 100644 --- a/flake.lock +++ b/flake.lock @@ -35,15 +35,16 @@ "ema": { "flake": false, "locked": { - "lastModified": 1724260267, - "narHash": "sha256-pxTlvpK0l7pek43FIz6KYAazK0BWbnuBJSFrcShVoWE=", + "lastModified": 1737321961, + "narHash": "sha256-+iLtdzwVv0wyTdFfk4XFJAZPmA9Of7stYbo2sTBzN7M=", "owner": "srid", "repo": "ema", - "rev": "16e2752267cd49027e281409daa25b6ecba68fd3", + "rev": "74b619f9865748a690fc7cf1b865fec801daaa97", "type": "github" }, "original": { "owner": "srid", + "ref": "idiomorph", "repo": "ema", "type": "github" } diff --git a/flake.nix b/flake.nix index ee2eba70b..e6307fff2 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ flake-root.url = "github:srid/flake-root"; nixos-unified.url = "github:srid/nixos-unified"; - ema.url = "github:srid/ema"; + ema.url = "github:srid/ema/idiomorph"; ema.flake = false; heist-extra.url = "github:srid/heist-extra";