The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
Go to file
Kiril Videlov 2e8fafb22d Improve navigation and time formatting for sessions
- Add a `SessionNavBlock` component for navigating between sessions
- Add a `toHumanReadableTime` helper function
- Store the current session in a `session` variable
- Add `previousSession` and `nextSession` variables to store the previous and next session in the list
- Add logic to handle edge cases when the current session is the first or last in the list
- Add a link for the Day label in the Projects layout
2023-02-13 15:51:14 +01:00
.github/workflows try sturdy mac dev certificate 2023-02-13 09:09:00 +01:00
.vscode simple tauri example 2023-01-31 15:55:57 +01:00
src Improve navigation and time formatting for sessions 2023-02-13 15:51:14 +01:00
src-tauri is dev_mode in rust part 2023-02-13 12:36:56 +01:00
static simple tauri example 2023-01-31 15:55:57 +01:00
.eslintrc.json add some linting config 2023-02-12 21:14:41 +01:00
.gitignore move bin ignore to separate file 2023-02-06 10:44:36 +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 add some linting config 2023-02-12 21:14:41 +01:00
pnpm-lock.yaml add some linting config 2023-02-12 21:14:41 +01:00
postcss.config.cjs simple tauri example 2023-01-31 15:55:57 +01:00
README.md rm git binary 2023-02-07 14:22:56 +01:00
svelte.config.js app: fix building 2023-02-03 10:35:42 +01:00
tailwind.config.cjs welcome to the dark side 2023-02-09 13:26:51 +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

Releasing is done via GitHub Action.

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.