Caleb Owens
f301d2d35b
Update the default value for signCommits in frontend to false to match backend
2024-02-16 22:56:40 +01:00
Pavel Laptev
b2fc858560
comment typo
2024-02-16 17:47:34 +01:00
Pavel Laptev
d014d12395
- hide AuthorIcons
...
- `:backdrop` rule removed, because there was only one token uses this rule
- improved `opened` branch UI
2024-02-16 17:44:11 +01:00
Andreas Skielboe
18a65938f4
Fix branch name change when pressing Enter
2024-02-16 17:16:06 +01:00
Caleb Owens
3ea909a79e
Fix boolean conversation type issue
2024-02-16 17:12:10 +01:00
Caleb Owens
0b45a1d6b8
Handle pushing when no force is needed, and don't show when there are no changes to push
2024-02-16 17:12:10 +01:00
Caleb Owens
4d20a7252c
Correct code formatting
2024-02-16 17:12:10 +01:00
Caleb Owens
5740c16ee8
Show the push button when there are differences after undoing commits and the branch requires force pushing
2024-02-16 17:12:10 +01:00
Caleb Owens
f708c1568e
Remove unneeded condition (the no commits case is handled by the CommitList element itself)
2024-02-16 17:12:10 +01:00
Andreas Skielboe
5de33a5ba3
ensure line number are draggable when not selectable
2024-02-16 16:54:57 +01:00
Andreas Skielboe
af02c7cb15
show grab curser on hunk line numbers
2024-02-16 15:51:52 +01:00
Andreas Skielboe
68d9de295e
only show hunk line grab cursor if dragging is enabled
2024-02-16 15:51:52 +01:00
Kiril Videlov
913d4b0eeb
feat: add a settings toggle for disabling auto-branch names even with ai generaton enabled
2024-02-16 14:46:20 +01:00
Andreas Skielboe
8377a303d5
file diff removed lines prefix should be -
2024-02-16 14:13:13 +01:00
Pavel Laptev
ddf0efb5b6
illustrations updated
2024-02-16 01:14:11 +01:00
Pavel Laptev
a882b949c3
updated all design tokens, added new css variables for interactive states --darken
2024-02-16 01:07:47 +01:00
Caleb Owens
8f0c695465
Ensure searches on PRs also includes the branch name
2024-02-15 23:57:12 +01:00
Caleb Owens
4570a82256
Disable spellcheck in most locations around the app (places where spellcheck="true" has been specified, I've left it as is)
2024-02-15 23:54:34 +01:00
Caleb Owens
78053bb3c1
Move to lowercase spellcheck to prevent a svelte check warning.
2024-02-15 23:54:34 +01:00
Caleb Owens
23744f0c70
Disable auto completions in branch filter field
2024-02-15 23:54:34 +01:00
Pavel Laptev
eb27c95f25
Styles fix: file list item width fixed on structure view
2024-02-15 21:59:52 +01:00
Juan P Barrios
974ecfee55
fix: vite-plugin-svelte error on empty scoped-style element
2024-02-15 21:28:21 +01:00
Juan P Barrios
83bb41e488
Simplify slice manipulation
2024-02-15 19:25:43 +01:00
Juan P Barrios
2cb9711c54
Fixes #2708
...
- Assumes all upstream branch names will start with 'refs/remotes/', then
- slices out the remote branch name without making any assumptions as to what it's named, and
- joins the rest of the split elements
2024-02-15 19:25:43 +01:00
Pavel Laptev
8ae99636d8
Double-clicking on the header was removed, this caused modal errors when closing
2024-02-15 14:35:13 +01:00
Pavel Laptev
f2986e6271
Fix: outdated checkbox design removed from ContextMenuItem
2024-02-15 14:24:16 +01:00
Kiril Videlov
99c2c443fe
feat: Add information about AI commit message generation and usage of OpenAI's API in GitButler
2024-02-15 11:36:14 +01:00
Mattias Granlund
167b0b5a4d
Capture push and pr success/failure in posthog
...
- just a start since we currently are not getting much data on this
2024-02-15 11:11:38 +01:00
Kiril Videlov
28d5aca9c2
dont add gitbutler as committer by default
2024-02-14 22:40:44 +01:00
Pavel Laptev
5768623be5
fix: append dialog element to body on mount to prevent overlapping with other elements' actions
2024-02-14 21:46:05 +01:00
Pavel Laptev
4a62c0f941
chore: update styling and structure of analytics settings page, added new component ClickableCard
, Link
style updated, InfoMessage
component style updated
2024-02-14 20:44:50 +01:00
Pavel Laptev
49129fb15a
chore: formatting fix
2024-02-14 13:11:44 +01:00
Pavel Laptev
d16010ac43
chore: if file view was open the resizer was behind the view
2024-02-14 13:10:46 +01:00
Pavel Laptev
cea8c74dcb
fix: IconLink component styles updated, welcome screen styles updated, added conditional rendering for the user button
2024-02-14 13:05:44 +01:00
Mattias Granlund
d726a58318
Add missing import to fix openExternalUrl
2024-02-13 23:46:37 +02:00
Pavel Laptev
9b3e99fe83
fix: automatically close file on branch collapse.
2024-02-13 22:30:27 +01:00
Mattias Granlund
d94ba76302
Fix incorrect error message
2024-02-13 22:35:00 +02:00
Navid Salehi
259eda1ee5
Add tooltip for project setting icon button
2024-02-13 20:08:16 +01:00
Mattias Granlund
232ea42256
Show toast when failing to open external link
...
- toast contains url
- can be copied or clicked
2024-02-13 19:22:43 +01:00
Mattias Granlund
80dab85ae2
Show analytics settings title conditionally
...
- we don't want it in the analytics confirmation component
2024-02-13 19:09:10 +01:00
Mattias Granlund
a1cea76380
Add prompt for analytics consent
...
- shows on first use before adding project
2024-02-13 15:46:28 +01:00
Pavel Laptev
fb59709589
chore: fix formatting in switch repository message
2024-02-13 11:45:02 +01:00
Pavel Laptev
6d14f4dfd5
chore: update switch repository message and fix collapsed-lane double click event
2024-02-13 11:44:18 +01:00
Kiril Videlov
d605df4bd2
chore: add disabled state to buttons based on user authentication status
2024-02-12 23:04:57 +01:00
Kiril Videlov
1c4f8a0ed2
chore: add support for Python language parser
2024-02-12 18:35:08 +01:00
Kiril Videlov
a927901fd7
fix: display error message correctly in the UI
2024-02-12 17:16:24 +01:00
Pavel Laptev
5375a84163
chore: improve collapsible lane functionality and styling
2024-02-12 13:45:35 +01:00
Pavel Laptev
2b5a8978d4
style: update border style and color for a container and adjust text color and line height for span element
2024-02-11 23:03:41 +01:00
Kiril Videlov
920d0e96a8
fix: listing of remote branches no longer fetches commits and metadata
2024-02-11 22:52:52 +01:00
Pavel Laptev
fb78f18ad5
chore: refactor defaultBranchWidthRem initialization and remove unnecessary code
2024-02-11 22:17:26 +01:00
Pavel Laptev
232bb7be16
style: add hover effect to collapsed lane arrow icon
2024-02-11 22:17:00 +01:00
Pavel Laptev
5fa16a263a
chore: clean up code formatting and remove commented out code
2024-02-11 22:13:27 +01:00
Pavel Laptev
3427a3e8c5
Merged origin/master into Collapsable lane
2024-02-11 22:09:15 +01:00
Kiril Videlov
d234649e47
feat: add support for fetching remote branch data and displaying commits in the branch view
2024-02-11 21:54:39 +01:00
Pavel Laptev
22c6b7813c
chore: simplify code formatting and remove unnecessary code
2024-02-11 20:42:29 +01:00
Pavel Laptev
5e6d5c466b
chore: refactor code formatting and remove unused imports and variables
2024-02-11 20:40:43 +01:00
Kiril Videlov
1a9b532edf
persist lane collapsed state in local storage
2024-02-11 13:05:26 +01:00
Pavel Laptev
9eaae9f1ab
chore: remove unused hasNextSibling
variable and console.log statements
2024-02-10 15:55:55 +01:00
Pavel Laptev
b7c1e8cd36
chore: update tag labels for integrated and virtual lanes, and remote tag to improve consistancy
2024-02-10 00:25:37 +01:00
Pavel Laptev
4c977840d6
style: update padding and remove commented out code in collapsed lane component
2024-02-09 23:49:44 +01:00
Pavel Laptev
c1e69998dc
Merged origin/master into Collapsable lane
2024-02-09 23:18:26 +01:00
Pavel Laptev
e107f6b00c
tag component update, collapsable branches frontend added
2024-02-09 23:18:10 +01:00
Kiril Videlov
a42bbd7ffd
feat: adds support for omitting host certificate checks when authenticating with ssh
2024-02-09 17:51:58 +01:00
Pavel Laptev
c6bc57cb90
Added new icons, merge conflicts resolved
2024-02-09 12:17:47 +01:00
Pavel Laptev
b84ca9e3de
chore: remove unused CSS classes for status tags
2024-02-09 12:12:04 +01:00
Pavel Laptev
77646b66f7
refactor: update status tags and tooltips in UI
...
- Removed duplicate icons and unnecessary div elements
- Replaced div elements with custom Tag components for better consistency and readability
- Updated tooltips for each status tag to provide clearer information to the user
- Updated CSS selector to exclude elements with the "not-button" class from hover effect
2024-02-09 12:11:21 +01:00
Kiril Videlov
0fe1f93e89
fix: update branch card class and button logic to correctly handle active and selected branches
2024-02-08 16:50:38 +01:00
Kiril Videlov
e98bb4fc17
fix: conditional check for branches length in template
2024-02-08 16:19:17 +01:00
Pavel Laptev
b386643d49
lint fixes
2024-02-07 23:25:49 +01:00
Pavel Laptev
f80c6ba14e
Formating fix
2024-02-07 23:25:07 +01:00
Pavel Laptev
0c11f68943
Improved project remove UX, updated text styles
2024-02-07 23:19:41 +01:00
Kiril Videlov
85407d14ec
fix: add error message when remote branches are not available for virtual branch work
2024-02-07 16:08:35 +01:00
Pavel Laptev
0324ac7b96
eslint format fixes
2024-02-07 15:53:15 +01:00
Pavel Laptev
97cd4053a7
lint fixes
2024-02-07 15:42:14 +01:00
Pavel Laptev
448be7fb20
updated file preview paddings
2024-02-07 15:25:17 +01:00
Pavel Laptev
7af2386a1f
File changes indication changed, updated style for the Tag
component and added more color, Tag
color name changed
2024-02-07 14:54:15 +01:00
Pavel Laptev
e8142667fd
added new purple
pallete to design tokens, added new propert reversedDirection
to the Tag
component
2024-02-07 13:59:02 +01:00
dependabot[bot]
e406b2bf9e
Bump the npm-updates group with 2 updates
...
Bumps the npm-updates group with 2 updates: [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript ) and [posthog-js](https://github.com/PostHog/posthog-js ).
Updates `@sentry/sveltekit` from 7.100.0 to 7.100.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.100.1/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.100.0...7.100.1 )
Updates `posthog-js` from 1.105.0 to 1.105.1
- [Release notes](https://github.com/PostHog/posthog-js/releases )
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/PostHog/posthog-js/commits )
---
updated-dependencies:
- dependency-name: "@sentry/sveltekit"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-updates
- dependency-name: posthog-js
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 11:46:18 +00:00
Kiril Videlov
c49d6f11e9
fix: error propagation when listing remote branches
2024-02-07 10:57:19 +01:00
dependabot[bot]
01cee54312
Bump the npm-patch-updates group with 6 updates
...
Bumps the npm-patch-updates group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [@codemirror/lang-python](https://github.com/codemirror/lang-python ) | `6.1.3` | `6.1.4` |
| [@codemirror/language](https://github.com/codemirror/language ) | `6.10.0` | `6.10.1` |
| [nanoid](https://github.com/ai/nanoid ) | `5.0.4` | `5.0.5` |
| [postcss](https://github.com/postcss/postcss ) | `8.4.33` | `8.4.34` |
| [prettier](https://github.com/prettier/prettier ) | `3.2.4` | `3.2.5` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte ) | `4.2.9` | `4.2.10` |
Updates `@codemirror/lang-python` from 6.1.3 to 6.1.4
- [Changelog](https://github.com/codemirror/lang-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-python/compare/6.1.3...6.1.4 )
Updates `@codemirror/language` from 6.10.0 to 6.10.1
- [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/language/compare/6.10.0...6.10.1 )
Updates `nanoid` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/5.0.4...5.0.5 )
Updates `postcss` from 8.4.33 to 8.4.34
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.33...8.4.34 )
Updates `prettier` from 3.2.4 to 3.2.5
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.2.4...3.2.5 )
Updates `svelte` from 4.2.9 to 4.2.10
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.10/packages/svelte/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.10/packages/svelte )
---
updated-dependencies:
- dependency-name: "@codemirror/lang-python"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: "@codemirror/language"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: nanoid
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: svelte
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 22:27:01 +00:00
dependabot[bot]
8759439738
Bump the npm-minor-updates group with 4 updates
...
Bumps the npm-minor-updates group with 4 updates: [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript ), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) and [posthog-js](https://github.com/PostHog/posthog-js ).
Updates `@sentry/sveltekit` from 7.98.0 to 7.100.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.98.0...7.100.0 )
Updates `@typescript-eslint/eslint-plugin` from 6.19.1 to 6.21.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.19.1 to 6.21.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/parser )
Updates `posthog-js` from 1.103.1 to 1.105.0
- [Release notes](https://github.com/PostHog/posthog-js/releases )
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/PostHog/posthog-js/compare/v1.103.1...v1.105.0 )
---
updated-dependencies:
- dependency-name: "@sentry/sveltekit"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor-updates
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor-updates
- dependency-name: posthog-js
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 22:19:05 +00:00
Mattias Granlund
eb1556f0d7
Show merge button for PRs without checks
...
- for now the button will unfortunately only appear after five seconds when no checks are configured
- we need to find an API that tells us if checks are configured or not
- octokit.checks.listForRef gives [] result immediately after pr created, then changes
2024-02-05 19:05:26 +01:00
Mattias Granlund
d3aca530fa
Fetch base branch after merging pull request
2024-02-05 13:56:04 +01:00
Mattias Granlund
ecd37a38a8
Retry fetching checks after PR creation
2024-02-05 13:46:11 +01:00
Mattias Granlund
f45e29b474
Add dropdown for choice of merge, rebase and squash
2024-02-04 22:19:58 +01:00
Mattias Granlund
34b10fae7d
Show disabled "merged" button when PR merged
2024-02-04 21:19:07 +01:00
Mattias Granlund
a64ea2586c
Bugfix pr status when pr closed and remote branch deleted
...
- manually refetch after completing merge
- change update terminology to fetch, reads more correct
2024-02-04 20:58:57 +01:00
Mattias Granlund
1eb7c34fae
Add error handling for failure to load PR status
...
- silently ignore if commit/sha not found (happens after merge)
2024-02-04 20:28:00 +01:00
Mattias Granlund
cee31fe1bf
Make PR status reloadable
...
- also adds tooltip based on status
2024-02-04 20:18:08 +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
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
Mattias Granlund
f5b86497b9
Fix clone with rotation bug (drag & drop)
2024-01-31 13:30:14 +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
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
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
Kiril Videlov
f8d02dfe4e
fix: commit card style attribute
2024-01-29 17:50:21 +01:00
dependabot[bot]
8bab1f6e07
Bump the npm-patch-updates group with 4 updates
...
Bumps the npm-patch-updates group with 4 updates: [@codemirror/lang-html](https://github.com/codemirror/lang-html ), [@codemirror/view](https://github.com/codemirror/view ), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ).
Updates `@codemirror/lang-html` from 6.4.7 to 6.4.8
- [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-html/compare/6.4.7...6.4.8 )
Updates `@codemirror/view` from 6.23.0 to 6.23.1
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/view/compare/6.23.0...6.23.1 )
Updates `@typescript-eslint/eslint-plugin` from 6.19.0 to 6.19.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.1/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.19.0 to 6.19.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@codemirror/lang-html"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: "@codemirror/view"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 16:51:22 +01:00
dependabot[bot]
d5b77bd98f
Bump the npm-minor-updates group with 2 updates
...
Bumps the npm-minor-updates group with 2 updates: [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript ) and [posthog-js](https://github.com/PostHog/posthog-js ).
Updates `@sentry/sveltekit` from 7.94.1 to 7.98.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.94.1...7.98.0 )
Updates `posthog-js` from 1.100.0 to 1.103.1
- [Release notes](https://github.com/PostHog/posthog-js/releases )
- [Changelog](https://github.com/PostHog/posthog-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PostHog/posthog-js/compare/v1.100.0...v1.103.1 )
---
updated-dependencies:
- dependency-name: "@sentry/sveltekit"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor-updates
- dependency-name: posthog-js
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 16:50:34 +01:00
Mattias Granlund
7660b4c4f0
Separate dropzone from draggable
2024-01-29 16:23:12 +01:00
Mattias Granlund
de4cd8e5a4
Delete most standalone (and unused) icons
2024-01-29 15:59:19 +01:00
Mattias Granlund
8c26d6794a
Delete unused code and move more things
...
- part of ongoing project structure cleanup
2024-01-29 15:59:19 +01:00
Mattias Granlund
fb2f8cca16
Moving the rest of components into $lib
...
- the routing structure is now almost free from component files
2024-01-29 15:21:35 +01:00
Mattias Granlund
9d762f295d
Delete unused components
2024-01-29 14:47:04 +01:00
Mattias Granlund
1eb0ba432a
Move more components into $lib
2024-01-29 14:47:04 +01:00
Mattias Granlund
8d878ee96c
Move components into $lib
...
- tidying up project structure
2024-01-29 14:47:04 +01:00
Mattias Granlund
34ceebfcb9
Rename branch property readonly -> isUnapplied
2024-01-29 14:21:32 +01:00
Mattias Granlund
ecede7f6a6
fix: add error toast notification when loading remote branches fails
2024-01-29 13:57:47 +01:00
Pavel Laptev
b78cbda736
target branch color updated
2024-01-29 12:31:00 +01:00
Mattias Granlund
89b0384f48
chore: update label for stashed context menu item to "Unapplied"
2024-01-29 11:28:08 +01:00
Mattias Granlund
9d4a709012
Sort front end imports using eslint plugin
2024-01-29 09:44:08 +01:00
Mattias Granlund
80b48778f8
Enable eslint import/order plugin
2024-01-29 09:44:08 +01:00
Mattias Granlund
45c84564d4
Drop unused card expansions code
2024-01-29 09:44:08 +01:00
Pavel Laptev
e3daa34873
illustration updated
2024-01-28 21:25:19 +01:00
Mattias Granlund
eca69de970
Use 1 sec tooltip delay for ahead/behind
2024-01-28 21:24:50 +01:00
Mattias Granlund
e5c5d143a6
Remove plus/minus signs from ahead behind
...
- also separates tooltip into two separate tooltips
2024-01-28 21:24:50 +01:00
Kiril Videlov
7a05d6914c
feat: adds configurable telemetry settings for error reporting and metrics tracking
2024-01-28 12:59:22 +01:00
Pavel Laptev
7880be56d2
hide empty containers
2024-01-28 03:19:51 +01:00
Pavel Laptev
c1d0746cc2
Tokens updates and commits footer layout fix
2024-01-28 02:57:23 +01:00
Kiril Videlov
86714636d5
chore: remove unnecessary console.log statements
2024-01-27 20:17:25 +01:00
Mattias Granlund
d9102716d8
Put stashed branches in the sidenav again
2024-01-27 14:39:04 +01:00
Mattias Granlund
a561a004f7
Fix diff indentation problem
...
- we adjusted indentation in the past when we had no horizontal scroll
2024-01-27 13:44:14 +01:00
Mattias Granlund
7ded6ae5b6
chore: fix filterByText function to correctly filter branches by search term
2024-01-27 13:30:30 +01:00
Mattias Granlund
9d7ebabb84
chore: remove user-select: none from board
2024-01-27 13:25:27 +01:00
Mattias Granlund
e6107aab30
chore: remove unused draggable file feature from file card component
2024-01-27 13:24:47 +01:00
Mattias Granlund
20c725819b
feat: add distinctUntilChanged operator to prevent emitting duplicate values in getHeads function
2024-01-26 14:32:18 +01:00
Mattias Granlund
6b3e1ee027
Fix dragging file while file card open
2024-01-26 14:17:37 +01:00
Mattias Granlund
23e7cd7409
feat: add toggle button to stash/unstash branch changes in the UI
2024-01-26 11:58:59 +01:00
Mattias Granlund
85ce4a7b40
Set correct tooltip font-size
2024-01-26 11:23:34 +01:00
Mattias Granlund
83523e811a
Nit pick some variable names in tooltip.ts
2024-01-25 23:26:34 +01:00
Mattias Granlund
79629e9ca6
Replace tooltip with use:directive implementation
...
- tooltip placed in document root, absolutely positioned
- position retained during zoom
2024-01-25 20:19:16 +01:00
Kiril Videlov
35fd485858
chore: remove unused code and styles for update banner component
2024-01-25 14:21:48 +01:00
Pavel Laptev
f9b1bffdf4
updated resize shift variable
2024-01-25 01:52:17 +01:00
Kiril Videlov
df81625c1f
chore: add tooltips to provide additional information for unapplied and applied branch changes buttons
2024-01-24 22:47:45 +01:00
Kiril Videlov
3a1b79ad4f
chore: update tooltips for stashed changes and virtual branch changes in the UI
2024-01-24 22:18:42 +01:00
Kiril Videlov
bc2674d9f3
chore: update branch selection buttons with tooltips to clarify their functionality
2024-01-24 22:18:21 +01:00
Qix
0195eacc73
Merge pull request #2382 from gitbutlerapp/dependabot/npm_and_yarn/npm-patch-updates-33a9f5d2c6
...
chore(deps-dev): bump the npm-patch-updates group with 2 updates
2024-01-24 18:41:43 +01:00
Mattias Granlund
eacb2db6c6
Use textbox components on settings page
2024-01-24 18:26:16 +01:00
Kiril Videlov
975729d409
chore: update terminology from "applied branches" to "workspace"
2024-01-24 17:50:36 +01:00
Pavel Laptev
04db6b7da1
Merge pull request #2428 from gitbutlerapp/lane-style-updates
...
Lane style updates
2024-01-24 16:53:11 +01:00
Mattias Granlund
8c72a6b7f3
Remove dead stashed branches code
2024-01-24 16:52:33 +01:00
Pavel Laptev
463a0db255
unused CSS removed
2024-01-24 16:51:20 +01:00
Pavel Laptev
0935f1db75
File card animation duration updated
2024-01-24 16:49:06 +01:00
Pavel Laptev
c4f9973373
lint fixes
2024-01-24 16:38:06 +01:00
Pavel Laptev
0db0f0342b
lint fixes
2024-01-24 16:29:49 +01:00
Pavel Laptev
bfffc227e4
lint fixes
2024-01-24 16:24:43 +01:00
Pavel Laptev
9176b0e693
Merged origin/master into lane-style-updates
2024-01-24 16:20:25 +01:00
Pavel Laptev
e4ef5fb497
resizer updated, expander icon hover updated
2024-01-24 16:20:17 +01:00
Mattias Granlund
b4d56e191f
Fix posthog events
...
- broken due register call coming before init
2024-01-24 15:30:04 +01:00
Pavel Laptev
73cad6b808
Update lane and board styles
2024-01-24 11:16:18 +01:00
Pavel Laptev
6999c94586
Merged origin/master into lane-style-updates
2024-01-24 11:08:01 +01:00
Pavel Laptev
8934384d83
Merged origin/master into lane-style-updates
2024-01-24 11:07:32 +01:00
Mattias Granlund
3e37ffc095
Go to board instead of base on startup
2024-01-24 10:55:24 +01:00
Mattias Granlund
0cacc62c34
Move PR creation logic to service
...
- makes the UI component easier to manage
2024-01-24 10:45:07 +01:00
Mattias Granlund
84807f3e9b
Drop unused stashed preview file
2024-01-24 10:39:39 +01:00
Pavel Laptev
c1364a1fe5
many trunk changes
2024-01-24 10:27:51 +01:00
Mattias Granlund
3e93e82765
fix: update check for branch link selection to use endsWith() instead of includes()
2024-01-24 10:18:18 +01:00
Mattias Granlund
717e5a6dcd
Filter sidenav branches correctly
...
- incorrect filtering included unapplied vbranches with upstream
2024-01-24 00:18:18 +01:00
Pavel Laptev
56107652bb
fixing branches height
2024-01-24 00:14:23 +01:00
Mattias Granlund
16ab8d71c8
fix: update check for new updates to not show banner if app is up to date
2024-01-23 22:09:29 +01:00
Mattias Granlund
a56ea36666
Keep unapplied branches in the board
...
- disable draggables and drop zones when readonly
- dim header and add tag to distinguish from other statuses
2024-01-23 21:47:21 +01:00
Mattias Granlund
8671249176
Fix short lane context menu clipping
2024-01-23 21:26:51 +01:00
Mattias Granlund
0d266467ad
Make code selectable again
2024-01-23 21:25:17 +01:00
Pavel Laptev
91e0bdd19e
Merged origin/master into Lane style updates
2024-01-23 17:40:14 +01:00
Pavel Laptev
06457badd6
status tag colors and copy updated
2024-01-23 17:38:10 +01:00
Pavel Laptev
027cee9f0e
Merged origin/master into Lane style updates
2024-01-23 17:21:58 +01:00
Pavel Laptev
2aa4ff7169
workaround for full height containers
2024-01-23 17:21:21 +01:00
Mattias Granlund
2f874b2541
Grow file card to match lane width
2024-01-23 17:05:42 +01:00
Pavel Laptev
db309df701
lane style updates
2024-01-23 16:39:08 +01:00
Mattias Granlund
7f0434cbb1
Fix frontend branch name transformation
2024-01-23 16:12:31 +01:00
Mattias Granlund
94882fb83a
Fix pr creation by awaiting push & reload
2024-01-23 16:09:40 +01:00
Mattias Granlund
e95f8319e0
fix: remove unnecessary check for hunk.locked in ContextMenuItem
2024-01-23 16:08:03 +01:00
Mattias Granlund
14cafcdc1e
Move Sentry initialization
...
- makes sense to have it in sentry.ts and called from root layout.ts
2024-01-23 15:09:37 +01:00
Mattias Granlund
3915ff2530
chore: refactor PostHog initialization and capture branch push wait count for analytics
2024-01-23 14:49:30 +01:00
Mattias Granlund
2bab8d5cb5
Add try/catch to creating pr
2024-01-23 13:56:08 +01:00
Mattias Granlund
d798ef84c0
Fix idleness after PR creation
...
- also drop unused dependencies
2024-01-23 11:44:28 +01:00
Mattias Granlund
7b60d60072
Improve PR creation
...
- skip pushing if no local commits
- retry pr creation without pushing again
2024-01-23 11:13:42 +01:00
Mattias Granlund
51f727c950
Merge pull request #2389 from gitbutlerapp/simpify-app-updater-logic
...
Simpify app updater logic
2024-01-23 10:32:49 +01:00
Mattias Granlund
6a4b78a0be
Simplify app updating logic
...
- combines both install available and install status into one stream
2024-01-23 10:30:58 +01:00
Kiril Videlov
1b149af40c
🐛 fix: disable draggable hunk if it is locked or readonly
2024-01-23 10:22:52 +01:00
Mattias Granlund
ed62435ecd
Merge pull request #2388 from gitbutlerapp/improve-select-drop-down-component
...
Improve select drop down component
2024-01-23 10:12:54 +01:00
Mattias Granlund
d0ac00be97
Improve select drop down component
...
- selected option no longer disabled
- replace native select on project setup page
- initially selected item bound by value
- limit drop down height
- make drop down scrollable
2024-01-23 10:10:53 +01:00
Kiril Videlov
1c2634c824
on hover show what a hunk is locked to
2024-01-22 18:06:40 +01:00
Kiril Videlov
7d69bf6112
add tauri drag regions
2024-01-22 17:27:30 +01:00
dependabot[bot]
4079e6d87e
chore(deps-dev): bump the npm-patch-updates group with 2 updates
...
Bumps the npm-patch-updates group with 2 updates: [@types/crypto-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/crypto-js ) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ).
Updates `@types/crypto-js` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/crypto-js )
Updates `vite` from 4.5.1 to 4.5.2
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite )
---
updated-dependencies:
- dependency-name: "@types/crypto-js"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 15:38:11 +00:00
Kiril Videlov
8ac1367e78
make some elements non-selectable
2024-01-22 16:17:46 +01:00
Kiril Videlov
e2d1777a19
🎨 style: update text in new branch creation UI
2024-01-22 14:17:34 +01:00
Mattias Granlund
e6d9691396
Remote "target" button in readonly mode
2024-01-22 10:48:57 +01:00
Pavel Laptev
86f4a91da2
styles updated
2024-01-21 21:58:53 +01:00
Kiril Videlov
61ad099feb
this is a revert to a previous working version
2024-01-21 21:28:43 +01:00
Pavel Laptev
2b9318da15
updated “Up to date screen"
2024-01-21 20:50:44 +01:00
Pavel Laptev
9e119e4e47
minor css fixes
2024-01-20 16:29:40 +01:00
Pavel Laptev
bfa3ba69f0
css fixes
2024-01-20 16:29:06 +01:00
Pavel Laptev
3407c52219
tag component - added new property “shrinkable” in order to make the text in the component shrinkable with ellipsis
2024-01-20 16:17:15 +01:00
Pavel Laptev
bc808248f3
added new data attr in order to exclude elements from the draggable preview
2024-01-20 16:02:38 +01:00
Pavel Laptev
ad3d05ddd2
Status tag updated
2024-01-20 03:41:03 +01:00
Pavel Laptev
ff62088bac
lane styles simplified, default cursor updated, Tag component cursor updated, Icon button updated.
2024-01-20 03:23:53 +01:00
Pavel Laptev
09d4b99e27
added notClickable
to buttons, dropzone fixes
2024-01-20 01:06:04 +01:00
Kiril Videlov
0439559a5c
Improved hunk locking
...
Adds a lockedBy property to hunks on the API, containing a commit id to whitch the hunk is considered locked
2024-01-19 22:03:26 +01:00
dependabot[bot]
e2d0df225d
chore(deps-dev): bump the npm-patch-updates group with 10 updates
...
Bumps the npm-patch-updates group with 10 updates:
| Package | From | To |
| --- | --- | --- |
| [@codemirror/lang-markdown](https://github.com/codemirror/lang-markdown ) | `6.2.3` | `6.2.4` |
| [@codemirror/lang-vue](https://github.com/codemirror/lang-vue ) | `0.1.2` | `0.1.3` |
| [@codemirror/lang-wast](https://github.com/codemirror/lang-wast ) | `6.0.1` | `6.0.2` |
| [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff ) | `5.0.3` | `5.0.9` |
| [autoprefixer](https://github.com/postcss/autoprefixer ) | `10.4.16` | `10.4.17` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) | `2.29.0` | `2.29.1` |
| [postcss](https://github.com/postcss/postcss ) | `8.4.31` | `8.4.33` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss ) | `0.5.6` | `0.5.11` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte ) | `4.2.2` | `4.2.9` |
| [svelte-check](https://github.com/sveltejs/language-tools ) | `3.6.2` | `3.6.3` |
Updates `@codemirror/lang-markdown` from 6.2.3 to 6.2.4
- [Changelog](https://github.com/codemirror/lang-markdown/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-markdown/compare/6.2.3...6.2.4 )
Updates `@codemirror/lang-vue` from 0.1.2 to 0.1.3
- [Changelog](https://github.com/codemirror/lang-vue/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-vue/compare/0.1.2...0.1.3 )
Updates `@codemirror/lang-wast` from 6.0.1 to 6.0.2
- [Changelog](https://github.com/codemirror/lang-wast/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-wast/compare/6.0.1...6.0.2 )
Updates `@types/diff` from 5.0.3 to 5.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff )
Updates `autoprefixer` from 10.4.16 to 10.4.17
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.16...10.4.17 )
Updates `eslint-plugin-import` from 2.29.0 to 2.29.1
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1 )
Updates `postcss` from 8.4.31 to 8.4.33
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.33 )
Updates `prettier-plugin-tailwindcss` from 0.5.6 to 0.5.11
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.6...v0.5.11 )
Updates `svelte` from 4.2.2 to 4.2.9
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.9/packages/svelte/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.9/packages/svelte )
Updates `svelte-check` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/sveltejs/language-tools/releases )
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.2...svelte-check-3.6.3 )
---
updated-dependencies:
- dependency-name: "@codemirror/lang-markdown"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: "@codemirror/lang-vue"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: "@codemirror/lang-wast"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: "@types/diff"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: prettier-plugin-tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: svelte
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
- dependency-name: svelte-check
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-patch-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 17:57:02 +00:00
dependabot[bot]
2de5df540b
chore(deps-dev): bump the minor group with 10 updates
...
Bumps the minor group with 10 updates:
| Package | From | To |
| --- | --- | --- |
| [@codemirror/view](https://github.com/codemirror/view ) | `6.22.0` | `6.23.0` |
| [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript ) | `7.73.0` | `7.94.1` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit ) | `1.27.5` | `1.30.3` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `6.16.0` | `6.19.0` |
| [posthog-js](https://github.com/PostHog/posthog-js ) | `1.96.1` | `1.100.0` |
| [prettier](https://github.com/prettier/prettier ) | `3.1.1` | `3.2.4` |
| [svelte-outclick](https://github.com/babakfp/svelte-outclick ) | `3.6.2` | `3.7.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) | `3.3.3` | `3.4.1` |
| [tauri-plugin-context-menu](https://github.com/c2r0b/tauri-plugin-context-menu ) | `0.5.0` | `0.7.0` |
| [typescript](https://github.com/Microsoft/TypeScript ) | `5.2.2` | `5.3.3` |
Updates `@codemirror/view` from 6.22.0 to 6.23.0
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/view/compare/6.22.0...6.23.0 )
Updates `@sentry/sveltekit` from 7.73.0 to 7.94.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.73.0...7.94.1 )
Updates `@sveltejs/kit` from 1.27.5 to 1.30.3
- [Release notes](https://github.com/sveltejs/kit/releases )
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.30.3/packages/kit )
Updates `@typescript-eslint/parser` from 6.16.0 to 6.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.0/packages/parser )
Updates `posthog-js` from 1.96.1 to 1.100.0
- [Release notes](https://github.com/PostHog/posthog-js/releases )
- [Changelog](https://github.com/PostHog/posthog-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PostHog/posthog-js/compare/v1.96.1...v1.100.0 )
Updates `prettier` from 3.1.1 to 3.2.4
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.1.1...3.2.4 )
Updates `svelte-outclick` from 3.6.2 to 3.7.0
- [Commits](https://github.com/babakfp/svelte-outclick/commits )
Updates `tailwindcss` from 3.3.3 to 3.4.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.3...v3.4.1 )
Updates `tauri-plugin-context-menu` from 0.5.0 to 0.7.0
- [Commits](https://github.com/c2r0b/tauri-plugin-context-menu/commits )
Updates `typescript` from 5.2.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.3 )
---
updated-dependencies:
- dependency-name: "@codemirror/view"
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@sentry/sveltekit"
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: posthog-js
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: svelte-outclick
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: tauri-plugin-context-menu
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 17:35:08 +00:00
Qix
bd60d6ce59
Merge pull request #2335 from gitbutlerapp/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.19.0
...
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.19.0
2024-01-19 18:17:43 +01:00
Qix
85ebb018ff
Merge pull request #2331 from gitbutlerapp/dependabot/npm_and_yarn/postcss-load-config-5.0.2
...
chore(deps-dev): bump postcss-load-config from 4.0.1 to 5.0.2
2024-01-19 18:15:43 +01:00
dependabot[bot]
092b1fd7a7
chore(deps-dev): bump @typescript-eslint/eslint-plugin
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 6.13.2 to 6.19.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 17:15:41 +00:00
Qix
00ab61b062
Merge pull request #2312 from gitbutlerapp/dependabot/npm_and_yarn/lezer/common-1.2.1
...
chore(deps-dev): bump @lezer/common from 1.1.0 to 1.2.1
2024-01-19 18:14:53 +01:00
Qix
3061db46cb
Merge pull request #2329 from gitbutlerapp/dependabot/npm_and_yarn/types/lscache-1.3.4
...
chore(deps-dev): bump @types/lscache from 1.3.2 to 1.3.4
2024-01-19 18:14:14 +01:00
Qix
46e740d1da
Merge pull request #2330 from gitbutlerapp/dependabot/npm_and_yarn/inter-ui-4.0.1
...
chore(deps-dev): bump inter-ui from 3.19.3 to 4.0.1
2024-01-19 18:14:05 +01:00
Qix
fa0b65b041
Merge pull request #2328 from gitbutlerapp/dependabot/npm_and_yarn/reflect-metadata-0.2.1
...
chore(deps-dev): bump reflect-metadata from 0.1.13 to 0.2.1
2024-01-19 18:13:57 +01:00
dependabot[bot]
772b33daa0
chore(deps-dev): bump @lezer/common from 1.1.0 to 1.2.1
...
Bumps [@lezer/common](https://github.com/lezer-parser/common ) from 1.1.0 to 1.2.1.
- [Changelog](https://github.com/lezer-parser/common/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lezer-parser/common/compare/1.1.0...1.2.1 )
---
updated-dependencies:
- dependency-name: "@lezer/common"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 17:12:29 +00:00
Qix
84cf756515
Merge pull request #2285 from gitbutlerapp/dependabot/npm_and_yarn/vite-4.5.1
...
Bump vite from 4.5.0 to 4.5.1
2024-01-19 18:11:24 +01:00
dependabot[bot]
5d041c472f
chore(deps-dev): bump postcss-load-config from 4.0.1 to 5.0.2
...
Bumps [postcss-load-config](https://github.com/postcss/postcss-load-config ) from 4.0.1 to 5.0.2.
- [Release notes](https://github.com/postcss/postcss-load-config/releases )
- [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-load-config/compare/v4.0.1...5.0.2 )
---
updated-dependencies:
- dependency-name: postcss-load-config
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 17:10:55 +00:00
dependabot[bot]
5693b6b8be
chore(deps-dev): bump inter-ui from 3.19.3 to 4.0.1
...
Bumps [inter-ui](https://github.com/philipbelesky/inter-ui ) from 3.19.3 to 4.0.1.
- [Changelog](https://github.com/philipbelesky/inter-ui/blob/main/CHANGELOG.md )
- [Commits](https://github.com/philipbelesky/inter-ui/commits )
---
updated-dependencies:
- dependency-name: inter-ui
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 17:09:56 +00:00
dependabot[bot]
44116ffa0f
chore(deps-dev): bump @types/lscache from 1.3.2 to 1.3.4
...
Bumps [@types/lscache](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lscache ) from 1.3.2 to 1.3.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lscache )
---
updated-dependencies:
- dependency-name: "@types/lscache"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 17:09:37 +00:00
dependabot[bot]
2d6f1a95ab
chore(deps-dev): bump reflect-metadata from 0.1.13 to 0.2.1
...
Bumps [reflect-metadata](https://github.com/rbuckton/reflect-metadata ) from 0.1.13 to 0.2.1.
- [Release notes](https://github.com/rbuckton/reflect-metadata/releases )
- [Changelog](https://github.com/rbuckton/reflect-metadata/blob/main/tsconfig-release.json )
- [Commits](https://github.com/rbuckton/reflect-metadata/compare/v0.1.13...v0.2.1 )
---
updated-dependencies:
- dependency-name: reflect-metadata
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 17:09:19 +00:00
dependabot[bot]
d1de23fafc
chore(deps-dev): bump @codemirror/lang-html from 6.4.6 to 6.4.7
...
Bumps [@codemirror/lang-html](https://github.com/codemirror/lang-html ) from 6.4.6 to 6.4.7.
- [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-html/compare/6.4.6...6.4.7 )
---
updated-dependencies:
- dependency-name: "@codemirror/lang-html"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 17:04:56 +00:00
dependabot[bot]
2cf43afc44
chore(deps-dev): bump @codemirror/language from 6.9.3 to 6.10.0
...
Bumps [@codemirror/language](https://github.com/codemirror/language ) from 6.9.3 to 6.10.0.
- [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/language/compare/6.9.3...6.10.0 )
---
updated-dependencies:
- dependency-name: "@codemirror/language"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 17:00:19 +00:00
dependabot[bot]
95409c96b6
Bump vite from 4.5.0 to 4.5.1
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 16:29:30 +00:00
Pavel Laptev
f1910d47d6
minor css fixes
2024-01-19 14:13:27 +01:00
Pavel Laptev
68b8156604
minor css fixes
2024-01-19 14:12:23 +01:00
Mattias Granlund
965a51e1e8
Refactor branch lane layout
...
- whole lane scrollable rather than individual sections
- new upstream commit section
- fixed header at the top
- fixes scroll lock issue with nested scroll containers
- known issue with grey padding on drag
2024-01-19 13:58:37 +01:00
Pavel Laptev
676d9dbed7
minor css update
2024-01-19 01:34:47 +01:00