The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
Go to file
Kiril Videlov 31f2994a9e 🤦 Fix: Raise recordings, switch API, lower tolerance, schedule actions
- Add Yjs Doc for deltas
- Add CodeViewerNext component with customization options
- Move octokit initialization to separate file
- Add button for jumping to specific timestamp of delta
- Filter operations based on the current slider value

[src/routes/projects/[projectId]/sessionv2/[sessionId]/+page.svelte]
- Add Yjs Doc for deltas
- Add CodeViewerNext component
- Move octokit initialization to separate file
- Add button for jumping to specific timestamp of delta
- Change slider value to include tick size
- Filter operations based on the current slider value
[src/lib/components/CodeViewerNext.svelte]
- Add CodeViewerNext component
- Set color, background color, caret color, selection background color, gutters background color and color for the editor
- Set height of the editor to 600px
- Make the editor non-editable
- Enable line wrapping
- Enable line numbers
- Set the dark theme for the editor
[src/lib/components/index.ts]
- Add `CodeViewerNext` component
2023-02-22 15:56:51 +01:00
.github/workflows fail if curl fails 2023-02-20 17:13:49 +01:00
.vscode simple tauri example 2023-01-31 15:55:57 +01:00
scripts disable debug in release script 2023-02-20 17:01:33 +01:00
src 🤦 Fix: Raise recordings, switch API, lower tolerance, schedule actions 2023-02-22 15:56:51 +01:00
src-tauri do not fail session creation if session dir exists 2023-02-22 14:53:25 +01:00
static simple tauri example 2023-01-31 15:55:57 +01: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
.eslintrc.json add some linting config 2023-02-12 21:14:41 +01:00
.gitignore get api url from .env file 2023-02-21 09:17:31 +01:00
.npmrc simple tauri example 2023-01-31 15:55:57 +01:00
.prettierrc.json add some linting config 2023-02-12 21:14:41 +01:00
package.json Posthog integration GB-36 (#18) 2023-02-22 14:38:45 +01:00
pnpm-lock.yaml Posthog integration GB-36 (#18) 2023-02-22 14:38:45 +01:00
postcss.config.cjs simple tauri example 2023-01-31 15:55:57 +01:00
README.md dynamic release versioning 2023-02-17 16:09:24 +01:00
svelte.config.js app: fix building 2023-02-03 10:35:42 +01:00
tailwind.config.cjs project settings page 2023-02-16 12:16:24 +01:00
tsconfig.json simple tauri example 2023-01-31 15:55:57 +01:00
vite.config.js crdt doc impl 2023-02-01 10:04:03 +01: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.