View Issue Details

IDProjectCategoryView StatusLast Update
0005294Talerobsolete componentpublic2023-12-11 20:08
ReporterFlorian Dold Assigned ToMarcello Stanisci  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Summary0005294: taler-wallet-lib should be properly bundled and distributed
DescriptionCurrently it's a JS file with a global export, this does not fit into how many developers use JavaScript today. Instead we should do this:

1. bundle it as UMD via rollup and provide it
 a) for download
 b) via CDNs, using subresource integrity
2. make it available as an npm package, so it can be included as (ES6) module
TagsNo tags attached.

Activities

Marcello Stanisci

2019-06-24 11:42

reporter   ~0014573

Last edited: 2019-06-24 11:43

taler-wallet-lib is not needed anymore.

Originally, Websites had to include taler-wallet-lib, and this latter was supposed to detect the wallet; and if one was found, then sections of the site could have been ungreyed (depending on the site's policy).

The designed changed: sites grey sections out by default, and the wallet (if active) ungreys them by injecting one CSS rule into the site.

Issue History

Date Modified Username Field Change
2018-03-07 17:37 Florian Dold New Issue
2019-06-24 11:42 Marcello Stanisci Assigned To => Marcello Stanisci
2019-06-24 11:42 Marcello Stanisci Status new => closed
2019-06-24 11:42 Marcello Stanisci Resolution open => fixed
2019-06-24 11:42 Marcello Stanisci Note Added: 0014573
2019-06-24 11:43 Marcello Stanisci Note Edited: 0014573
2023-12-11 20:08 Florian Dold Category taler-wallet-lib => obsolete componet
2023-12-11 20:08 Florian Dold Category obsolete componet => obsolete component