-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #503 from live-codes/develop
release v22
- Loading branch information
Showing
27 changed files
with
187 additions
and
70 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
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,9 @@ | ||
# Mobile Support | ||
|
||
LiveCodes provides a responsive layout that adapts to different screen sizes. Don't wait to be on your desk. Try your ideas on the go! | ||
|
||
Projects that you created on mobile can be easily [shared](./share.md) or [synched](./sync.md) across devices. You can even share using QR code. | ||
|
||
![Responsive layout](../../static/img/screenshots/slider/responsive.jpg) | ||
|
||
By default, LiveCodes uses the touch-friendly [CodeMirror 6](https://codemirror.net/) editor on mobile. This is configurable in the [editor settings](./editor-settings.md) and can be changed at any time. |
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 +1,22 @@ | ||
# Themes | ||
|
||
LiveCodes comes with dark and light themes. | ||
|
||
Themes can be set in: | ||
|
||
- UI: app menu → Dark theme switch. | ||
|
||
- [Query params](../configuration/query-params.md): `?theme=dark` or `?theme=light`. | ||
e.g. https://livecodes.io/?theme=light | ||
|
||
- [Configuration object](../configuration/configuration-object.md): [`theme`](../configuration/configuration-object.md#theme) property. | ||
|
||
![LiveCodes dark theme](../../static/img/screenshots/dark-theme.jpg) | ||
|
||
<div className="caption">LiveCodes dark theme</div> | ||
|
||
![LiveCodes light theme](../../static/img/screenshots/light-theme-.jpg) | ||
|
||
<div className="caption">LiveCodes light theme</div> | ||
|
||
Please note that editor themes can be set in the [editor settings](./editor-settings.md) or using the [`editorTheme`](../configuration/configuration-object.md#editortheme) configuration option. |
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 @@ | ||
# GitHub Action ⚡ | ||
|
||
The [Preview in LiveCodes](https://github.com/live-codes/preview-in-livecodes) GitHub Action generates preview links to playgrounds for code changes in pull requests and posts them as pull request comments. | ||
|
||
Once added to a repo, it runs when a pull request is created or updated. The new code is optionally built. The action posts in a pull request comment links to playgrounds that can use the new code. | ||
|
||
**Screenshot:** | ||
|
||
![Screenshot of the action](../static/img/screenshots/preview-in-livecodes-gh-action.png) | ||
|
||
For usage and more information, see the [action docs](https://github.com/live-codes/preview-in-livecodes) on GitHub. Also check the [example repo](https://github.com/hatemhosny/preview-in-livecodes-demo) for a working demo. |
Oops, something went wrong.