Skip to content

Commit

Permalink
chore: Arreglo minimo en el build
Browse files Browse the repository at this point in the history
  • Loading branch information
BarraR3port committed Nov 27, 2024
1 parent 8c6f38a commit ed0496f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 116 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-new-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
packages: write
pull-requests: write
issues: write
actions: read
steps:
- name: Setup Repo
uses: actions/checkout@v4
Expand Down
111 changes: 0 additions & 111 deletions .github/workflows/release.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/tauri-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- os: windows-latest
rust_target: x86_64-pc-windows-msvc
runs-on: ${{ matrix.platform }}
permissions:
contents: write
packages: write
pull-requests: write
issues: write
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions src/components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ export function Menu() {

return (
<WindowTitlebar
// controlsOrder="left"
className="pl-0"
//windowControlsProps={{ platform: "windows", justify: false }}
className="pl-0 bg-primary"
>
<Menubar className="pl-2 border-b border-none rounded-none lg:pl-3">
<Menubar className="pl-2 border-b border-none rounded-none lg:pl-3 bg-primary ">
<MenubarMenu>
<div className="inline-flex items-center h-fit w-fit text-cyan-500">
<Beer className="w-5 h-5" />
Expand Down

0 comments on commit ed0496f

Please sign in to comment.