6492b6488a
Namely, since the lang bar at the bottom has absolute position it overlays on elements to be clicked; so the window needs to be scrolled a bit further in order to click the desired elements |
||
---|---|---|
.vscode | ||
articles | ||
background | ||
content_scripts | ||
contrib | ||
i18n | ||
img | ||
lib | ||
node_modules | ||
pages | ||
playground | ||
pogen | ||
popup | ||
scripts | ||
selenium | ||
style | ||
testlib | ||
thirdparty | ||
web-common@d4de1c912e | ||
.gitignore | ||
.gitmodules | ||
AUTHORS | ||
configure | ||
COPYING | ||
gulpfile.js | ||
INSTALL | ||
Makefile | ||
manifest.json | ||
package.json | ||
README | ||
tsconfig.json | ||
yarn.lock |
GNU Taler WebExtension Wallet ============================= Cross-browser GNU Taler wallet written for the WebExtensions API. Installation ============ Run `./configure && make' to create an archive containing the extension in ./build/taler-wallet-$VERSION.zip Dependencies ============ This project has the following third-party runtime dependencies: * URI.js: URL parsing and construction * jed: gettext parsing for JavaScript * system.js: Module loader for browsers that don't support ES6 modules Emscripten compiled dependencies: * libgnunetutil * libgnunetjson * libgcrypt * libunistring Documentation ============= See the documentation at http://doc.taler.net/dev-wallet-wx.html