Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* integrated new icons package locally * changed flag icons dependecy to npm * updated package lock * added priority in displaying icon for svg over base64 img in viewlist item * made crypto/fiat dropdown handle when 1 single option available * added screen and mock data; bypass process step condition without extending the boolean expression * made field name work from backend * added mock data; added navigation between mock screens; added a prefil email value so as to avoid disabled continue button * added color schme for the header - primary * added contents for complete screen * optimized payment review to work with mock data or from the server (request for receiving the next step, header); added backward functionality (using a decorator) -> when payment review screen is not displayed from the server; added default as 0 for progress header; added a description for page heading with consistent spacing across pages * fixed typescript problem * added reusable step overview, extendable for other similar screen from the l2 * added main child class * added bg color for icon in wrapper in overview item step * interface for icon bgcolor * improved edge cases: single item, item expanded in relation to the connecting line (border) * added a 'dev-step' where i've added some mock overview-steps (but it's open for extention in showing other ui elements) * removed code intended for temporary use * added space * fixed typescript error * removed devStep; added support for svg icons and added name-icon mapping; retrieved all data from backend instead of context & added a temporary adaptor for old way of displaying the payment review * added consistent namming * removed unused import * solved useEffect lint issue * bump react-test-renderer & react to 17 * bump rtr, react & react-dom to 17 iframe * add 3001 start-script and fix date type error * remove deundant typing (incorrect ts error?) * add no optional falg to iframe install (fsevents) * try bump node version * bump node version to 16 for deploy * explicitly omit peer deps in package * Add script to omit peer deps on install * Adding dark mode * ONRMP-823 Implementing internationalization and adding translations * ONRMP-823 Setting up the language through query param * ONRMP-823 Adding languages.ts * ONRMP-823 Updating package-lock.json * ONRMP-823 addressing review comments * ONRMP-823 Adding missing japanese translations * ONRMP-823 Updating translations * Standardize code formatting (#71) * ONRMP-823 Implementing internationalization and adding translations * ONRMP-844 Adding .prettierrc file for code formatting * ONRMP-844 Formatting package repo * ONRMP-844 Formatting iframe repo * ONRMP-844 Adding missing stuff from the internationalization * ONRMP-823 Adding languages.ts * ONRMP-823 Updating package-lock.json * ONRMP-844 Fixing lint errors * Fixing merge conflicts Co-authored-by: Dinisha Tennakoon <dinisha@pastbook.com> * Integrating Google Tag Manger and Google Analytics (#78) * ONRMP-848 integrating GTM and events * ONRMP-848 Adding useGMT helper file * ONRMP-848 Adding env files * ONRMP-848 Fixing lint issues Co-authored-by: Dinisha Tennakoon <dinisha@pastbook.com> * ONRMP-923 Improved Pick Option Screen (#82) * ONRMP-923 Improved Pick Option Screen * ONRMP-923 Fixing lint issues * ONRMP-923 Adding PickOption Type * ONRMP-923 Removing unused mock data * ONRMP-923 Getting the next step from the API Co-authored-by: Dinisha Tennakoon <dinisha@pastbook.com> * Ice dev test (#89) solved conflicts with ice-demo Co-authored-by: Gabriel Diac <gabriel.diac@maxcode.net> Co-authored-by: Gerhard_Steenkamp <gerhard@linumlabs.com> Co-authored-by: Gerhard Steenkamp <51655063+gsteenkamp89@users.noreply.github.com> Co-authored-by: 0xsalah <salah@onramper.com> Co-authored-by: Dinisha Tennakoon <dinisha@pastbook.com> Co-authored-by: gabrieldiac11 <93923374+gabrieldiac11@users.noreply.github.com>
- Loading branch information