Skip to content

build: Re-architected to prepare for shared library#98

Merged
stanleyjones merged 5 commits intoliftedinit:mainfrom
stanleyjones:sj/rearch
Nov 8, 2022
Merged

build: Re-architected to prepare for shared library#98
stanleyjones merged 5 commits intoliftedinit:mainfrom
stanleyjones:sj/rearch

Conversation

@stanleyjones
Copy link
Copy Markdown
Contributor

Sister PR to liftedinit/gwen#8.

Still WIP as e2e tests are failing — which is a great opportunity for me to learn how these e2e tests really work.

@stanleyjones stanleyjones self-assigned this Nov 3, 2022
Copy link
Copy Markdown
Contributor Author

@stanleyjones stanleyjones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just pointing out the non-renaming parts of this PR.

<IconButton
key={social.provider}
aria-label={social.provider}
icon={<social.Icon />}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section is the only logical change in this pull request, the rest is all renaming imports. For some reason, <social.Icon /> wasn't working anymore after changing the paths to the shared component folder. I'll take a look at this again once we've got everything pulled into a separate project.

Comment on lines -1 to -3
import create from "zustand";
import { persist } from "zustand/middleware";
import localforage from "localforage";
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alberto's style guide (see .prettierrc) disables semi-colons but somehow this file had them.

@stanleyjones stanleyjones merged commit f5b6b86 into liftedinit:main Nov 8, 2022
@stanleyjones stanleyjones deleted the sj/rearch branch November 8, 2022 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants