Mattias Granlund
44860048fb
Merge pull request #2530 from gitbutlerapp/add-github-checks-status-to-branch-header-test-
...
Add github checks status to branch header [test]
2024-02-04 19:39:19 +01:00
Mattias Granlund
0c63a1b7cf
Add github checks status to branch header
...
- more work needed on when to request and how often to update
2024-02-04 19:09:08 +01:00
Mattias Granlund
a34f766dac
Remove resizer from FileCard component
...
- resizing should be done in context of e.g. branch lane
- leaves branch previews with simpler max 50rem file previews
- no need for those pages to have resizers since we have no actual designs yet
2024-02-04 13:41:34 +01:00
Mattias Granlund
6a56fa582c
Show busy indicator when updating base branch
...
- make update button its own component
- show busy while updating
- remove unnecessary log statement
2024-02-04 12:38:25 +01:00
Mattias Granlund
26fdfdbc39
Pre-populate default when changing remote branch name
...
- requested by r0derik on discord
2024-02-04 10:38:25 +01:00
Mattias Granlund
ca89384ef5
Fix file status for remote files
...
- the heuristics for A and D are correct when there is exactly one hunk
- more than one hunk means the file was modified
2024-02-04 10:24:55 +01:00
Mattias Granlund
389959b756
Add option for creating draft pull request
...
- as additional option for the push button
2024-02-04 10:24:40 +01:00
Mattias Granlund
d68ae9e697
Fix typo in error message
2024-02-03 15:30:48 +01:00
Mattias Granlund
d900ad9649
Remove drag handle from branch preview headers
...
- would be preferable to reuse header layout than copying it branch lanes
2024-02-03 15:19:42 +01:00
Mattias Granlund
cdaaccae2c
Add commit link to footer of opened commit card
2024-02-02 17:54:46 +01:00
Mattias Granlund
a7aad139c0
Use same route for viewing remote branchs and PRs
...
- like in the board, show tag with link to pull request
- if remote branch does not exist then fall back to old page
- similar header to other branches
- explore commit diffs
2024-02-02 17:54:46 +01:00
Mattias Granlund
78296f76b0
fix: delete branch instead of applying branch
2024-02-02 15:18:46 +01:00
Mattias Granlund
79e0cc7c2f
Remove clowny console.log
2024-02-01 18:06:45 +01:00
Mattias Granlund
7b4ea0e45e
Compute file status for remote files
...
- based on the diff header
2024-02-01 18:03:10 +01:00
Mattias Granlund
a85087436c
Fix commit card styling
...
- refactored a bit after losing the 10px gap between description and author
2024-02-01 17:59:33 +01:00
Mattias Granlund
874005c1ff
Enable file diff viewing for commits in trunk
2024-02-01 17:49:32 +01:00
Mattias Granlund
e5fe606ab0
Lock hunks when viewing remote files
...
- readonly prop for hunks to disable cursor and dragging
- removes a console.log
- undo a previous change related to AnyFile
- fix gap between text selection blocks line numbers
2024-02-01 16:02:28 +01:00
Mattias Granlund
90e7b0f192
Replace LocalFile | RemoteFile with AnyFile
2024-02-01 11:07:13 +01:00
Mattias Granlund
c813dddcd9
Rename File -> LocalFile
2024-02-01 11:07:13 +01:00
Mattias Granlund
f5428dcec7
Make it possible to view remote commits using existing components
...
- we need a union type rather than using File | RemoteFile everywhere
2024-02-01 11:07:13 +01:00
Kiril Videlov
a69b6d9279
Replace GUI with tool, since it better describes the scope of virtual branches
2024-02-01 10:45:49 +01:00
Scott Chacon
b12029a79d
Merge pull request #2498 from gitbutlerapp/schacon-patch-1
...
Update README.md
2024-02-01 10:07:50 +01:00
Scott Chacon
a2939ac3aa
Update README.md
2024-02-01 10:07:20 +01:00
Mattias Granlund
2138a5cc03
Use same FileDiff in FileCard and CommitCard
2024-01-31 18:40:33 +01:00
Mattias Granlund
d838d39600
Extract FileDiff component from FileCard
2024-01-31 18:40:33 +01:00
Kiril Videlov
3e1a77e83a
Remove LogsDir in favor of just path::PathBuf
2024-01-31 15:59:19 +01:00
Kiril Videlov
bfbfaacdd0
lint: fix clippy issues
2024-01-31 15:10:00 +01:00
Qix
2855a27c4c
Merge pull request #2476 from gitbutlerapp/dependabot/cargo/rust-patch-updates-4a55232a5a
...
Bump the rust-patch-updates group with 4 updates
2024-01-31 14:57:58 +01:00
Qix
00fcefcc56
Merge pull request #2475 from gitbutlerapp/dependabot/github_actions/dorny/paths-filter-3
...
Bump dorny/paths-filter from 2 to 3
2024-01-31 14:57:49 +01:00
Kiril Videlov
4e33c3ce68
Remote DataDir type in favor of just PathBuf
2024-01-31 14:39:47 +01:00
Mattias Granlund
f5b86497b9
Fix clone with rotation bug (drag & drop)
2024-01-31 13:30:14 +01:00
Mattias Granlund
fe218f0f0c
Merge pull request #2491 from gitbutlerapp/refactor-hunk-viewer-and-break-it-out-from-filecard-
...
Refactor hunk viewer (and break it out from FileCard)
2024-01-31 13:29:53 +01:00
Mattias Granlund
4de440e444
Refactor hunk viewer (and break it out from FileCard)
...
- necessary for aligning commit diff viewer and branch diff viewer
2024-01-31 13:22:28 +01:00
Mattias Granlund
3d5a692eee
Refactor Icon component
...
- remove last specific icon svelte component in favor of inline
- move Icon component to common components lib
2024-01-31 13:13:07 +01:00
Nikita Galaiko
ab8db66dbc
Merge pull request #2488 from gitbutlerapp/set-base-branch-go-back-to-integration
...
Set base branch go back to integration
2024-01-30 14:51:28 +01:00
Pavel Laptev
aa4ad828fa
Merge pull request #2489 from gitbutlerapp/update-new-branch-container-width
...
Update new branch container width
2024-01-30 14:29:11 +01:00
Pavel Laptev
27c5d704b3
lint fixes
2024-01-30 14:27:32 +01:00
Pavel Laptev
0a554057f8
New branch container width updated
2024-01-30 14:24:33 +01:00
Nikita Galaiko
55a2641b32
fix going back to existing default target
2024-01-30 11:31:33 +01:00
Pavel Laptev
e04032d7d2
Merge pull request #2487 from gitbutlerapp/project-setup-and-decorative-view-layout-fixes
...
Project setup and decorative view layout fixes
2024-01-30 00:03:36 +01:00
Pavel Laptev
4c76c9d6fc
lint fixes
2024-01-30 00:01:34 +01:00
Pavel Laptev
7b549f5cfb
added condtional tag rendering to Project setup
2024-01-29 23:55:11 +01:00
Pavel Laptev
381f8b87fc
Project setup and decorative view layout fixes, svg icon opacity issue fixed
2024-01-29 23:50:43 +01:00
Mattias Granlund
c7df449b1a
Add help param to BranchIcon component
...
- fixes position of tooltip
2024-01-29 23:09:38 +01:00
Mattias Granlund
0ae3b2f3b2
Allow undefined param for front end tooltip
...
- makes it easier to bind to properties that can be undefined
2024-01-29 23:07:14 +01:00
Mattias Granlund
6c0da83d1e
Fix a couple of small things
2024-01-29 22:24:42 +01:00
Kiril Videlov
cea360a0cd
refactor: remove console.log statement from tooltip getter
2024-01-29 20:22:11 +01:00
Kiril Videlov
c17580e8e1
feat: add tooltip functionality to branch icons in the UI to provide additional information about the branch state
...
chore: remove duplicate import of tooltip in a component
2024-01-29 20:18:16 +01:00
Mattias Granlund
0315ff20a9
Add delete branch button for unapplied branches
...
- reported missing by discord user
2024-01-29 19:53:26 +01:00
Kiril Videlov
6232bf3267
fix: dragging of lanes on Linux / Windows
2024-01-29 19:35:58 +01:00