generated from coral-xyz/xnft-quickstart
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: Expo missmatched dependencies * feat: Define new colors in the palette * feat: Redesign bottom navigation bar * feat: Add src path alias to babel and tsconfig * feat: reorganize Home view and types.tsx location * chore: Add a new alias for assets directory * feat: Add content-border global color * feat: Add generic TextInput and Button components * feat: Redesign HomeScreen * chore: Code cleanup * feat: Improve custom UI components * feat: Improve CustomTextInput to autohandle Esc * (feat|fix): Homescreen * fix: CustomTextInput clear icon color * feat: Add helper to poopular-tokens * feat: Redesign domain search result page * chore: Increate domain search result arrow icon size * feat: Change profile page layout padding * feat: Redesign language modal * fix: lang icon color on homescreen * fix: Home icon in navbar * feat: Improve profile empty state design * feat: Show user's address on empty profile page * feat: Improve abbreviate util * feat: Improve domain row design * feat: Partially improve profile page design * feat: Redesign profile progress bar * feat: Add user profile pic to domain row * feat: Redesign subdomains on profile page * chore: small design improvements * chore: Improve loading state * feat: Move ProfileBlock to a separate component * feat: Improve empty search result for profile filter * feat: Load top sales on search page when prompt is empty * feat: Improve modal wrapper component style * feat: Improve button component style * feat: Add pages dynamic header * feat: Partially redesign Domain page * feat: Improve InputText label * feat: Intermediate DomainView update * chore: Design improvements * feat: Improve ErrorModal * feat: Add domains displaying on domain view * feat: Improve CustomTextInput disabled state * feat: Improve DomainView for non-owner * feat: Update dependencies * chore: Update content-error palette color * feat: Improve success modals * feat: Add empty cart design * feat: Split cart into separate components * feat: Redesign first step of the Cart page * feat: Cart redesign * chore: Cleanup imports * fix: Navigation icons on desktop * chore: fix tw watning * chore: Code fixes and improvements * feat: Add copy to clipboard on domain view * chore: Cleanup dead code * feat: Add domain metadata editing functionality * feat: Implement single sign the domain data form * feat: Implement sticky bars and buttons for domain view * feat: Show active tab on domain page * fix `checkEnoughFunds` * fix: properly fix `checkEnoughFunds` in SOL case * fix: use `Trans` instead of `t` for `domainProsTranslations` * fix: Progress explainer modal * feat: Upgrade `twrnc` package * fix: Success state after domain purchase * feat: Improve cart steps UI * feat: Upgrade `@bonfida/sns-react` package * feat: Improve error/success messages displaying * feat: Improve errors handling * fix: "Not subdomains" message for non-own profiles * feat: Improve DomainView's skeleton * fix: search by pubkey * add formatting script * chore: Prettify codebase with default prettier options * feat: Update README app screenshots * feat: Automatically close domain size selector on value select * fix xnft.json screenshots * run prettier * feat: Add more informative messages to actions * feat: Add notice that NFT domain cannot add subdomains * feat: Improve long domain names displaying * chore: prettier run * feat: Add onboarding modal * feat: Add prettier config * fix: TS warnings * feat: Add warning message about storage size cose * feat: Improve tabs highlighting * chore: Remove useless nullish check * spanish translation * French translation * Adds Korean Translation + Fix Translation Rendering Issue (#25) * fix: extract new translations * feat: added more translations * fix: function call text in a mapped record * fix French translation * fix Spanish translation * fix Turkish translation * compile translations * fix: complete TR translation * feat: Add missing translation function * chinese translation + fix missing key --------- Co-authored-by: Dmytro Svyrydenko <[email protected]> Co-authored-by: DR497 <[email protected]> Co-authored-by: MJ Lee <[email protected]>
- Loading branch information
1 parent
c4084c1
commit 38d9ddc
Showing
93 changed files
with
6,506 additions
and
3,726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
# Run prettier on all staged files that match patter, automatically fix them | ||
# and add to staged files, so they will be automatically commited | ||
npx pretty-quick --staged --pattern "src/**/*.{ts,tsx}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#!/bin/bash | ||
|
||
# Get current branch | ||
currentBranch=$(git rev-parse --abbrev-ref HEAD) | ||
|
||
# Find files that differ from master | ||
files=$(git diff --name-only master..$currentBranch | grep -E '\.(js|jsx|ts|tsx)$') | ||
|
||
# Check if there are any differing files | ||
if [ -z "$files" ] | ||
then | ||
exit 0 | ||
fi | ||
|
||
# Run prettier on these files | ||
for file in $files | ||
do | ||
if [ -f $file ] | ||
then | ||
prettier --write $file | ||
else | ||
echo "$file does not exist anymore." | ||
fi | ||
done | ||
|
||
echo "Prettier has finished running." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import { Text } from "react-native"; | ||
import { Trans } from "@lingui/macro"; | ||
import { MaterialCommunityIcons } from "@expo/vector-icons"; | ||
import tw from "@src/utils/tailwind"; | ||
|
||
export const ActionWarning = ({ actionName }: { actionName: string }) => { | ||
return ( | ||
<Text style={tw`mt-4 text-xs`}> | ||
<MaterialCommunityIcons | ||
name="information-outline" | ||
size={16} | ||
style={tw`mr-1`} | ||
color={tw.color("content-warning")} | ||
/> | ||
<Trans> | ||
By clicking "{actionName}" you will be asked for a confirmation by your | ||
wallet | ||
</Trans> | ||
</Text> | ||
); | ||
}; |
Oops, something went wrong.