Lea Anthony
|
4f7c94e380
|
Fix docs for good
|
2022-07-19 21:33:05 +10:00 |
|
Lea Anthony
|
6effdf3fa8
|
fix docs again
(cherry picked from commit 0a9ae0dff3 )
|
2022-07-19 21:07:48 +10:00 |
|
Lea Anthony
|
f7976a5c85
|
v2.0.0-beta.39
|
2022-07-19 20:58:11 +10:00 |
|
Lea Anthony
|
1c1eb89a53
|
Update sponsors. Improve website for mobile.
|
2022-07-19 18:53:10 +10:00 |
|
Lea Anthony
|
ab2a6f1d2d
|
use secondary button
|
2022-07-19 07:56:25 +10:00 |
|
Lea Anthony
|
14a4a05fc5
|
Docs/better homepage (#1591)
* Better carousel width
* Learn more button
* Learn more button
* Fix button/width
* Update introduction
* Fix outline colour
* remove custom css
* remove default css
|
2022-07-19 07:38:23 +10:00 |
|
Antonio
|
463f5b3cb7
|
Add troubleshooting for Not Found error (#1586)
Issues with Vite's optimizer
|
2022-07-18 18:20:14 +10:00 |
|
Lea Anthony
|
f46e825d24
|
Add pre-build hooks. Print command output when verbosity flag set. (#1578)
* Add pre-build hooks. Print command output when verbosity flag set.
* Refactor build hooks
|
2022-07-17 22:08:55 +10:00 |
|
Lea Anthony
|
8e43206ae5
|
Add restic-browser to showcase
|
2022-07-17 20:04:28 +10:00 |
|
Lea Anthony
|
6579cc3ce7
|
Fix all contributors section
|
2022-07-16 12:25:58 +10:00 |
|
Lea Anthony
|
29a059a20f
|
Update all contributors section (#1575)
|
2022-07-16 12:07:36 +10:00 |
|
Lea Anthony
|
dedd2864f0
|
Update sponsors
|
2022-07-14 22:49:36 +10:00 |
|
Lea Anthony
|
931913a1d3
|
Update mouse-buttons.mdx
|
2022-07-14 22:27:48 +10:00 |
|
Lea Anthony
|
f068c33dcf
|
Add support for production log levels (#1555)
|
2022-07-14 21:45:13 +10:00 |
|
Lea Anthony
|
77db50a76a
|
Add mouse buttons guide
|
2022-07-14 21:35:21 +10:00 |
|
Lea Anthony
|
3ecd72d6c9
|
Add navigation from index.html troubleshooting guide
|
2022-07-14 21:13:02 +10:00 |
|
Ian M. Jones
|
82cc5498f1
|
Add nixpkgs support to doctor command. (#1551)
* Dependancy => Dependency typo fix.
* Add Nixpkgs support to doctor command.
* Add mention of nixpkgs to linux distro support doc.
|
2022-07-13 07:29:41 +10:00 |
|
Lea Anthony
|
51a7630cd7
|
Fix dynamic asset image
|
2022-07-12 21:45:37 +10:00 |
|
Lea Anthony
|
1dec40db33
|
Feature/auto devserver port (#1547)
* Support "auto" devserverurl
|
2022-07-12 21:41:41 +10:00 |
|
Lea Anthony
|
d1ae16ad3c
|
Add guide on dynamic assets
|
2022-07-12 21:38:18 +10:00 |
|
Lea Anthony
|
c82683babf
|
Update tutorial
|
2022-07-11 20:50:19 +10:00 |
|
Lea Anthony
|
55ec688331
|
Add helloworld tutorial
|
2022-07-10 15:07:42 +10:00 |
|
Lea Anthony
|
c48ad9be67
|
doc: white screen fix for Mac. Closes #1508
|
2022-07-05 08:44:26 +10:00 |
|
Lea Anthony
|
4726b72708
|
feature: Add -windowsconsole flag
|
2022-07-04 22:52:50 +10:00 |
|
Lea Anthony
|
4c312b155d
|
[docs] Update -debug flag
|
2022-07-04 22:33:03 +10:00 |
|
Lea Anthony
|
91d6c23c71
|
Updated contribution guide
|
2022-07-03 15:37:21 +10:00 |
|
Lea Anthony
|
59f84b8905
|
Development -> Contributing
|
2022-07-03 14:52:37 +10:00 |
|
Lea Anthony
|
a1a06a6198
|
Initial development guides
|
2022-07-03 12:06:35 +10:00 |
|
Lea Anthony
|
5292721517
|
Update Sponsors
|
2022-07-03 10:19:15 +10:00 |
|
Lea Anthony
|
3e42d2da05
|
Rename WindowSetRGBA -> WindowSetBackgroundColour (#1506)
* Rename WindowSetRGBA -> WindowSetBackgroundColour
* Fix Typos
|
2022-06-29 22:31:49 +10:00 |
|
Lea Anthony
|
7cc3652a39
|
Updated docs. Closes #1501
|
2022-06-29 08:08:12 +10:00 |
|
Lea Anthony
|
95082336cd
|
changelog + doc fix
|
2022-06-27 21:09:07 +10:00 |
|
Lea Anthony
|
66f79c2e51
|
v2.0.0-beta.38 + release script
|
2022-06-27 20:41:09 +10:00 |
|
Sidharth Rathi
|
c22f59adb9
|
Update templates.mdx (#1492)
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
|
2022-06-25 09:21:02 +10:00 |
|
Nan0
|
2065600096
|
Feature: set browser path (#1448)
* Added option to specify webview2 path
* Added `manual` webview strategy
* Update documentation
* Fixed build with manual tag
* Check for browser directory existence
* Added version check for manually specified webview, removed fallback for installed webview in manual strategy
* Update WebviewBrowserPath documentation
* Replaced deprecated StringToUTF16Ptr
* Return on error
* Removed manual strategy, return error in wv2installer for fixed runtime
* Removed manual strategy from CLI
|
2022-06-25 07:49:00 +10:00 |
|
chenxiao
|
072929689c
|
feature: add runtime func WindowSetAlwaysOnTop (#1442)
* feature: add runtime func WindowSetAlwaysOnTop
* add runtime WindowSetUnalwaysOnTop
* add JavaScript runtime method , docs update
* WindowSetAlwaysOnTop(b bool)
* Add AlwaysOnTop for MacOS
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
|
2022-06-22 20:55:02 +10:00 |
|
Lea Anthony
|
381909696b
|
[Windows] Add Suspend/Resume callback support (#1474)
* Add Suspend/Resume callback support
* Fix comment
|
2022-06-22 06:37:18 +10:00 |
|
Lea Anthony
|
c477100374
|
Add BackgroundColour and deprecate RGBA (#1475)
|
2022-06-21 19:47:05 +10:00 |
|
Lea Anthony
|
cb169611b1
|
Set Window Background colour if provided + debounce redraw option (#1466)
* Set Window Background colour if provided. Added debounce option for Webview2 redraw on resize
* [windows] Workaround resize flickering in frameless mode
Co-authored-by: stffabi <stffabi@users.noreply.github.com>
|
2022-06-20 17:47:13 +10:00 |
|
Lea Anthony
|
4dd1be5252
|
Update sponsors
|
2022-06-19 13:38:25 +10:00 |
|
Lea Anthony
|
d77c556c4e
|
Update Sponsors
|
2022-06-18 15:31:29 +10:00 |
|
Andreas Wenk
|
41051e8848
|
fix the url to surge (#1460)
fix the url to surge in the docs
|
2022-06-18 09:24:19 +10:00 |
|
Luken
|
1e54eb2eaf
|
Fix small typo in docs (#1449)
|
2022-06-13 08:53:49 +10:00 |
|
Lea Anthony
|
cb4ba5bca6
|
Add Typescript troubleshooting guide
|
2022-06-12 14:57:45 +10:00 |
|
Marcus Crane
|
cd162918d4
|
Add showcase entry for October + update homepage carousel entry for October (#1436)
* Add showcase entry for October
* Update home carousel image for October
|
2022-06-02 01:59:33 -10:00 |
|
Zámbó, Levente
|
f6425a64a6
|
feature - add race detector to build & dev (#1426)
|
2022-05-27 19:07:39 -10:00 |
|
Lea Anthony
|
b49dce8676
|
Update Changelog
|
2022-05-26 17:52:25 -10:00 |
|
Lea Anthony
|
6a88568f0a
|
v2.0.0-beta.37
|
2022-05-26 17:45:57 -10:00 |
|
刀刀
|
e7f9e2f267
|
docs: add macos custom menu EditMenu tips (#1423)
* docs: add macos custom menu EditMenu tips
On macos platform, if custom the menu, we should append EditMenu to enable Cmd+C,Cmd+V,Cmd+Z... shortcut
|
2022-05-25 08:49:04 +02:00 |
|
stffabi
|
c874e30339
|
Merge pull request #1413 from mondy/feature/nogen-flag
|
2022-05-23 10:40:46 +02:00 |
|