Vitalii Nobis

Results 24 issues of Vitalii Nobis

## Changes Resolve issue "Image border not applied correctly" Task provided by @SvenAlHamad no reference to issue or Notion. Before Changes After Changes ## How Has This Been Tested? Manually...

## Changes Resolve issue: [Unable to submit a form in newly created locale](https://github.com/webiny/webiny-js/issues/3135). Form submission was throwing `"Form Builder" settings not found!` error, since there were no `Form Builder` settings...

## Changes Resolve issue: [Inconsistent pb element save-behavior in editor](https://github.com/webiny/webiny-js/issues/3510). 1) Page revision now updates after adding an element to the page. 2) Added fallback message to empty elements (`image`,...

## Changes Implements issue "Icon picker component". ### Implementation steps Most of the implementation is described [here](https://webiny.notion.site/Icon-picker-component-Improvements-fc5e6e2387694457ac2eee9f629d7048). For custom icon support IconPickerConfig was added under `packages/app-admin/src/components/IconPicker/config/index.tsx`. For the most part...

## Changes Implements issue "Dynamic Pages". ## How Has This Been Tested? Manual ## Documentation None

## Changes Implements issue "Add fluid container layout". ## How Has This Been Tested? Manual ## Documentation None

## Changes Fixed issues with Material UI ## How Has This Been Tested? Manually. ## Documentation None.

## Changes 1) Added `size` prop to `IconPicker` and styles for the smaller version (for PB sidebar). 2) Added `size` prop to `IconRenderer`. 3) Added ability to remove icons (controllable...

## Short Description Add new Page Builder lifecycle events for Block Categories. ## Relevant Links - A change on `/docs/page-builder/references/lifecycle-events` page ## Checklist - [X] I checked for typos and...

There are different ways to integrate localization into Pixi app/game, so usage of i18next is not required. But most tutorials and docs are jumping around `react-i18next` and its integration. So...