Skip to content
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

Updated LNC and Umbrel LND connector's content #2326

Merged

Conversation

AdarshRawat1
Copy link
Contributor

@AdarshRawat1 AdarshRawat1 commented Apr 9, 2023

Describe the changes you have made in this PR

  • Updated Umbrel connector Instructions
  • Changed the video to screenshot on Umbrel connector
  • Updated instructions on LNC connector
  • Added screenshot in LNC connector

Link this PR to an issue [optional]

Fixes #2258

Type of change

  • feat: New feature (non-breaking change which adds functionality)

Screenshots of the changes [optional]

  • Current Umbrel connector instructions
    image

  • Updated Umbrel connector Instructions

  • Changed the video to screenshot on Umbrel connector
    image

  • Current LND connector -
    image

  • Updated instructions on LNDconnector

  • Added screenshot in LND connector
    image

Checklist

  • My code follows the style guidelines of this project and performed a self-review of my own code
  • New and existing tests pass locally with my changes
  • I checked if I need to make corresponding changes to the documentation (and made those changes if needed)

-Updated the Umbrel connector content - by adding the screenshot of updated design of Umbrel instead of video.
-Added screenshot in LNC connector(instead of Alby logo)
Copy link
Contributor

@reneaaron reneaaron left a comment

Choose a reason for hiding this comment

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

Thanks for your PR @AdarshRawat1! 💪

I noticed some layout issues on smaller screen sizes:

image

The screenshot here seems to be displayed very small. I'd suggest removing the width restrictions for those kinds of images and displaying them full-width:

image

Thanks for your contribution! 🙌

src/app/screens/connectors/ConnectLnc/index.tsx Outdated Show resolved Hide resolved
src/app/components/ConnectorForm/index.tsx Outdated Show resolved Hide resolved
src/app/components/ConnectorForm/index.tsx Outdated Show resolved Hide resolved
- Removed the width constraints from Screenshots to improve responsive display.

- added lnc and umbel  screenshot to repository in   assets\images\connectors\lnc\ and assets\images\connectors\umbel\
 respectively.

- changed - <img src={`${image}`} ../>
              to - <img src={image} ... />
in
src/app/components/ConnectorForm/index.tsx
@AdarshRawat1 AdarshRawat1 requested a review from reneaaron April 11, 2023 03:31
@AdarshRawat1
Copy link
Contributor Author

@reneaaron, I have made the suggested changes. Could you please review them?

@github-actions
Copy link

github-actions bot commented Apr 12, 2023

🚀 Thanks for the pull request!

Here are the current build files for testing:

Download and unzip the file for your browser. Refer to the readme for detailed install instructions.


This build is brought to you by: channel.ninja (who recently dropped 1000 sats):


Want to sponsor the next build? send some sats to ⚡️builds@getalby.com (don't forget to provide your name)

Don't forget: keep earning sats!

Copy link
Contributor

@reneaaron reneaaron left a comment

Choose a reason for hiding this comment

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

Added 2 more commits where I moved the images to the CDN instead of shipping it with the extension.

Also added some more improvements for formatting & some bugfixes, please have a look.

tACK

Thanks for your contribution @AdarshRawat1 🙌

@reneaaron reneaaron merged commit 7de0e4d into getAlby:master Apr 12, 2023
@AdarshRawat1 AdarshRawat1 deleted the dev-LNC-and-Umbrel-LND-connectors branch April 13, 2023 15:41
@AdarshRawat1
Copy link
Contributor Author

Added 2 more commits where I moved the images to the CDN instead of shipping it with the extension.

Also added some more improvements for formatting & some bugfixes, please have a look.

tACK

Thanks for your contribution @AdarshRawat1 🙌

Thank you, @reneaaron, for your guidance and moving the images to the CDN.

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.

Update LNC and Umbrel LND connrectors content
2 participants