-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9fdeeb
commit da59e1f
Showing
21 changed files
with
164 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,21 +6,21 @@ If you have any questions, please contact me at [[email protected]](mailto:con | |
|
||
There is a matrix server for this project [here](https://linwood.dev/matrix) and a discord server [here](https://discord.linwood.dev). | ||
|
||
Please follow the [Code of Conduct](https://docs.butterfly.linwood.dev/code-of-conduct). | ||
Please follow the [Code of Conduct](https://flow.linwood.dev/code-of-conduct). | ||
|
||
## Give feedback | ||
|
||
The best way to give feedback is to open an issue on GitHub. | ||
Please report any bug you find [here](https://github.com/LinwoodDev/Butterfly/issues/new?assignees=CodeDoctorDE&labels=bug%2Ctriage&template=bug_report.yml&title=%5BBug%5D%3A+). | ||
Please report any bug you find [here](https://github.com/LinwoodDev/Flow/issues/new?assignees=CodeDoctorDE&labels=bug%2Ctriage&template=bug_report.yml&title=%5BBug%5D%3A+). | ||
|
||
If you have a feature that you would like to see added, please open an issue [here](https://github.com/LinwoodDev/Butterfly/issues/new?assignees=CodeDoctorDE&labels=enhancement%2Ctriage&template=feature_request.yml&title=%5BFeature+request%5D%3A+). | ||
If you have a feature that you would like to see added, please open an issue [here](https://github.com/LinwoodDev/Flow/issues/new?assignees=CodeDoctorDE&labels=enhancement%2Ctriage&template=feature_request.yml&title=%5BFeature+request%5D%3A+). | ||
|
||
## Test nightly builds | ||
|
||
Nightly builds are not production ready and need to be tested. | ||
Please report any bugs in the github issues section. | ||
|
||
Read more about it [here](https://docs.butterfly.linwood.dev/nightly). | ||
Read more about it [here](https://flow.linwood.dev/nightly). | ||
|
||
## Write documentation | ||
|
||
|
@@ -44,7 +44,7 @@ Fork the project and create a pull request to add your documentation to the `dev | |
## Translate | ||
|
||
Crowdin is a service that allows you to translate the documentation and the app. | ||
Click [here](https://translate.linwood.dev/butterfly) to see the project and start translating. | ||
Click [here](https://translate.linwood.dev/flow) to see the project and start translating. | ||
If you have a new language to add, please contact me. | ||
|
||
## Code | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
commit_message: '[ci skip]' | ||
commit_message: "[ci skip]" | ||
files: | ||
- source: /app/lib/l10n/app_en.arb | ||
translation: /app/lib/l10n/app_%osx_locale%.arb | ||
- source: /docs/i18n/en/**/* | ||
translation: /docs/i18n/%two_letters_code%/**/%original_file_name% | ||
- source: /docs/docs/**/* | ||
translation: /docs/i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/**/%original_file_name% | ||
- source: /docs/community/**/* | ||
- source: /docs/src/translations/en.json | ||
translation: /docs/src/translations/%two_letters_code%.json | ||
- source: /docs/src/content/docs/**/* | ||
ignore_settings: 1 | ||
ignore: | ||
- CHANGELOG.md | ||
- versions.md | ||
translation: /docs/i18n/%two_letters_code%/docusaurus-plugin-content-docs-community/current/**/%original_file_name% | ||
- source: /docs/versioned_docs/**/* | ||
translation: /docs/i18n/%two_letters_code%/docusaurus-plugin-content-docs/**/%original_file_name% | ||
- "%two_letters_code%/**/*" | ||
translation: /docs/src/content/docs/%two_letters_code%/**/%original_file_name% |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: Branding | ||
--- | ||
|
||
These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev/Flow/blob/develop/BRANDING_LICENSE). | ||
|
||
## Logo | ||
|
||
![Logo](/img/logo.svg) | ||
|
||
[SVG](/img/logo.svg) [PNG](/img/logo.png) | ||
|
||
## Banner | ||
|
||
![Banner](/img/banner.svg) | ||
|
||
[SVG](/img/banner.svg) [PNG](/img/banner.png) | ||
|
||
## Documentation | ||
|
||
![Documentation](/img/docs.svg) | ||
|
||
[SVG](/img/docs.svg) [PNG](/img/docs.png) | ||
|
||
## Colors | ||
|
||
* Primary: `#c4840d` | ||
* Accent: `#7b8f96` | ||
|
||
## Fonts | ||
|
||
* Website: `Barlow` | ||
* App: `Comfortaa` | ||
|
||
## Screenshots | ||
|
||
> Used in the firefox responsive design mode | ||
* Phone: Galaxy S20 Ultra | ||
* 7-inch tablet: Nexus 7 | ||
* 10-inch tablet: Nexus 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: "" | ||
head: | ||
- tag: title | ||
content: Code of Conduct | Linwood Flow | ||
tableOfContents: false | ||
--- | ||
|
||
import CodeOfConduct from "/../CODE_OF_CONDUCT.md" | ||
|
||
<CodeOfConduct /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: "" | ||
head: | ||
- tag: title | ||
content: Contributing | Linwood Flow | ||
tableOfContents: false | ||
--- | ||
|
||
import Contributing from "/../CONTRIBUTING.md" | ||
|
||
<Contributing /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Frequently Asked Questions | ||
--- | ||
|
||
Here are some frequently asked questions. | ||
|
||
## Web | ||
|
||
### How do I install the web version? | ||
|
||
You can install the web version by clicking on the install button in the title bar. | ||
After that you can use this app offline. | ||
|
||
### Flow does not load on Brave | ||
|
||
Brave Users who have set the 'Block Fingerprinting' Shield setting to Aggressive, need to change it to 'Standard' or just plain 'Block Fingerprinting'. | ||
Click on the shield icon in the address bar to change the setting. | ||
Try updating your browser to the latest version. | ||
|
||
## Mobile | ||
|
||
### iOS support | ||
|
||
> [#244](https://github.com/LinwoodDev/Butterfly/issues/244) | ||
Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Community | ||
--- | ||
|
||
Welcome to the community section. | ||
|
||
## Acknowledgements | ||
|
||
A special thanks goes to: | ||
|
||
* [Flutter](https://github.com/flutter/flutter) for providing this useful crossplatform ui framework | ||
* [window_manager](https://github.com/leanflutter/window_manager) for all this useful desktop window features | ||
* [Starlight](https://github.com/withastro/starlight) for an easy-to-use static react documentation framework | ||
* [Phosphor Icons](https://phosphoricons.com/) for the beautiful icons | ||
|
||
All other licenses can you found in the settings. | ||
|
||
## Useful links | ||
|
||
* [GitHub](https://github.com/LinwoodDev/Flow) | ||
* [Discord](https://go.linwood.dev/discord) | ||
* [Matrix](https://go.linwood.dev/matrix) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Nightly Builds | ||
--- | ||
|
||
:::warning | ||
|
||
Do not use the nightly version of Flow for production. | ||
|
||
::: | ||
|
||
Nightly builds are designed to give you the option to test the latest version and get the newest features | ||
and give feedback. | ||
|
||
## Get the builds | ||
|
||
Go to the download pages of your platform. | ||
All nightly builds get also published as pre-release on github. | ||
|
||
## Experiments | ||
|
||
Experiments are features that are not ready for production yet. | ||
Default they are disabled. You can enable them in the settings under `Experiments`. | ||
This tab is only visible in the nightly version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: "" | ||
head: | ||
- tag: title | ||
content: Versions | Linwood Flow | ||
tableOfContents: false | ||
--- | ||
|
||
import Security from "/../SECURITY.md" | ||
|
||
<Security /> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
* Add right click menus | ||
* Fix month view start of the week | ||
* Upgrade project layout | ||
* Upgrade to flutter 3.24 | ||
|
||
Read more here: https://linwood.dev/flow/0.3.1 |