Skip to content

Commit

Permalink
feat: add new educational sections in english (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
leesalminen authored Oct 18, 2023
1 parent 777c9cf commit fc67c11
Show file tree
Hide file tree
Showing 108 changed files with 82,821 additions and 355 deletions.
1,748 changes: 1,748 additions & 0 deletions __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,560 changes: 1,560 additions & 0 deletions app/i18n/en/index.ts

Large diffs are not rendered by default.

10,334 changes: 10,019 additions & 315 deletions app/i18n/i18n-types.ts

Large diffs are not rendered by default.

1,560 changes: 1,560 additions & 0 deletions app/i18n/raw-i18n/source/en.json

Large diffs are not rendered by default.

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 fc67c11

Please sign in to comment.