Commit Graph

6 Commits

Author SHA1 Message Date
Bruno Bernardino 50ae105b45
A few improvements, requested from the review:
- File reading is now happening later in the process;
- File reading now reuses methods from `core/attachment`;
- Errors thrown in the import now include an error message;
- Adds prettier command to "prettify" all files;
- Adds prettier command to check for files not conforming to prettier's config;
- Makes CI run the prettier:check command;
- Changes `export const method = () => {};` to `export function method() {}` in the `1pux-parser` file;
- Other minor consistency changes/fixes/improvements;
- Actually ran prettier on every file, and it had a lot of things to tweak.
2021-12-20 15:01:25 +00:00
Martin Kleinschrodt 5aee5d79d0 First pass at implementing browser extension with auto-fill 2020-01-14 19:57:52 +01:00
Martin Kleinschrodt 6025fdd836 Add getPlatform function for retrieving current platform implementation 2019-12-13 10:36:52 +01:00
Martin Kleinschrodt 8472715dda Add webpack config for cordova package 2019-07-16 16:56:38 +02:00
Martin Kleinschrodt b4600cbc61 Hide billing-related UI sections if billingInfo is not specified 2019-06-18 15:44:25 +01:00
Martin Kleinschrodt f13308e5a0 Rename ui package to app 2018-12-09 21:50:24 +01:00
Renamed from packages/ui/types/dom.d.ts (Browse further)