Project

General

Profile

Actions

New feature / Change #4115

closed

Create preview component

Added by Olivier Bitsch about 2 years ago. Updated about 2 years ago.

Status:
Done
Priority:
High
Target version:
Start date:
03/02/2022
Due date:
% Done:

0%

Estimated time:
6:00 h

Description

This modal will be used in various location in the app. It will used for the following purpose.

  • Previous and signing API call request.
  • Display transactions fees.
  • Display additional information about what user is currently doing (not shown on mokup)

The background for previous page must be blur and darker.


Files

picture145-1.png (183 KB) picture145-1.png Olivier Bitsch, 03/02/2022 01:40 PM
Actions #1

Updated by Olivier Bitsch about 2 years ago

  • Estimated time set to 4:00 h
Actions #2

Updated by Olivier Bitsch about 2 years ago

  • Estimated time changed from 4:00 h to 6:00 h
Actions #3

Updated by Olivier Bitsch about 2 years ago

  • Subject changed from Create modal component to Create preview modal component
Actions #4

Updated by Olivier Bitsch about 2 years ago

  • Subject changed from Create preview modal component to Create preview component
Actions #5

Updated by Olivier Bitsch about 2 years ago

  • Assignee set to Dmitriy Mazilin
Actions #6

Updated by Olivier Bitsch about 2 years ago

  • Assignee deleted (Dmitriy Mazilin)
Actions #7

Updated by Olivier Bitsch about 2 years ago

  • Assignee set to Yaroslav Wen
Actions #8

Updated by Olivier Bitsch about 2 years ago

  • Assignee changed from Yaroslav Wen to Gilles Hemmerlé
Actions #9

Updated by Gilles Hemmerlé about 2 years ago

  • Status changed from In Study to Done

This component now exists and its name is Drawer. You can use as per the following :

<Drawer
  title="Choose something"
  actions={[
    <Button
      onPress={() => {}}
    >
      Button 1
    </Button>,
    <Button
      onPress={() => {}}
    >
      Button 2
    </Button>,
  ]}
>
  <Text>A content to be displayed</Text>
</Drawer>

Just pass the content and the buttons

Actions

Also available in: Atom PDF