Caleb Owens
c8d7f8b44c
Add examples with storybook
2024-06-24 20:38:43 +02:00
Caleb Owens
0d24e39d75
Introduce new commit lines renderer
2024-06-24 20:38:43 +02:00
Caleb Owens
f869293d1f
Update commit terminology in frontend
2024-06-24 20:38:43 +02:00
Mattias Granlund
28d72ae5c0
Simplify login code a bit more
...
- remove rxjs
- use loading state by user service
2024-06-24 23:08:40 +03:00
Nico Domino
a2bbc4e2e2
fix: use @sentry/vite-plugin
to upload sourcemaps and create releases ( #4166 )
2024-06-24 18:23:12 +02:00
Nico Domino
d013b7baf7
fix: improve git remoteUrl parsing ( #4147 )
2024-06-24 17:53:22 +02:00
Sebastian Thiel
cf2adf4d68
Merge pull request #4154 from rockingskier/patch-1
...
fix: update wording in Project settings AI options
2024-06-24 17:16:35 +02:00
Ben
f2ddbfdf7b
fix: update wording in Project settings AI options
2024-06-24 17:14:28 +02:00
Pavel Laptev
57e63b84bb
UI fix: jumpy sidebar width if it's folded ( #4164 )
2024-06-24 16:47:51 +02:00
Kiril Videlov
be94363b44
Merge pull request #4163 from gitbutlerapp/dependabot/cargo/cargo-26791762c9
...
Bump tauri from 1.6.7 to 1.6.8 in the cargo group across 1 directory
2024-06-24 16:44:01 +02:00
dependabot[bot]
b0579da1db
Bump tauri from 1.6.7 to 1.6.8 in the cargo group across 1 directory
...
Bumps the cargo group with 1 update in the / directory: [tauri](https://github.com/tauri-apps/tauri ).
Updates `tauri` from 1.6.7 to 1.6.8
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.6.7...tauri-v1.6.8 )
---
updated-dependencies:
- dependency-name: tauri
dependency-type: direct:production
dependency-group: cargo
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 14:30:04 +00:00
Kiril Videlov
8a24b7363a
Merge pull request #4115 from gitbutlerapp/dependabot/cargo/cargo-c9137a7768
...
Bump the cargo group with 2 updates
2024-06-24 16:27:59 +02:00
Kiril Videlov
b6c41e572f
Merge pull request #4162 from gitbutlerapp/better-exe-resolution
...
Use `gitoxide` to more reliably find the Git executable on Windows. (#1419 )
2024-06-24 16:26:07 +02:00
Sebastian Thiel
cd20bbb859
Use gitoxide
to more reliably find the Git executable on Windows. ( #1419 )
...
Previously, Windows installations that didn't put git.exe into their PATH
were unable to have their executable found.
`gitoxide` has the same problem to solve and can now 'find harder' in
known installation locations.
This capability is now used here, instead of hard-coding `git.exe` or `git`.
2024-06-24 16:03:15 +02:00
Kiril Videlov
4477cfcb1d
Merge pull request #3948 from Byron/watcher-refactor
...
watcher refactor
2024-06-24 15:47:12 +02:00
Mattias Granlund
09ca68e222
Fix bug where no error toast shown on login failure
2024-06-24 16:46:15 +03:00
Kiril Videlov
ad7cc5d228
Merge pull request #4156 from gitbutlerapp/no-hello
...
no hello, lol
2024-06-24 09:32:01 +02:00
Kiril Videlov
9e1f1aab02
no hello, lol
2024-06-24 09:30:36 +02:00
Mattias Granlund
92daa19d66
Move history/snapshot stuff into history folder
2024-06-24 08:20:53 +03:00
Mattias Granlund
6c4c145d84
Move dropzone components
2024-06-24 08:20:53 +03:00
Mattias Granlund
01b3c56d7e
Fix import path
2024-06-24 08:20:53 +03:00
Mattias Granlund
3c9744a74f
Drop unsued files
2024-06-24 08:20:53 +03:00
Mattias Granlund
4161b006b7
Move shared components into shared folder
2024-06-24 08:20:53 +03:00
Mattias Granlund
1dd904b8a6
Move PR related stuff into feature branch
2024-06-24 08:20:53 +03:00
Mattias Granlund
88dd3ead53
Move settings realted stuff into feature folder
2024-06-24 08:20:53 +03:00
Mattias Granlund
45fe2cce78
Move navigation related stuff into feature folder
2024-06-24 08:20:53 +03:00
Mattias Granlund
b77fa7c962
Move branch related stuff into feature folder
2024-06-24 08:20:53 +03:00
Mattias Granlund
7f1ee4cb9d
Moving commit related stuff into feature folder
2024-06-24 08:20:53 +03:00
Mattias Granlund
1e44ae00ea
Moving file related stuff into feature folder
2024-06-24 08:20:53 +03:00
Mattias Granlund
148d5e03f8
Move hunk related components into hunk feature folder
2024-06-24 08:20:53 +03:00
Pavel Laptev
7408252f16
Modal animation timing update ( #4155 )
2024-06-24 00:53:44 +02:00
Kiril Videlov
03a4078c60
Merge pull request #4150 from mental32/persist-file-list-item-checkbox-detail
...
Persist FileListItem checkbox detail
2024-06-23 14:40:55 +02:00
Pavel Laptev
1a5b8657aa
Refactor modal ( #4153 )
...
- Added a new `Portal` component to always mount it to the body.
- Changed the HTML tag from `dialog` to `div` to fully handle the modal with JavaScript, avoiding mixed behavior.
- Fixed the issue where the modal wrapper mounted without content when the modal wasn't shown.
- Fixed the tooltip z-index issue in the modal component.
- Updated `z-index` variables.
2024-06-23 12:57:08 +02:00
Pavel Laptev
a187326142
UI tweaks #3 ( #4152 )
...
* Change commit modal button color
* Custom transitions + start commit btn transition
* Commit title warning icon style update
* Refactor: unused icons removed
* Edit message button: icon change
* Fix title padding
* remove unused code
2024-06-22 23:12:11 +02:00
mental
fdc82bbeb8
ensure that selectedOwnership
is correctly removing unselected files
2024-06-21 17:22:04 +01:00
Alex Grand
4f89111a99
fix(ui): GitHubService correct split of remoteUrl in case of alias ( #4144 )
...
Co-authored-by: Nico Domino <yo@ndo.dev>
2024-06-21 14:19:28 +02:00
Pavel Laptev
39542b82d9
Some quick UI fixes for the new dropzones ( #4146 )
...
There were a few UI bugs including:
- overflow issues
- the sticky commit button stopped sticking
2024-06-21 13:46:23 +02:00
Caleb Owens
ffaffe6cde
Merge pull request #4109 from gitbutlerapp/update-modal-component-branch
...
Update modal component branch
2024-06-21 09:55:57 +02:00
Caleb Owens
e068f2d236
Style tweak
2024-06-21 09:54:06 +02:00
Caleb Owens
95e6b14566
Remove rebase runaway
2024-06-21 09:50:49 +02:00
Caleb Owens
89af946842
Fix eslint errors
2024-06-21 09:45:57 +02:00
Caleb Owens
f1fe727049
tweak styles
2024-06-21 09:45:57 +02:00
Caleb Owens
4bdba5c85d
Fix update phase of lifecycle
2024-06-21 09:45:57 +02:00
Caleb Owens
ba48fc68d0
Add in a full width option
2024-06-21 09:45:55 +02:00
Caleb Owens
541e6a9768
Refactor dropzone manager
2024-06-21 09:45:17 +02:00
Caleb Owens
ad03baf303
Enough factories to make the once-ler happy
2024-06-21 09:45:17 +02:00
Caleb Owens
80209b877e
Refactor code into ts files
2024-06-21 09:45:17 +02:00
Caleb Owens
a0e9e2ba98
Rename some files and start to use context to inject classes
2024-06-21 09:45:17 +02:00
Caleb Owens
2aad52dfa3
Refactor dropzones
2024-06-21 09:45:17 +02:00
Caleb Owens
5756aea777
Drag and drop
...
asdfasdf
2024-06-21 09:45:14 +02:00