Commit Graph

21 Commits

Author SHA1 Message Date
Martin Varmuza
3736dec0a5 chore: more refactorign to remove connect from components 2025-03-06 13:56:53 +01:00
yanas
04988b2deb chore(suite-native): autofix for sort-imports eslint rule 2025-01-30 15:03:34 +01:00
Jirka Bažant
d517cc81a6 feat(suite-native): introduce component tests with redux 2025-01-24 22:39:56 +01:00
Daniel Suchy
198c91f3c4 feat(repo): TS 5.5 2024-09-10 16:30:18 +02:00
Jan Václavík
2c641f4fdd chore(suite): Add error rule for overriding (#14050) 2024-09-02 06:51:37 +02:00
Jan Václavík
a314dcfd25 fix(suite): Fix button colors + subtle variant (#13826) 2024-08-16 09:54:08 +02:00
Daniel Suchý
6b97cdbbf1 fix(mobile): fix graph old value on timeframe switch (#12463) 2024-05-17 12:57:16 +00:00
Bohdan Juříček
3e77c26ff9 fix(suite-native): date of undefined (#11924) 2024-04-12 09:55:21 +01:00
Bohdan Juříček
051fcbee13 fix(suite-native): app crashes on graph (#11495) 2024-03-08 07:41:59 +00:00
Peter Sanderson
c82455e746 chore(suite): autofix newlines 2024-02-20 14:54:29 +01:00
Daniel Suchý
1eba403a7b fix(mobile): fix crashes during discovery (#10457) 2024-01-02 16:10:04 +01:00
Daniel Suchý
648778438b chore(mobile): graph visual refactor (#10371)
* chore(mobile): pimp my graph
* ❆
2023-12-20 13:02:36 +00:00
Daniel Suchý
c74ef86d43 chore(mobile): graph use Reanimated everywhere (#10232) 2023-12-06 20:53:17 +00:00
0xadams.eth
0f502e5750 chore(suite): remove react imports (#9331)
* chore(suite): update eslint and webpack config

* chore(suite): remove react imports, change default and namespace imports to named imports

* test(suite): update jest config
2023-09-05 16:26:01 +02:00
Petr Knetl
7aa69dc8e2 Feat/graph interactions (#8857)
* chore(suite-native): upgrade react-native-graph to v. 1.0.2

* feat(react-native-graph): graph events added

`react-native-graph` can display graph events/interactions now.

The AnimatedLineGraph component accepts two new props `events` and `EventComponent`.

- `events` is an array of objects representing every individual interaction and it's metadata.
  Each of these objects contains a `date` property that is used to compute the event coordinates in the graph.
- `EventComponent` accepts the coordinates and metadata of each event and represent it in the graph

* refactor(suite-native): graph works with real date

We used to covert graph points `Date` objects to unix epoch time.
This commit makes the graph work with original dates as library intends.

* feat(suite-native): graph implements transaction events

Graph of Account detail displays transaction events.
2023-07-13 11:42:52 +00:00
Daniel Suchý
c015e1f030 Revert "Revert "chore(mobile): graph animations on UI thread"" (#8334) 2023-05-05 15:57:59 +02:00
Daniel Suchý
2997f6a095 Revert "chore(mobile): graph animations on UI thread" (#8330) 2023-05-02 20:24:18 +02:00
Daniel Suchý
70a672a212 chore(mobile): graph animations on UI thread (#8192) 2023-04-24 09:14:10 +02:00
Daniel Suchý
cb58f84b78 chore(mobile): graph tuning (#7767) 2023-03-07 11:50:33 +00:00
Daniel Suchý
2934f6af0f chore(mobile): upgrade graph lib (#7709) 2023-02-27 10:15:41 +01:00
Petr Knetl
3d9487a676 refactor(suite-native): react-native-graph package fork (#7570)
* refactor(suite-native): react-native-graph package fork

New package @suite-native/react-native-graph created. Content of this package is fork of the https://github.com/margelo/react-native-graph package.

Closes #7553

* fixup! refactor(suite-native): react-native-graph package fork
2023-02-08 08:50:59 +00:00