mmilad75
ca822ff51d
Connect Wallet Home Page to backend - Accounts card ( #17447 )
...
* add functionality
* fix lint issues
* change class component to functional component
* fix refactor-data function
* rename events and fix reagent-render structure
* change rf/defn to re-frame/reg-event-fx
* convert camelCase to kebab-case
* refactor on-error callback
* refactor on-success callback
* replace merge with assoc and conj
* refactor calculate-balance structure
* rename reagent-render
* move calculate-balance into a sub
* use created sub in the view
* fix lint issues
* move calculate-balance function to wallet sub
* change on-success callback
* revert podfile.lock
* remove extra line
* add template for test
* edit calculate-balance and calculate-raw-balance
* add tests
* revert podfile.lock and fix lint issues
* rename refactor-data
* add toFixed to get-balance
* fix lint issues
* finalize code
* replace re-frame/reg-event-fx with rf/defn
* resolve comments
* remove use-fixtures in the test
* break down calculate-balance
* fix lint issues
* fix placeholder color
* move accounts to view-internal
* remove accounts param in wallet-2/get-wallet-token
* Connect Wallet Account Page to backend (basic) (#17700 )
* pass address to wallet-accounts screen
* move get-balance-by-address to common/utils
* add functionality
* fix lint issues
* move logic to sub
* convert filter+first to some
* change code structure
* rename wallet-2 to wallet
* add tests
* fix lint issues
* fix style
* remove unused code
* remove view-internal defn
* fix lint issues
* fix networks param issue
* fix .toFixed issue
2023-10-31 21:48:21 +03:30
Yevheniia Berdnyk
88b3d7d2e6
e2e: fix for app closed after closing gallery
2023-10-31 12:04:46 +02:00
Yevheniia Berdnyk
90d3a5a39d
e2e: test fixes
2023-10-31 02:21:52 +02:00
Mohamed Javid
dd8beeb848
[Fix] "network-routing" component test ( #17760 )
...
This commit moves the "network-routing" component test to the quo ns from quo2 ns.
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2023-10-30 20:51:31 +05:30
Ajay Sivan
abbf29d4ca
Remove all status-im.ui.components.react usages in status-im2 ( #17750 )
2023-10-30 06:37:28 -07:00
Parvesh Monu
cebec10aa5
fix bottom message in the chat history is hidden behind the composer with an image in it ( #17757 )
2023-10-30 15:46:16 +05:30
Smoothieewastaken
55b233c528
docs: Fixed typos ( #17749 )
2023-10-30 08:06:52 +01:00
Omar Basem
68ad4fe086
Wallet: Address Text ( #17732 )
...
* Wallet: address text
2023-10-30 09:40:39 +04:00
Jamie Caprani
06c31f3a12
chore: add sub to get network info ( #17650 )
2023-10-27 03:54:58 -07:00
Lungu Cristian
954373105d
Visual debugging of components ( #17729 )
...
* feat: debug/show components from the REPL
* ref: some renames and cleanup
* chore: removed comments/imports
* feat: added remount on every eval & small changes
* doc: added tip to debugging doc
* doc: formatting
* doc: more formatting
* fix: fixed docs and other review comments
* fix: moved & renamed into the dev.component-preview ns
* style: adjusted debugging readme spacing
* fix: removed trailing line
2023-10-27 13:14:01 +03:00
Mohsen
2aeafa30bd
[ #17423 ] fix: update sync flow ( #17731 )
2023-10-27 11:16:56 +03:00
Parvesh Monu
5920c35677
Fixed Some Grammatical Errors in README.md ( #17716 )
...
Author: Janumala Akhilendra <82641474+JanumalaAkhilendra@users.noreply.github.com>
2023-10-27 13:17:16 +05:30
Ulises Manuel
1f71883fa4
[ #16755 ] - Network routing component ( #17457 )
...
* Add network routing component & animations
* Add basic tests and accessibility labels
2023-10-26 16:07:44 -06:00
Siddarth Kumar
c9b3196203
improve make component-test robustness ( #17743 )
...
Many times devs run
`make component-test` or `make component-test-watch` when there is already a metro or clojure terminal running on their system.
This causes weird behaviour and it is advised to not run these commands together.
This commit prevents that and shows a warning.
2023-10-26 23:24:23 +05:30
mmilad75
6ebd5b421c
Fix account-card component UI ( #17589 )
...
* add new type
* fix lint issues
* add tests
* refactor get-test-data function
* resolve comments
* fix imports
* resolve comments
* fix lint issues
* remove extra code
* fix height
2023-10-26 16:46:24 +03:30
Ibrahem Khalil
901644e023
Make color selector take full 0device width to match Figma and add dynamic width ( #17465 )
2023-10-26 13:20:40 +03:00
Mohsen
df256bf2b4
[ #17534 ] fix: Add contact scan QR screen back handler issue ( #17694 )
2023-10-26 12:38:47 +03:00
Jamie Caprani
56492949f1
feat (wallet): add ability to create new account ( #17496 )
2023-10-26 01:45:33 -07:00
frank
ab2ad0ec12
Don't sync AC notifications, only decisions/state ( #17600 )
...
* fix outgoing contact request state not show correctly
* update status-go-version.json
2023-10-26 14:44:06 +08:00
Ibrahem Khalil
fe2272b703
Fix Composer not focusing on edit/reply ( #17640 )
2023-10-26 05:43:49 +03:00
Icaro Motta
c0b21aa315
Document how to auto-format Clojure files in VSCode with zprint ( #17719 )
...
Document how a VSCode user can configure their editor to auto-format
Clojure(Script) files that respect all the formatter (zprint) settings specified
in status-mobile/.zprintrc.
The result should be that on every file save, the file should be identically
formatted as if you used make lint-fix, at least the part about zprint. If
lint-fix does other things now or in the future that are outside the scope of
zprint, those won't be covered by the VSCode extension.
2023-10-25 23:19:56 -03:00
Nikolay
876b020a32
Token network component ( #17667 )
2023-10-25 13:35:42 -07:00
Mohsen
8ed7059aa9
[ #17230 ] fix: fetch group member info ( #17726 )
2023-10-25 21:26:34 +03:00
Omar Basem
125c117bac
wallet: token value drawer ( #17730 )
...
* wallet: token value drawer
2023-10-25 15:45:45 +04:00
Parvesh Monu
078976806a
Don't display "Add Unknown as contact to send a Message" if chat is not loaded ( #17704 )
2023-10-25 16:38:01 +05:30
Omar Basem
07dd42a7d3
Wallet: Network Preferences drawer ( #17710 )
...
* Wallet: Network Preferences drawer
2023-10-25 14:55:17 +04:00
Ajay Sivan
3197adf855
Refactor tag preview screens to new api ( #17549 )
2023-10-25 03:19:37 -07:00
Ibrahem Khalil
8296bda85b
Fix recent album not showing count ( #17498 )
2023-10-24 17:23:16 +03:00
flexsurfer
ca2b3abb1c
old wallet fixes ( #17697 )
2023-10-24 15:36:10 +03:00
Ibrahem Khalil
b910f05286
Update `react-native-camera-kit` to latest beta to enable programmitcal zooming ( #17708 )
2023-10-24 11:48:36 +03:00
Mohsen
c42fc5153d
[ #17288 ] refactor: migrate previews to new api ( #17695 )
2023-10-23 20:40:22 +03:00
codemaster
221c501279
fix: remove qa-only features(unicorn, skull) ( #17594 )
2023-10-23 22:33:09 +10:00
diana
071d8f0925
e2e: new link format
2023-10-23 11:26:53 +02:00
yqrashawn
04a7f76271
feat: support new universal/deep link format ( #17480 )
2023-10-22 09:50:48 +08:00
Icaro Motta
ca6fd3df66
Upgrade Clojure libraries ( #17690 )
...
Upgrades and cleans up all production Clojure dependencies and 1 dev-only
dependency (com.taoensso/tufte).
- Remove warning "WARNING: update-keys already refers to:
#'clojure.core/update-keys in namespace: io.aviso.exception"
- Remove hickory and mvxcvi/alphabase dependencies they are not used.
- Upgrade com.taoensso/tufte from 2.1.0 to 2.6.3
- Upgrade transit-cljs from 0.8.248 to 0.8.280
- Upgrade cljs-bean from 1.3.0 to 1.9.0
- Remove workaround for com.taoensso/timbre in shadow-cljs.edn
- Upgrade com.taoensso/timbre from 4.10 (Status fork) to 6.3.1
2023-10-20 20:47:23 -03:00
Lungu Cristian
337b1d77d0
fix: crash when selecting photos from cameraroll ( #17691 )
2023-10-20 22:19:44 +03:00
Yevheniia Berdnyk
17e9ce7513
e2e: added test for Add contact validation
2023-10-20 16:17:11 +03:00
Yevheniia Berdnyk
6436e82990
e2e: join community when node owner is offline
2023-10-20 16:05:21 +03:00
R Adithya Kumar
7642adf32c
[ #17395 ] Temporarily disables image options in edit mode ( #17488 )
...
Co-authored-by: Lungu Cristian <lungucristian95@gmail.com>
2023-10-20 14:02:31 +03:00
Jakub Sokołowski
2df7a7cf6d
nix: do not exclude module files from Gradle deps
...
This is necessary for the React Native `0.72.5` build to work.
https://github.com/status-im/status-mobile/pull/17241
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-19 14:06:39 +02:00
flexsurfer
4a8a23a4c4
rename to wallet-legacy ( #17673 )
2023-10-19 13:50:55 +02:00
Ajay Sivan
e71c167e8a
Fix: Messages/Author component text overflow ( #17414 )
2023-10-19 00:48:42 -07:00
Jakub Sokołowski
9d6ed9305b
fix shebang for NixOS usage in scheck-nix-shell.sh
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-18 22:17:25 +02:00
Flavio Fraschetti
3f1d52da8c
Update README ( #17674 )
...
Add Status App Functionality Demo to docs
2023-10-18 14:33:05 +01:00
Mohamed Javid
d5da921e1c
Implement Edit Wallet Account Screen (base) ( #17637 )
...
This commit
- Adds the base Screen base for the Create/Edit Account/Address
- Adds the Wallet Edit Account screen
- Adds the gradient in the account options bottom sheet
- Adds a new key/prop "right-icon" in the data-item component to prevent overlapping with the icon used in the description and updates its usage.
- Updates the "section-label" component to receive "container-style" (this will prevent adding a wrapping view in the screens)
---------
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2023-10-18 17:38:58 +05:30
Omar Basem
f19ec2a93f
Wallet: Buy Tokens drawer ( #17654 )
...
* Wallet: buy tokens drawer
2023-10-18 15:24:25 +04:00
Yevheniia Berdnyk
7da899e29f
e2e: updated GH report and fixed 2 tests
2023-10-18 13:47:50 +03:00
frank
b4b8eb08a6
local pair: optimised finding server cert ( #17619 )
...
4cc53630...3326362b
2023-10-18 15:41:48 +08:00
Ulises Manuel
b6e2e8cba4
[ #16858 ] Input text multiline height ( #17536 )
...
* Fix preview screen receiving wrong parameter
* Fix input multiline style on iOS and counter label always showed
* Fix icon metadata and wrong values passed to svg icons
* Use quo/input in add contact sheet
2023-10-17 16:45:03 -06:00
Jakub Sokołowski
495aee584e
fix broken reference to yarn start in rn-start.sh
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-17 23:47:19 +02:00