The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
Go to file
idonahue 504eabdc0f Update list style and highlight in player page
Improved the list style and highlight of the file list by making changes to the class properties in the player page. Modified padding, background color, and margins to create a more visually appealing and clearer display of the selected files.

Changes:
- Modified class property of the file list to set proper padding, remove default bullet points and add a right padding.
- Changed font-bold class to bg-[#3356C2] for selected file, making it more prominent and improved readability.
- Adjusted margins, padding and width for the list elements to better align and fit within the file list.
2023-04-12 18:51:15 +02:00
.github/workflows removing chromatic 2023-04-05 21:09:34 +02:00
.storybook use svelte templates for storybook 2023-03-31 14:35:14 +02:00
.vscode recommend eslint and prettier plugin for vscode 2023-02-27 13:26:17 +01:00
scripts disable debug in release script 2023-02-20 17:01:33 +01:00
src Update list style and highlight in player page 2023-04-12 18:51:15 +02:00
src-tauri data migration preparations 2023-04-12 16:03:15 +02:00
.env.development Posthog integration GB-36 (#18) 2023-02-22 14:38:45 +01:00
.env.production Posthog integration GB-36 (#18) 2023-02-22 14:38:45 +01:00
.eslintignore use svelte templates for storybook 2023-03-31 14:35:14 +02:00
.eslintrc.cjs Revert "add Storybook dev dependency" 2023-03-27 17:25:19 +02:00
.gitignore Add a Terminal (#49) 2023-04-05 10:10:07 +02:00
.npmrc simple tauri example 2023-01-31 15:55:57 +01:00
.prettierignore sort out lint/format setup 2023-02-24 10:46:41 +01:00
.prettierrc include prettier-plugin-tailwindcss into config 2023-03-07 11:53:11 +01:00
package.json cleanup terminal 2023-04-06 11:17:09 +02:00
pnpm-lock.yaml cleanup terminal 2023-04-06 11:17:09 +02:00
postcss.config.cjs sort out lint/format setup 2023-02-24 10:46:41 +01:00
README.md dynamic release versioning 2023-02-17 16:09:24 +01:00
svelte.config.js sort out lint/format setup 2023-02-24 10:46:41 +01:00
tailwind.config.cjs align slider with figma 2023-04-03 17:05:25 +02:00
tsconfig.json fix remaining eslint issues 2023-02-24 11:00:17 +01:00
vite.config.js inline source maps 2023-04-03 14:15:32 +02:00

development

prerequisites

see here for the list of software required to build / develope the app.

setup

then, make sure to install app dependencies:

$ pnpm install

run

now you should be able to run the app in development mode:

$ pnpm tauri dev

building

to build the app in production mode, run:

$ pnpm tauri build

releasing

Building is done via GitHub Action. Go to the link and select Run workflow from the desired branch.

versioning

When running the release action, you will have to choose one of major, minor, or patch release type. Action will generate a new version based on your input and current version found at https://app.gitbutler.com/releases.

publishing

To publish a version that you've just build, use Release Manager.

runners

Note that to build an arm64 macos app, you need to make sure that there is at least one self-hosted runner with macos-aarch64 label is online here.

If you are a lucky owner of an arm64 macos machine, feel free to run it yourself. Make sure to label it with macos-aarch64.