-
-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upcoming updates May 2021 (Done) #156
Labels
Ready to test - Async
Issue is implemented and ready for testing. PR is merged.
Comments
Very interested in this! |
tima101
added a commit
that referenced
this issue
May 17, 2021
tima101
added a commit
that referenced
this issue
May 18, 2021
tima101
added a commit
that referenced
this issue
May 19, 2021
tima101
added
the
Downhill - Async
Issue is being actively implemented, interruptions are discouraged. PR is under review.
label
May 19, 2021
tima101
added a commit
that referenced
this issue
May 20, 2021
tima101
added a commit
that referenced
this issue
May 21, 2021
tima101
added a commit
that referenced
this issue
May 24, 2021
tima101
added a commit
that referenced
this issue
May 24, 2021
tima101
added a commit
that referenced
this issue
May 25, 2021
tima101
added
Ready to test - Async
Issue is implemented and ready for testing. PR is merged.
and removed
Downhill - Async
Issue is being actively implemented, interruptions are discouraged. PR is under review.
labels
May 30, 2021
@tima101 I tested all features of the demo app. Everything works as expected. 👍 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
book/* changes: d859a19
saas/app
andsaas/api
: usenodemon
andts-node
instead ofts-node-dev
(update Chapter 3)saas/app
: useLink
insideMenuWithLinks
(update Chapter 2 and downstream)saas/app
: types forState
https://stackoverflow.com/questions/51465921/react-typescript-constructor-state-vs-property (seeConfirmer
and other components) 8681666book/* changes: 354b944
saas/app
: self-hosted fonts: using font frompublic
folder for SSR page, using font from Cloudfront for CSR page (update Chapter 10)saas/app
icons from@material-ui/icons
(update Chapter 10)saas/app
: hosting font, css files and etc add S3 + Cloudfront (update Chapter 10)saas/app
:<TableCell>Action</TableCell>
(update Chapter 7 and downstream)saas/app
: remove icon from<a>
anchor element (update Chapter 8 and downstream)saas/app
: movelink
tonprogress
styles fromMyDocument
toMyApp
(update Chapter 2 and downstream)saas/app
: styles inMyDocument
HOC extension;isThemeDark
logic inMyApp
HOC extension (update Chapter 2 and downstream)saas/app
: button styles forConfirmer
(update Chapter 2 and downstream)saas/app
: style forLoginButton
(update Chapter 2 and Chapter 5, downstream)book/* changes: c961374
(update Chapter 10)
saas/app
: upgrademobx
andmobx-react
627aa06saas/app
: mobx v6,makeObservable(this, {...})
instead ofdecorate
627aa06saas/app
: retiregetTeamListApiMethod
and related code; defineinitialState.team
, defineteam
insideMyApp
HOC extensionsaas/app
: small edits toLayout
HOCsaas/app
:/team/
->/teams
;teamRequired
istrue
forYourSettings
page;book/* changes: 3be5f67
(update multiple chapters)
saas/app
: updatedtheme
saas/app
: style edits toTeamSettings
pagesaas/app
: removed styles frombody
, styles insidePostEditor
book/* changes: 880cc17
(multiple chapters if not specified)
saas/api
: add missing types, for examplecreateSession
insideapi/server/stripe.ts
(Chapter 10; stripe, s3, mailchimp)saas/api
:private
/public
usage fortoggleTheme
(runyarn build
to see typescript errors) ( Chapter 4) 172de89saas/api
: check types for data models, type[string]
->string[]
,[String]
->[{ type: String }]
saas/api
: mongoose.lean()
to.setOptions({ lean: true })
saas/api
: add AWS_REGION env variable 172de89 (Chapter 4 and downstream)saas/api
andsaas/app
:server.listen(port, () =>
instead ofserver.listen(port, (err) =>
due to type oflisten
methodThe text was updated successfully, but these errors were encountered: