14 Commits

Author SHA1 Message Date
FabianLars
abd8759ef4 chore: Add MSRV to all readmes (#255)
* chore: Add MSRV to all readmes

* fix single-instance support matrix

* wording

* wording

* typo

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/4184387391
2023-02-15 13:33:19 +00:00
FabianLars
7eec233816 Fix sql example in readme (#91)
The line where the plugin is added: `.plugin(tauri_plugin_sql::Builder::default())` give my this error;

```the trait `Plugin<tauri_runtime_wry::Wry<EventLoopMessage>>` is not implemented for `tauri_plugin_sql::Builder````

I found this fix: https://github.com/tauri-apps/tauri/issues/5947 and it works.

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/3923049064
2023-01-15 10:48:35 +00:00
JonasKruckenberg
f05e18b0fd Update sync.yml
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/3861974889
2023-01-07 12:03:57 +00:00
Ken Snyder
42a9ecd38b feat: add close api. Expand vue example (#157)
* chore: added a system-bar menu item to the example TODO app

* chore: updated screenshots in README

* chore: add github action to test matrix build of vue-todo example app

* chore: attempt to fix action by use of working-directory instead of run

* chore: added workflow_dispatch to github action

* chore: added name to new github action

* chore: adding vue-todo github action

* fix: added ACTIONS_ALLOW_UNSECURE_COMMANDS to action to address concern raised in Tauri package

* fix: take 2

* fix: vue-todo action changed to use "projectPath" instead of "working-directory"

* fix: explicit distPath

* chore: allow workflow_dispatch for test action

* chore: further updates to github actions

* fix: fixed action name

* chore: and again

* ag

* chore: ag2

* chore: moving back to working-directory

* fix: working dir path

* chore: I hate github actions and they hate me back

* fix: using npm over yarn

* chore: ag3

* chore: updated README with cross-os pictures

* chore: use safer exit routine

* chore: only add main window dropdown to macOS

* chore: add npm install steps to github action

* chore: simple script renaming on package.json to be more clear

* chore: updated image for windows app without the main window dropdown

* use cache v2 for npm

* chore: fixed typo

* chore: fixed another typo

* chore: switch away from "ci" target and back to just install

* chore: use package.json for caching

* chore: one more go

* chore: added missing dep that pnpm allowed for but npm does not

* chore: move away from npm install

* with working-direcotry

* add global install of pnpm

* working-dir

* use home dir not relative dir

* so so

* fix typo

* and

* one last time

* realy i'm done

* the build command should work

* fix pnpm install in background

* build webview first

* build webview first

* that's all for now folks

* i hate actions

* key

* no npm cache

* cache removal

* fix: remove single quotes in build:esm target

* chore: updated vue-todo action

* chore: added "libappindicator3" for linux install in github action

* chore: fixed apt-get package name

* chore: updated Rust and TS deps and moved to 2021 edition

* feature: added close() API to close database connection pools

* fix: remove duplicate brace

* ci: improve vue-todo workflow

* remove unused config.toml

* fix eslint error

* install instructions

* fix type

* rebuild webview-dist

Co-authored-by: FabianLars <fabianlars@fabianlars.de>
2022-10-11 13:30:28 +02:00
Lucas Nogueira
61a0ef3ec1 clippy, doc 2021-12-31 09:10:29 -03:00
Ken Snyder
6132594b20 docs: removed comment in README about the default feature as this is no longer the case
refactor: made all feature flag conditional code to use `#[cfg()]` versus a mixture of this and the `cfg!` macro.

refactor: switch to using PathBuf's push() method instead of join()

refactor: switched out match statements for simple if/else blocks where it was a better fit

refactor: removed unnecessary use of `to_string()` calls
2021-12-20 09:08:20 -08:00
Ken Snyder
3198d04c35 chore: added a default feature to Cargo.toml so that people cloning the repo will get typing on source code while maintaining consumers choice
chore: added comment in README to reflect this default
2021-12-10 12:25:35 -08:00
Lucas Fernandes Nogueira
0daf83bc22 chore(readme): fix package.json dependency install 2021-10-18 14:45:54 -03:00
Lucas Nogueira
5ec843059f fix(readme): example code 2021-10-03 11:24:39 -03:00
Lucas Nogueira
7edd9bad51 feat: add mysql and postgres support 2021-09-30 12:10:47 -03:00
Lucas Nogueira
11fa8754e8 feat: add example 2021-09-29 10:53:24 -03:00
Lucas Nogueira
2e20cafc6a refactor: add -api suffix to API package 2021-09-14 14:05:47 -03:00
Lucas Nogueira
6945f45443 chore: update README 2021-09-13 20:56:27 -03:00
Lucas Nogueira
488558717b initial commit 2021-09-13 20:52:24 -03:00