diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 8182739..6497ffe 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -1,8 +1,8 @@ -name: UI Tests (Playwright + tauri-driver) +name: UI Tests on: push: - branches: [ main ] + branches: [ master ] pull_request: jobs: @@ -16,19 +16,11 @@ jobs: with: node-version: '22' - - name: Set up Rust - uses: dtolnay/rust-toolchain@stable - - name: Install JS deps run: npm install --no-fund - name: Install Playwright browsers run: npx playwright install --with-deps - - name: Install tauri-driver - run: cargo install tauri-driver --locked - - - name: Run Playwright tests - env: - PATH: "$HOME/.cargo/bin:${PATH}" + - name: Run Playwright smoke tests run: npm run test:ui diff --git a/Cargo.lock b/Cargo.lock index 64da66f..1c57b52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,19 +24,6 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" -[[package]] -name = "always-on-top" -version = "0.1.0" -dependencies = [ - "cocoa", - "directories", - "objc", - "once_cell", - "serde", - "serde_json", - "winit", -] - [[package]] name = "android-activity" version = "0.4.3" @@ -331,6 +318,19 @@ dependencies = [ "miniz_oxide", ] +[[package]] +name = "float" +version = "0.1.0" +dependencies = [ + "cocoa", + "directories", + "objc", + "once_cell", + "serde", + "serde_json", + "winit", +] + [[package]] name = "foreign-types" version = "0.3.2" diff --git a/Cargo.toml b/Cargo.toml index a030143..7edb618 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "always-on-top" +name = "float" version = "0.1.0" edition = "2021" description = "Float - minimal utility to keep a window always on top." diff --git a/dist/apple-touch-icon.png b/dist/apple-touch-icon.png new file mode 100644 index 0000000..366c60e Binary files /dev/null and b/dist/apple-touch-icon.png differ diff --git a/dist/favicon.ico b/dist/favicon.ico new file mode 100644 index 0000000..3b15af5 Binary files /dev/null and b/dist/favicon.ico differ diff --git a/dist/index.html b/dist/index.html index e9df086..2c48e1a 100644 --- a/dist/index.html +++ b/dist/index.html @@ -4,6 +4,8 @@ + + Float