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

Replace snort by njump links #1603

Merged

Conversation

femelo
Copy link
Contributor

@femelo femelo commented Nov 7, 2024

What does this PR do?

Fixes #1288

This PR implements the following modifications:

Checklist before merging

  • Install pre-commit and initialize it: pip install pre-commit, then pre-commit install. Pre-commit installs git hooks that automatically check the codebase. If pre-commit fails when you commit your changes, please fix the problems it points out.

@@ -1,5 +1,6 @@
import React, { useContext, useEffect, useState } from 'react';
import { useTranslation } from 'react-i18next';
import { isMobile } from 'react-device-detect';
Copy link
Member

Choose a reason for hiding this comment

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

The /frontend folder is platform agnostic and we have a more specific way to define were it's being run (web/mobile/desktop/self-hosting).

For this purpose, better if you do client === 'mobile' (example)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@KoalaSat, can you please check again?

@femelo femelo force-pushed the 1288-replace-snort-by-njump-links branch from 5c3c267 to 5086547 Compare November 9, 2024 12:56
@femelo femelo requested a review from KoalaSat November 9, 2024 13:13
@Reckless-Satoshi
Copy link
Collaborator

Looks good! Merging as is! Please submit a 20K Sats invoice for a small DevFund tip.

@Reckless-Satoshi Reckless-Satoshi merged commit 3c3c09d into RoboSats:main Nov 10, 2024
@femelo
Copy link
Contributor Author

femelo commented Nov 10, 2024

@Reckless-Satoshi, if I may, before accepting the tip I will fix my channel: it is on a Megalith node operating at high fees.

@Reckless-Satoshi
Copy link
Collaborator

Of course, just post it here when ready and make sure to make one with a long expiration time (+1 week) so we catch it in time :)

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.

android app nostr link not using njump
3 participants