8000 Import from Linktree by Mi-Lan · Pull Request #166 · nimi-app/app · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Import from Linktree #166

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

Merged
merged 51 commits into from
Dec 6, 2022
Merged

Import from Linktree #166

merged 51 commits into from
Dec 6, 2022

Conversation

Mi-Lan
Copy link
Collaborator
@Mi-Lan Mi-Lan commented Oct 4, 2022

Import from Linkree feature:
To test go to createPage and click on linktree icon then paste your linkree url
Screenshot 2022-11-28 at 23 35 27

@vercel
Copy link
vercel bot commented Oct 4, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
nimi-io-app-development ✅ Ready (Inspect) Visit Preview Dec 6, 2022 at 0:05AM (UTC)
nimi-io-app-production ✅ Ready (Inspect) Visit Preview Dec 6, 2022 at 0:05AM (UTC)

@Mi-Lan Mi-Lan mentioned this pull request Nov 28, 2022
12 tasks
Comment on lines 11 to +14
if (!process.env.REACT_APP_NIMI_API_BASE_URL) {
throw new Error('REACT_APP_NIMI_API_BASE_URL is not set.');
} else if (!process.env.NODE_ENV || process.env.NODE_ENV === 'development') {
return process.env.REACT_APP_NIMI_API_DEV_BASE_URL;
Copy link
Member

Choose a reason for hiding this comment

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

It's good to require the presence of EITHER development or production.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

what do you mean by this its? Thats what it should do it just a check when to use development vs production url...

@vercel
Copy link
vercel bot commented Dec 2, 2022

Someone is attempting to deploy this commit to the nimi-app Team on Vercel.

To accomplish this, the commit author's email address needs to be associated with a GitHub account.

Learn more about how to change the commit author information.

Copy link
Member
@adamazad adamazad left a comment

Choose a reason for hiding this comment

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

The placeholder says "username"
image

When I try to type, it prepends https://

image

Copy link
Member
@adamazad adamazad left a comment

Choose a reason for hiding this comment

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

Nice work! let's merge this

})
.then(({ data }) => {
const mappedLinks = data.data.map(({ content, title }) => {
const guessLinkType = guessLinkTypeBasedOnUrl(content);
Copy link
Member

Choose a reason for hiding this comment

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

Smart!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0