feat(feed): Images in the home feed now take up the full width of the card and displays in lightbox when clicked #124
Merged
jsnbuchanan
merged 9 commits from jsnbuchanan/crowd-funder-for-time-pwa:fix/adding-nostr-tools-dependency
into feat/image-feed-view-improvements
6 days ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'jsnbuchanan/crowd-funder-for-time-pwa:fix/adding-nostr-tools-dependency'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Fixed
Anybody know a way to check out this branch inside the trent_larson repo to test it? (I'm guessing not... but it'd be nice to submit PRs in a way where we don't have to check out the other person's repo.) @anomalist
So, Jason: note that this PR does remove the types so it probably passes typechecking, but it also removes the essential functions
accountFromExtendedKey
andextendedKeysFromSeedWords
.One other note: I bet if you run on master, even though you see some error like
Missing "./lib/types/core" specifier in "nostr-tools" package
, your dev server is probably running on port 8080 so you can try out other UI things while we figure out these type errors.... at least, that's what happened on my machine: I got the error, but the server was running OK.
69eb3f923b
to53a06be734
6 days agofix(deps): upgrading nostr-tools dependency and update the import to be more conventionalto feat(feed): Images in the home feed now take up the full width of the card and displays in lightbox when clicked 6 days ago[0.4.0] - 2025.02.14
Changed
Added
f4155e557a
into feat/image-feed-view-improvements 6 days agof4155e557a
.