Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
e6c00d7
feat: New nft details page
sahar-fehri Jul 10, 2024
5b57547
fix: fix conflicts
sahar-fehri Jul 10, 2024
5b14624
fix: fix lint
sahar-fehri Jul 10, 2024
ce6585a
fix: unit test
sahar-fehri Jul 10, 2024
995e6b9
fix: fix merge conflicts
sahar-fehri Jul 10, 2024
1a2b538
fix: css in progress
sahar-fehri Jul 10, 2024
0eb02a2
fix: code fencing
sahar-fehri Jul 10, 2024
29be0a5
fix: css in progress ..
sahar-fehri Jul 10, 2024
87a3437
fix: css in progress
sahar-fehri Jul 11, 2024
4a0a32b
fix: add e2e test
sahar-fehri Jul 11, 2024
04f37e5
fix: add full image component
sahar-fehri Jul 12, 2024
17b326b
fix: fix locales
sahar-fehri Jul 12, 2024
ce8f4b6
fix: fix locales
sahar-fehri Jul 12, 2024
de99844
fix: fix
sahar-fehri Jul 12, 2024
f289284
fix: fix
sahar-fehri Jul 13, 2024
b9b3571
fix: use Icon component instead of deprecated components
sahar-fehri Jul 15, 2024
a683a2a
fix: merge conflicts
sahar-fehri Jul 15, 2024
bd8eadf
fix: fix value display
sahar-fehri Jul 16, 2024
03bc553
fix: fix date format
sahar-fehri Jul 16, 2024
a094e92
fix: fix patch merge conflicts
sahar-fehri Jul 16, 2024
e0b96a9
fix: fix date
sahar-fehri Jul 16, 2024
d12b26d
Merge branch 'main' into feat/NFT-details-new-design
sahar-fehri Jul 17, 2024
6e55d4b
fix: update patch types and fix image display
sahar-fehri Jul 18, 2024
7f3a037
fix: cleanup types and fix display when there is only contract address
sahar-fehri Jul 18, 2024
650b520
fix: fix snapshot
sahar-fehri Jul 18, 2024
6f5fbbd
fix: fix link
sahar-fehri Jul 18, 2024
5eab44c
fix: fix test
sahar-fehri Jul 18, 2024
727fe6a
fix: fix locales
sahar-fehri Jul 22, 2024
87571e1
fix: merge conflicts
sahar-fehri Jul 22, 2024
a452738
fix: lint
sahar-fehri Jul 22, 2024
a39a9a1
fix: fix
sahar-fehri Jul 22, 2024
8d8a662
fix: fix
sahar-fehri Jul 22, 2024
f4e73f9
fix: fix e2e
sahar-fehri Jul 22, 2024
b6f1f1c
fix: fix android test in progress ..
sahar-fehri Jul 22, 2024
425aff2
fix: update icons
sahar-fehri Jul 23, 2024
0bf29a0
update locator strategy to getElementByID to include an index. Also a…
cortisiko Jul 23, 2024
23d9fc6
fix: fix
sahar-fehri Jul 24, 2024
e1e5499
Merge branch 'main' into feat/NFT-details-new-design
sahar-fehri Jul 24, 2024
797dc0a
fix: add track events
sahar-fehri Jul 24, 2024
6a03eb4
fix: fix snapshot
sahar-fehri Jul 24, 2024
c8d41a7
fix: update e2e
sahar-fehri Jul 24, 2024
2785201
Merge branch 'main' into feat/NFT-details-new-design
sahar-fehri Jul 24, 2024
fcbf86d
fix: review feedback to refactor badge wrapper
sahar-fehri Jul 24, 2024
0551750
fix: remove unused style and rename
sahar-fehri Jul 24, 2024
a0f6ff5
fix: update snapshot
sahar-fehri Jul 24, 2024
58a7648
fix: fix e2e matcher
sahar-fehri Jul 25, 2024
4a6c25e
fix: update navbar color icons to default
sahar-fehri Jul 25, 2024
f5a7a88
fix: fix merge conflicts
sahar-fehri Jul 25, 2024
e0633fd
fix: add sheet design for long tokenId
sahar-fehri Jul 27, 2024
2c410cc
fix: fix conflicts
sahar-fehri Jul 27, 2024
75d1b32
fix: debounce navigation to nft details page
sahar-fehri Jul 30, 2024
b4beed8
fix: remove comment
sahar-fehri Jul 30, 2024
e4115c1
Merge branch 'main' into feat/NFT-details-new-design
sahar-fehri Jul 30, 2024
a56d65f
fix: fix import
sahar-fehri Jul 30, 2024
63719f9
Merge branch 'main' into feat/NFT-details-new-design
sahar-fehri Jul 30, 2024
7acd85c
fix: remove utils fcts and cleanup
sahar-fehri Jul 31, 2024
5075db2
Merge branch 'main' into feat/NFT-details-new-design
sahar-fehri Jul 31, 2024
47387d5
Merge branch 'main' into feat/NFT-details-new-design
sahar-fehri Aug 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: update navbar color icons to default
  • Loading branch information
sahar-fehri committed Jul 25, 2024
commit 4a6c25e2e61cbef7d50c211d07e8c857c2caa0d2
2 changes: 1 addition & 1 deletion app/components/UI/Navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ export function getWebviewNavbar(navigation, route, themeColors) {
elevation: 0,
},
headerIcon: {
color: themeColors.primary.default,
color: themeColors.default,
},
});

Expand Down