chore: bump to eslint-config v2.8.0
(#2651)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
parent
62f70250d5
commit
9da77637b2
48 changed files with 896 additions and 511 deletions
|
@ -35,7 +35,6 @@ You can think of the service as something similar to Twitter, but with some key
|
|||
|
||||
For more details about Mastodon, see their [website](https://joinmastodon.org/), [blog](https://blog.joinmastodon.org), [docs](https://docs.joinmastodon.org), and [GitHub Repository](https://github.com/mastodon/mastodon).
|
||||
|
||||
|
||||
## What is a Mastodon Client?
|
||||
|
||||
A Mastodon Client is software that serves up the posts and activities from a Mastodon server using the [Mastodon API](https://docs.joinmastodon.org/api/).
|
||||
|
@ -80,7 +79,6 @@ Desktop
|
|||
[TheDesk](https://thedesk.top/en/), [Whalebird](https://whalebird.social/en), or [Sengi](https://nicolasconstant.github.io/sengi/)
|
||||
::
|
||||
|
||||
|
||||
All of these apps provide some combination of the features a typical Mastodon user expects for their account.
|
||||
|
||||
### Browser-based Mastodon Clients
|
||||
|
|
|
@ -67,7 +67,6 @@ Options include:
|
|||
Elk reorders timeline posts that are connected to each other to display them in a connected thread in the timelines.
|
||||
This helps keep the conversation context for a post and its replies.
|
||||
|
||||
|
||||
## Improved notifications
|
||||
|
||||
Elk groups boosts and likes to the same post when they occur together in the notification history.
|
||||
|
@ -76,7 +75,6 @@ This greatly simplifies your notification history.
|
|||
|
||||
<!-- ## GitHub HTML cards -->
|
||||
|
||||
|
||||
<!-- - markdown support
|
||||
- GitHub HTML cards
|
||||
- and so on... -->
|
||||
|
|
|
@ -4,7 +4,7 @@ We're really excited that you're interested in contributing to Elk! Before submi
|
|||
|
||||
## Online
|
||||
|
||||
You can use [StackBlitz Codeflow](https://stackblitz.com/codeflow) to fix bugs or implement features. You'll also see a Codeflow button on PRs to review them without a local setup. Once the elk repo has been cloned in Codeflow, the dev server will start automatically and print the URL to open the App. You should receive a prompt in the bottom-right suggesting to open it in the Editor or in another Tab. To learn more, check out the [Codeflow docs](https://developer.stackblitz.com/codeflow/what-is-codeflow).
|
||||
You can use [StackBlitz Codeflow](https://stackblitz.com/codeflow) to fix bugs or implement features. You'll also see a Codeflow button on PRs to review them without a local setup. Once the elk repo has been cloned in Codeflow, the dev server will start automatically and print the URL to open the App. You should receive a prompt in the bottom-right suggesting to open it in the Editor or in another Tab. To learn more, check out the [Codeflow docs](https://developer.stackblitz.com/codeflow/what-is-codeflow).
|
||||
|
||||
[](https://pr.new/elk-zone/elk)
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ If you deleted any account from your backend with push notification subscription
|
|||
- Scroll down in the page and locate "Permissions > Notifications"
|
||||
- Click on "Configuration" button
|
||||
- Locate "Elk" website in the list and select it, then click on "Remove website" button
|
||||
- Safari (WIP)
|
||||
- Safari (WIP)
|
||||
|
||||
### Permission denied: enable notifications in your browser
|
||||
|
||||
|
@ -186,7 +186,7 @@ To debug the PWA service worker in your mobile browser, you will need to:
|
|||
- Cache: `[x]` Cache storage and `[x]` Application cache
|
||||
- Click on Clear site data button
|
||||
- Go to `Application > Service Workers` and check the current service worker is missing or has the status deleted or reduntant.
|
||||
6) Disable port forwarding: open the "Port forwarding..." modal again on the `chrome://inspect/#devices` page and either uncheck the "Enable port forwarding" option or remove the entry from the list and click "Done".
|
||||
6) Disable port forwarding: open the "Port forwarding..." modal again on the `chrome://inspect/#devices` page and either uncheck the "Enable port forwarding" option or remove the entry from the list and click "Done".
|
||||
|
||||
## PWA web manifest and related applications
|
||||
|
||||
|
|
|
@ -35,4 +35,3 @@ When we update this privacy notice, the updated version will be indicated by a n
|
|||
## Contact
|
||||
|
||||
If you have questions or comments about this notice, you may raise an issue at https://github.com/elk-zone/elk.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue