Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial work on Button block * Some button styling * Do some tweaks on android * Some styling and connect link settings * Support borderRadius * Adjust to dark mode * Add a RichText wrapper with LinearGradient * Extract RichText wrapper * Update test setup.js * Refactor border width * Set max and min width for ios RichText * Add comments and set max width when screen has horizontal orientation * Extract NotificationSheet to separate file * Move NotifcationSheet to components * Set isFocused on true by default * fix jumping height android * Improve a11y and small refactor * Move variables to styles * Update setting background color * Changes in NotificationSheet and Settings * Rewrite mobile button block to class component * Rewrite functions * Use isFocused() method * Rename files * Create separate settings for mobile Button * Remove notification bottom sheet * Rename component and comment logic * Replace MissingControl in favor of UnsupportedFooterControl * Adjust link modal for Button block purposes * Small cleanup * Fix test * Try to fix mobile test * Adjust button styling after uploading the latest changes * Replace Dashicon in favor of Icon in native cell component * Fix overriding existing URL in bottom sheet * Making handlers more consistent * Revert changes in link settings and build custom adjusted for Button component * Fix test * Correct condition * Correct focusing RichText within Button * Unify isButtonFocused for both platforms * Fix lint issues after merge * Reuse controls * Adjust reused components and add caret color
- Loading branch information