Skip to content

Commit

Permalink
feat: add new educational sections in english (GaloyMoney#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
leesalminen committed Oct 24, 2023
1 parent 777c9cf commit f4297df
Show file tree
Hide file tree
Showing 110 changed files with 82,834 additions and 368 deletions.
1,750 changes: 1,749 additions & 1 deletion __tests__/utils/earns-utils.test.ts

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions app/graphql/generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1262,8 +1262,6 @@ export type Query = {
readonly __typename: 'Query';
readonly accountDefaultWallet: PublicWallet;
readonly beta: Scalars['Boolean']['output'];
/** @deprecated Deprecated in favor of realtimePrice */
readonly btcPrice?: Maybe<Price>;
readonly btcPriceList?: Maybe<ReadonlyArray<Maybe<PricePoint>>>;
readonly businessMapMarkers?: Maybe<ReadonlyArray<Maybe<MapMarker>>>;
readonly colorScheme: Scalars['String']['output'];
Expand Down Expand Up @@ -1299,11 +1297,6 @@ export type QueryAccountDefaultWalletArgs = {
};


export type QueryBtcPriceArgs = {
currency?: Scalars['DisplayCurrency']['input'];
};


export type QueryBtcPriceListArgs = {
range: PriceGraphRange;
};
Expand Down Expand Up @@ -7619,7 +7612,6 @@ export type PublicWalletResolvers<ContextType = any, ParentType extends Resolver
export type QueryResolvers<ContextType = any, ParentType extends ResolversParentTypes['Query'] = ResolversParentTypes['Query']> = {
accountDefaultWallet?: Resolver<ResolversTypes['PublicWallet'], ParentType, ContextType, RequireFields<QueryAccountDefaultWalletArgs, 'username'>>;
beta?: Resolver<ResolversTypes['Boolean'], ParentType, ContextType>;
btcPrice?: Resolver<Maybe<ResolversTypes['Price']>, ParentType, ContextType, RequireFields<QueryBtcPriceArgs, 'currency'>>;
btcPriceList?: Resolver<Maybe<ReadonlyArray<Maybe<ResolversTypes['PricePoint']>>>, ParentType, ContextType, RequireFields<QueryBtcPriceListArgs, 'range'>>;
businessMapMarkers?: Resolver<Maybe<ReadonlyArray<Maybe<ResolversTypes['MapMarker']>>>, ParentType, ContextType>;
colorScheme?: Resolver<ResolversTypes['String'], ParentType, ContextType>;
Expand Down
1,562 changes: 1,561 additions & 1 deletion app/i18n/en/index.ts

Large diffs are not rendered by default.

10,336 changes: 10,020 additions & 316 deletions app/i18n/i18n-types.ts

Large diffs are not rendered by default.

1,562 changes: 1,561 additions & 1 deletion app/i18n/raw-i18n/source/en.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/screens/earns-map-screen/earns-map-screen.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const mocksSection0 = [
__typename: "Quiz",
},
{
id: "moneySocialAggrement",
id: "moneySocialAgreement",
amount: 4,
completed: false,
__typename: "Quiz",
Expand Down Expand Up @@ -259,7 +259,7 @@ const mocksSection1 = [
__typename: "Quiz",
},
{
id: "moneySocialAggrement",
id: "moneySocialAgreement",
amount: 4,
completed: false,
__typename: "Quiz",
Expand Down
235 changes: 235 additions & 0 deletions app/screens/earns-screen/201-01-origins-of-money.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
226 changes: 226 additions & 0 deletions app/screens/earns-screen/201-02-primitive-money.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
524 changes: 524 additions & 0 deletions app/screens/earns-screen/201-03-anticipating-demand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
682 changes: 682 additions & 0 deletions app/screens/earns-screen/201-04-nash-equilibrium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
196 changes: 196 additions & 0 deletions app/screens/earns-screen/201-05-single-store-of-value.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
233 changes: 233 additions & 0 deletions app/screens/earns-screen/202-01-what-is-good-sov.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f4297df

Please sign in to comment.