Commit graph

19 commits

Author SHA1 Message Date
291cb05847 feat(db): run db on backend using actix web 2025-01-22 20:16:43 +03:00
5bd19803fe feat(ssr): add SSR feature to ItemsList component 2025-01-22 02:50:00 +03:00
dc70316bae fix(db): db debugging (in progress) 2025-01-20 18:49:54 +03:00
c8f32d027f feat(db): add a database using rusqlite. 2025-01-17 18:51:59 +03:00
dd4d2c003f buid(version): bump version to v0.1.3 2025-01-14 14:46:04 +03:00
32d5aae382 build: resolved secp256k1 build issue on wasm by tweaking dependency features
- Updated `secp256k1` to v0.30
- Disabled default features and enabled `rand` to ensure wasm compatibility
2025-01-13 14:04:19 +03:00
5306efc447 build(dependencies): add gloo-timers to cargo.toml. 2025-01-08 02:48:11 +03:00
d81b2a285e chore(cargo): restore cargo version 2025-01-07 20:05:56 +03:00
cf956124f4 chore: bump version to v0.1.2 2025-01-07 15:58:55 +03:00
22e6ae38d4 fix(form_list): fix mismatched parenthesis on lift_form.rs 2024-12-23 14:49:12 +03:00
23b63ebecd feat(list): make spreadsheet like ui 2024-12-20 02:56:42 +03:00
2733fc958b feat(items): integrate Wikidata API for external data enrichment
- Added functionality to fetch additional attributes for selected items from Wikidata.
- Defined structures for handling Wikidata API responses.
- Incorporated async data fetching using futures and `gloo_net::http::Request`.
- Enhanced the UI with a button to fetch external data for comparison.
- Updated the comparison table to include external descriptions retrieved from Wikidata.
2024-12-18 21:49:26 +03:00
a73e7c1d68 feat(nostr): upgrade to recent nostr version and add error handling 2024-12-13 13:56:55 +03:00
86680d9c21 fix(nostr): debugging nostr after version update(in progress) 2024-12-12 23:24:23 +03:00
2414eec8ba build(nostr-sdk): update nostr-sdk version 2024-12-11 23:33:28 +03:00
2d9c3e23eb build(dependencies): update dependencies 2024-12-11 22:47:31 +03:00
dc2e91313f build(nostr): add nostr related dependencies 2024-12-10 22:29:31 +03:00
4137ded856 build: add necessary dependencies 2024-12-09 19:29:15 +03:00
9afc89833a feat: update leptos to newest version 2024-12-06 14:45:14 +03:00