Mattias Granlund
03362851d7
Fix more text clipping problems
...
- in some places we need to use e.g. text-base-body-11 instead of text-base-11
2023-12-18 20:29:18 +01:00
dependabot[bot]
cc42b4f0bd
Bump @typescript-eslint/parser from 6.9.0 to 6.14.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 6.9.0 to 6.14.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.14.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 20:13:34 +01:00
dependabot[bot]
f20729a8c2
chore(deps-dev): bump @codemirror/lang-markdown from 6.2.1 to 6.2.3
...
Bumps [@codemirror/lang-markdown](https://github.com/codemirror/lang-markdown ) from 6.2.1 to 6.2.3.
- [Changelog](https://github.com/codemirror/lang-markdown/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-markdown/compare/6.2.1...6.2.3 )
---
updated-dependencies:
- dependency-name: "@codemirror/lang-markdown"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 20:13:20 +01:00
dependabot[bot]
5f8ad2c1c5
chore(deps-dev): bump @lezer/highlight from 1.1.6 to 1.2.0
...
Bumps [@lezer/highlight](https://github.com/lezer-parser/highlight ) from 1.1.6 to 1.2.0.
- [Changelog](https://github.com/lezer-parser/highlight/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lezer-parser/highlight/compare/1.1.6...1.2.0 )
---
updated-dependencies:
- dependency-name: "@lezer/highlight"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 20:13:11 +01:00
Mattias Granlund
2dad3f2593
chore: update interval for checking updates to every 6 hours instead of every 12 hours
2023-12-18 20:11:11 +01:00
Mattias Granlund
a3c3141782
fix: set explicit branches sidebar height when none found in storage
...
- to prevent content shifting when filters are applied/unapplied
2023-12-18 17:26:59 +01:00
Pavel Laptev
f8a8a2f262
feat: improve commit message generation and focus textarea on mount and on focus
2023-12-18 12:38:05 +01:00
Pavel Laptev
c36033feb8
removed unused import
2023-12-17 11:46:23 +01:00
Pavel Laptev
7cf61d7cf4
updated commit box css and animation
2023-12-17 11:44:17 +01:00
Pavel Laptev
5f4b47182e
Updated event type
2023-12-17 02:44:38 +01:00
Pavel Laptev
b547bbf4ef
UX updates
...
- removed full label select on double click
- text area styling changes
- text area auto height hook added
2023-12-17 02:39:22 +01:00
Pavel Laptev
17eb806354
updated commit box animation speed
2023-12-17 01:03:01 +01:00
Pavel Laptev
33f9e54b74
Commit box animation updated
2023-12-17 00:23:16 +01:00
Mattias Granlund
8f0c393ceb
Fix variable declaration mistake in github service
2023-12-16 21:00:35 +00:00
Mattias Granlund
8b4d3c9791
Add busy indicator while waiting for addProject
...
- the plus icon turns into a spinner
2023-12-16 20:59:53 +00:00
Mattias Granlund
55a3bd1951
Refactor and remove use of GitHubIntegrationContext
2023-12-16 19:48:51 +00:00
Mattias Granlund
a99694e670
Rename PrService -> GitHubService
2023-12-16 19:48:51 +00:00
Mattias Granlund
6d9b8828d0
Integrate github context object into PrService
2023-12-16 19:48:51 +00:00
Mattias Granlund
5d404c937b
Rename pullrequests.ts -> service.ts
2023-12-16 19:48:51 +00:00
Pavel Laptev
403c255dde
minor css updates
2023-12-16 16:40:58 +01:00
Pavel Laptev
dbb6154a76
Titles styles updated. Badge style updated
2023-12-16 16:27:50 +01:00
Pavel Laptev
76b26a27bb
branch remote name styles
2023-12-16 15:56:06 +01:00
Mattias Granlund
34239d7097
Fix background color of commit box in dark mode
2023-12-16 12:46:37 +00:00
Mattias Granlund
ac46104ca0
Implement new commit box design
2023-12-16 12:37:14 +00:00
Mattias Granlund
eada859f6f
Bundle css into js for posthog
...
- should fix rendering of navbar in session recordings
- tested using Dev build, let's see what happens
2023-12-16 10:43:39 +00:00
Pavel Laptev
9779a8d970
Merge pull request #2066 from gitbutlerapp/hunk-focus-state-update
...
Hunk focus state update
2023-12-15 15:41:33 +01:00
Mattias Granlund
1f5dfd4c68
Fix commit card connecting line when resizing
2023-12-15 14:40:50 +00:00
Pavel Laptev
f55ab7451b
style: update hunk scrollbar styling and add transition for border color
2023-12-15 15:39:38 +01:00
Mattias Granlund
42d747e058
Require focus before horizontal hunk scroll
2023-12-15 14:33:34 +00:00
Pavel Laptev
257d61bec8
Merge pull request #2062 from gitbutlerapp/new-icon-ai-small
...
new icon "ai-small"
2023-12-15 14:08:16 +01:00
Mattias Granlund
cd0e209f12
feat: add remote branch display in branch card header
...
The changes in this commit add the ability to display the name of the remote branch in the branch card header. This provides better visibility and context for users when working with branches.
2023-12-15 12:58:53 +00:00
Pavel Laptev
73d171eafd
chore: new ai icon
2023-12-15 13:56:42 +01:00
Pavel Laptev
c955f1f417
updated space between branches
2023-12-15 13:06:51 +01:00
Kiril Videlov
94f476eeb7
🔧 fix: improve UI text and options for Git authentication configuration
2023-12-15 12:02:27 +01:00
Mattias Granlund
eb6f224949
Fix generate message button
...
- regressed when removing square/svelte-store
2023-12-15 10:58:51 +00:00
Nikita Galaiko
5646580183
Merge pull request #2052 from gitbutlerapp/create-virtual-branch-from-branch
...
Create virtual branch from branch
2023-12-15 10:54:55 +01:00
Nikita Galaiko
135b78a2bf
use vbranch time over remote branch time
2023-12-15 10:46:36 +01:00
Kiril Videlov
0938c82793
🐛 fix: prevent duplicate authors from being added when remoteBranch is present but pr is not
2023-12-15 10:43:52 +01:00
Mattias Granlund
0d008ff74b
Prevent branch list item overflow
...
- truncate long name field with ellipsis
2023-12-15 09:43:38 +00:00
Mattias Granlund
183e044700
Fix lint errors required by new version of prettier
2023-12-14 17:02:11 +00:00
Mattias Granlund
19a27b0712
chore: update posthog-js to version 1.95.1 and prettier to version 3.1.1
2023-12-14 17:02:11 +00:00
Mattias Granlund
53dba74be8
Filter out remote branches that aren't ahead
2023-12-14 15:24:51 +00:00
Mattias Granlund
0503c803e8
style: add padding to empty message in project list
2023-12-14 15:19:30 +00:00
Nikita Galaiko
4ddc970747
feat: add support for default and git credentials helper as preferred SSH key options in the UI
2023-12-14 15:22:00 +01:00
Mattias Granlund
31802477eb
Fix project selection bug
...
- branches in branch list were not being updated
2023-12-14 12:04:34 +00:00
Mattias Granlund
072721c034
style: update width and min-width of .hunk__inner_inner class to ensure proper layout on different screen sizes
2023-12-14 11:20:08 +00:00
Mattias Granlund
35b02d7e5f
Hide pr filter if not signed into github
2023-12-14 10:51:52 +00:00
Mattias Granlund
b031c50989
Fix hunk dragging style bug
...
- draggable elements need unstyeld containers
2023-12-14 10:41:06 +00:00
Mattias Granlund
bd2beac459
Fix hunk menu by using new context menu
2023-12-14 10:01:08 +00:00
Nikita Galaiko
845f9c3862
Merge pull request #2036 from gitbutlerapp/update-modifiedat-and-updated-at
...
Update modifiedat and updated_at
2023-12-14 09:43:35 +01:00
Nikita Galaiko
3b86f4cf05
updatedTimestampMs => updatedAt
2023-12-14 09:38:53 +01:00
Mattias Granlund
d320beec33
Allow row click in branch filter
2023-12-13 23:38:55 +00:00
Mattias Granlund
2ef023d4f6
Fix branch deletion
...
- modal disappeared after menu auto closes
2023-12-13 23:28:17 +00:00
Mattias Granlund
0df859366c
Show filtered branch count in sidebar rather than total
2023-12-13 23:23:27 +00:00
Mattias Granlund
ecf229a018
Get rid of square/svelte-store
...
- rewrite simplified version of persisted store
- replace all usages with new version
- convert updater store to AppUpdate
2023-12-13 23:08:55 +00:00
Pavel Laptev
522e0546f5
Filter popup menu checkbox and toggle size updated
2023-12-13 20:59:01 +01:00
Kiril Videlov
e3c257cb26
🔧 fix: disable action button when branch has no files or is not active
2023-12-13 20:41:32 +01:00
Kiril Videlov
69e15844d9
🔨 chore: add check to prevent reloading when inactive
2023-12-13 19:25:57 +01:00
Mattias Granlund
26eafe27ae
Move spacer component to $lib
2023-12-13 16:10:16 +00:00
Mattias Granlund
c3257691b9
Fix branch filtering
2023-12-13 16:09:58 +00:00
Mattias Granlund
be94eb6350
fix: update condition for hiding bots in branch filtering
2023-12-13 15:49:03 +00:00
Nikita Galaiko
38a733f1ca
use backend branch update time
2023-12-13 16:42:28 +01:00
Mattias Granlund
82b861758c
Fix branch lane context menu
...
- made it unclickable by mistake
2023-12-13 15:10:42 +00:00
Mattias Granlund
dc6f23ccd3
Fix default state for filters
...
- do not show little dot when checkboxes are checked, toggles are off
2023-12-13 14:18:01 +00:00
Mattias Granlund
81c008c6e2
chore: remove console.log statement
2023-12-13 14:14:38 +00:00
Mattias Granlund
d60860267d
feat: optimize update checking by reloading update store every 12 hours
2023-12-13 14:14:15 +00:00
Mattias Granlund
c23d1eb7e3
Refactor branch filter and apply new design
...
- add toggle for hiding inactive
- choices persisted in localStorage
2023-12-13 13:33:10 +00:00
Nikita Galaiko
483230b5c1
Merge pull request #2018 from gitbutlerapp/add-test-for-diff-correct-after-update
...
Add test for diff correct after update
2023-12-13 14:04:44 +01:00
Nikita Galaiko
fe1662d58a
use target fetchedat time from backend
2023-12-13 13:50:29 +01:00
Nikita Galaiko
8d6827d784
do not show "Open" link for remote commits
2023-12-13 09:33:11 +01:00
Pavel Laptev
e40886efb8
Merged origin/master into Update hunk styles
2023-12-12 23:44:27 +01:00
Pavel Laptev
fa7f2f8b27
Space between the hunk title and details updated
2023-12-12 23:43:22 +01:00
Mattias Granlund
70d7347ae3
Refactor context menus and popups
...
- add dividers (sections)
- stop using overlay for branch popup
- click outside to dismiss (without canceling click)
2023-12-12 22:43:07 +00:00
Pavel Laptev
0f9bbc9cfa
File preview. Header title styles updated
2023-12-12 23:39:54 +01:00
Pavel Laptev
a72932a2a9
hunk overflow fixed
2023-12-12 22:59:46 +01:00
Pavel Laptev
40c957d9a1
hunk CSS updated
2023-12-12 22:56:26 +01:00
Pavel Laptev
05bd73da34
hunk css updated
2023-12-12 22:27:12 +01:00
Pavel Laptev
e4e0b2de53
added horizontal scroll to hunks
2023-12-12 22:23:13 +01:00
Pavel Laptev
75b8216918
loader hight fixed
2023-12-12 17:31:59 +01:00
Pavel Laptev
930b06a0eb
deleted unnesesery import
2023-12-12 17:28:18 +01:00
Pavel Laptev
26f826413f
coderefactoring
2023-12-12 17:25:44 +01:00
Pavel Laptev
db037960a8
Codereview: header and icon to props
2023-12-12 17:12:25 +01:00
Pavel Laptev
d32f08153c
Merged origin/master into Update modal styles
2023-12-12 16:05:41 +01:00
Mattias Granlund
043e0de45b
Use main app background for dragging window
...
- this doesn't yet enable dragging for e.g. settings, but we'll get there
2023-12-12 15:05:32 +00:00
Pavel Laptev
66bc0303c4
removed unused import
2023-12-12 16:05:28 +01:00
Mattias Granlund
669c481bf6
Enable app drag from board background
2023-12-12 15:05:03 +00:00
Pavel Laptev
20d150cac1
removed unnesessery css
2023-12-12 16:02:54 +01:00
Pavel Laptev
5d805513c1
modal title replaced
2023-12-12 16:01:31 +01:00
Pavel Laptev
697b1fa3bb
fixed code line width
2023-12-12 15:56:42 +01:00
Pavel Laptev
1182161c70
Merged origin/master into Update modal styles
2023-12-12 15:54:31 +01:00
Pavel Laptev
388d645a2b
changed modals and some styles
2023-12-12 15:53:49 +01:00
Mattias Granlund
867d82efde
Always go to the board when switching projects
2023-12-12 14:48:39 +00:00
Nikita Galaiko
9be36ef6af
add descritpion to force pushing preference
2023-12-12 12:15:19 +01:00
Nikita Galaiko
08e41f46d1
reflect squashing rules in ui
2023-12-12 10:18:34 +01:00
dependabot[bot]
ee90793b0d
chore(deps-dev): bump svelte-floating-ui from 1.5.3 to 1.5.8
...
Bumps [svelte-floating-ui](https://github.com/fedorovvvv/svelte-floating-ui ) from 1.5.3 to 1.5.8.
- [Release notes](https://github.com/fedorovvvv/svelte-floating-ui/releases )
- [Commits](https://github.com/fedorovvvv/svelte-floating-ui/compare/1.5.3...1.5.8 )
---
updated-dependencies:
- dependency-name: svelte-floating-ui
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 19:41:13 +00:00
dependabot[bot]
feed4b3df6
chore(deps-dev): bump eslint-plugin-svelte from 2.35.0 to 2.35.1
...
Bumps [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte ) from 2.35.0 to 2.35.1.
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases )
- [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.35.0...v2.35.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-svelte
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 19:39:44 +00:00
Nikita Galaiko
8b3d8e42d0
Merge pull request #1988 from gitbutlerapp/add-force-pushing-error
...
disallow amending if force pushing is not ok
2023-12-11 16:54:04 +01:00
Nikita Galaiko
768bde4f27
disallow amending if force pushing is not ok
2023-12-11 15:49:43 +01:00
Pavel Laptev
680cf192db
wip
2023-12-11 15:12:31 +01:00
Nikita Galaiko
9c157ae0af
do not show create pr button for pushed branches
2023-12-11 14:00:51 +01:00
Nikita Galaiko
a1e4e651cc
ui for ok with force pushing
2023-12-11 11:17:20 +01:00
Mattias Granlund
e7990b41ba
Fix bug in hunk context menu
...
- it wasn't always referring to the right file
2023-12-10 23:56:56 +00:00
Mattias Granlund
ebbc71a0bc
Go back on flex container in scrollable
...
- using block is more ergonomic for its contents
- undo the decision on using flex I made earlier today
2023-12-10 23:54:43 +00:00
Pavel Laptev
57ee23bf77
hover updated
2023-12-11 00:08:39 +01:00
Mattias Granlund
5dc93d932d
Fix a couple of scrollable glitches
2023-12-10 21:38:52 +00:00
Kiril Videlov
2aaeac1f80
🐛 fix: correctly handle user authentication status for enabling branch name and commit message generation
...
🔨 chore: remove unused userSettings variable from login page
2023-12-10 21:42:16 +01:00
Kiril Videlov
10165be6ac
🐛 fix: correct typo in error message for failed pull request creation
2023-12-10 21:36:31 +01:00
Pavel Laptev
ce9ffdf3bd
small css fix
2023-12-10 20:26:24 +01:00
Pavel Laptev
ef096fa480
default branch width updated
2023-12-10 16:52:29 +01:00
Pavel Laptev
fd42da0774
New branch dragzone updated
2023-12-10 16:42:02 +01:00
Pavel Laptev
b72f2e4b1f
Wip
2023-12-09 21:54:12 +01:00
Pavel Laptev
8fa960cdee
Wip
2023-12-09 21:07:59 +01:00
Pavel Laptev
8e196b1274
Fixed files list gap and added bottom padding
2023-12-09 21:03:04 +01:00
Pavel Laptev
433db0cd32
Sync button, new icons, tag updated
2023-12-09 20:53:13 +01:00
Pavel Laptev
961df0852e
padding updates
2023-12-09 14:59:06 +01:00
Pavel Laptev
5cbc98fca0
new icon “commit"
2023-12-09 14:56:51 +01:00
Pavel Laptev
1b48cd40ac
merged from upstream
2023-12-09 14:47:32 +01:00
Pavel Laptev
2727312b77
Added new overlay color
2023-12-09 10:23:18 +01:00
Pavel Laptev
48ad2c4e99
Updated tokens
2023-12-08 17:27:04 +01:00
Pavel Laptev
7dc40b0c1f
Css fix
2023-12-08 17:18:14 +01:00
Pavel Laptev
ae4a13450d
codereview fixes from https://github.com/gitbutlerapp/gitbutler-client/pull/1961
2023-12-08 17:14:05 +01:00
Pavel Laptev
478f672acb
hover color updated
2023-12-08 17:09:07 +01:00
Pavel Laptev
0e98acd370
Wip
2023-12-08 17:03:22 +01:00
Pavel Laptev
07b501f6a5
Codereview fixes
2023-12-08 15:07:49 +01:00
Pavel Laptev
9dcf5b49aa
Merged origin/master into Improve label editing using keyboard
2023-12-08 14:54:41 +01:00
Nikita Galaiko
9e57b90f7d
Merge pull request #1957 from gitbutlerapp/smarter-credentials-helper
...
smarter credentials helper
2023-12-08 12:28:45 +01:00
Nikita Galaiko
f1fd6e6a59
hint absolute path
2023-12-08 11:13:35 +01:00
Mattias Granlund
56537d428c
Create ScrollableContainer component
...
- use it for all scrollable containers other than board
- commit got too big, includes github PR stuff (not active)
2023-12-08 10:04:11 +00:00
Pavel Laptev
2d12e953ea
Fixes
2023-12-07 17:29:56 +01:00
Pavel Laptev
6dfc9203fa
Fix
2023-12-07 17:24:56 +01:00
Pavel Laptev
39d4b5f861
Wip
2023-12-07 17:22:19 +01:00
Pavel Laptev
f6f9d57520
Update
2023-12-07 14:03:22 +01:00
Pavel Laptev
935376ed8c
Wip
2023-12-07 13:14:37 +01:00
Pavel Laptev
0cc4e089a8
new icons
2023-12-06 17:20:18 +01:00
Pavel Laptev
daa2187ca3
radio and toggle added
2023-12-06 16:37:46 +01:00
Pavel Laptev
6ba0982e56
Merged origin/master into Add new components
2023-12-06 13:16:57 +01:00
Pavel Laptev
a0952810c4
checkbox added
2023-12-06 13:16:44 +01:00
Mattias Granlund
4ffad7a466
Use textbox components in settings page
2023-12-05 23:09:15 +00:00
Mattias Granlund
8f67de5cbe
Some small nits
...
- remove app drag region from branch lane
- remove unused variable
- remove unused css class
2023-12-05 15:53:33 +00:00
Pavel Laptev
89f03a6701
Merged origin/master into Margin fix
2023-12-05 16:49:30 +01:00
Pavel Laptev
16b3545c12
fixed ListItem height for the dropdown menu
2023-12-05 16:49:22 +01:00
Mattias Granlund
49f2cfd63d
Fix resizing while zoomed in
...
- take into account zoom factor when converting to rem units
2023-12-05 15:47:16 +00:00
Pavel Laptev
8d83a9279c
Merged origin/master into Margin fix
2023-12-05 16:44:06 +01:00
Pavel Laptev
a035e9a4fa
fix
2023-12-05 16:43:08 +01:00
Mattias Granlund
95449584f9
Rename /user to /settings in frontend
2023-12-05 15:34:02 +00:00
dependabot[bot]
1a5f2567d8
chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 9.0.0 to 9.1.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.0.0...v9.1.0 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 15:14:03 +00:00
dependabot[bot]
7e76cc148d
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.7.3 to 6.13.2.
- [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.13.2/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>
2023-12-05 15:13:27 +00:00
dependabot[bot]
805792f276
chore(deps-dev): bump @codemirror/language from 6.9.0 to 6.9.3
...
Bumps [@codemirror/language](https://github.com/codemirror/language ) from 6.9.0 to 6.9.3.
- [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/language/compare/6.9.0...6.9.3 )
---
updated-dependencies:
- dependency-name: "@codemirror/language"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 15:11:14 +00:00
dependabot[bot]
0501ef6646
chore(deps-dev): bump eslint from 8.54.0 to 8.55.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.54.0 to 8.55.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.54.0...v8.55.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 15:10:42 +00:00
dependabot[bot]
a7dbc68288
chore(deps-dev): bump nanoevents from 8.0.0 to 9.0.0
...
Bumps [nanoevents](https://github.com/ai/nanoevents ) from 8.0.0 to 9.0.0.
- [Changelog](https://github.com/ai/nanoevents/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoevents/compare/8.0.0...9.0.0 )
---
updated-dependencies:
- dependency-name: nanoevents
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 15:10:34 +00:00
Mattias Granlund
dc6fa34ee5
Update external link icon
2023-12-05 14:59:34 +00:00
Mattias Granlund
a4e3623530
Remove class property from Icon component
...
- we discussed and decided to phase out className props
2023-12-05 14:56:40 +00:00
Nikita Galaiko
65fc2d1cc3
Merge pull request #1930 from gitbutlerapp/refactor-delete-branch-function
...
support deletion of applied branches
2023-12-05 15:26:32 +01:00
Mattias Granlund
c4b76f5811
Allow lane drag from header background in addition to handle
2023-12-05 13:59:41 +00:00
Nikita Galaiko
ef9aa747a4
fix deletion of applied branches
2023-12-05 11:35:41 +01:00
Nikita Galaiko
3097087b45
fix branch lane delete dialog
2023-12-05 10:37:23 +01:00
dependabot[bot]
85c52a2da6
Bump prettier-plugin-svelte from 3.0.3 to 3.1.2
...
Bumps [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte ) from 3.0.3 to 3.1.2.
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.0.3...v3.1.2 )
---
updated-dependencies:
- dependency-name: prettier-plugin-svelte
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 14:46:18 +00:00
dependabot[bot]
1e89cbbaf8
Bump crypto-js and @types/crypto-js
...
Bumps [crypto-js](https://github.com/brix/crypto-js ) and [@types/crypto-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/crypto-js ). These dependencies needed to be updated together.
Updates `crypto-js` from 4.1.1 to 4.2.0
- [Commits](https://github.com/brix/crypto-js/compare/4.1.1...4.2.0 )
Updates `@types/crypto-js` from 4.1.1 to 4.2.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/crypto-js )
---
updated-dependencies:
- dependency-name: crypto-js
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@types/crypto-js"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 14:46:05 +00:00
Mattias Granlund
10f09dea6f
Show gh username when no email present in authors icon list
2023-12-04 14:40:35 +00:00
Mattias Granlund
1a266f7bd1
Refactor resizing of branches list in sidebar
...
- remove dependency on userSettings.ts (we're working to remove it)
- use rem units over pixels
2023-12-04 14:40:09 +00:00
Mattias Granlund
d0e391ab82
Add conflict markers to file list view
2023-12-04 10:52:12 +00:00
Mattias Granlund
d4a025e6b8
style: update flex-shrink value in branch container to allow it to shrink if necessary
2023-12-04 09:37:49 +00:00
Kiril Videlov
ecb6eb9aed
🐛 fix: sort contributions by modifiedAt date, handling cases where modifiedAt is undefined
2023-12-03 23:31:46 +01:00
Kiril Videlov
c2e32ced04
🔨 chore: add conditional rendering for branch icon in item component
2023-12-03 23:31:46 +01:00
Kiril Videlov
fdbbd48033
🔨 chore: update author and modifiedAt properties to return optional values
2023-12-03 23:31:46 +01:00
Pavel Laptev
8792f6eafb
Merge pull request #1911 from gitbutlerapp/code-cleanup
...
Tokens updates and code cleanup
2023-12-03 22:36:32 +01:00
Mattias Granlund
c39b04474a
Update branch filter type names
...
- all, pr, remote & unapplied
2023-12-03 21:34:08 +00:00
PavelLaptev
f8d24c1775
Merged origin/master into Code cleanup
2023-12-03 22:31:25 +01:00
PavelLaptev
69734de262
Tokens updated
2023-12-03 22:31:09 +01:00
Mattias Granlund
aa8f7fff29
Make zooming in better by persisting rem units
2023-12-03 21:22:59 +00:00
PavelLaptev
278a08e6fe
removed unnesessery color modes from InfoMessage
2023-12-03 22:10:48 +01:00
PavelLaptev
b52a32f256
tokens updated
2023-12-03 21:40:10 +01:00
PavelLaptev
d4f395f496
Commits list header vertical centered
2023-12-03 20:55:05 +01:00
PavelLaptev
41a693b3c2
stashed branches — icon shrink fixed
2023-12-03 20:51:13 +01:00
Mattias Granlund
1d5da80125
Combine all branches in a single sidebar section
...
- the sidebar resizing overflow problem is now fixed
2023-12-03 19:47:46 +00:00
Kiril Videlov
58269340b4
✨ feat: add delete confirmation modal for branch deletion in branch menu
2023-12-03 19:37:35 +01:00
Mattias Granlund
33908a292f
Fix loading status tooltip
2023-12-03 18:04:56 +00:00
Mattias Granlund
50209b4bf7
Separate out AuhtorIcon component from list component
2023-12-03 18:04:11 +00:00
Mattias Granlund
444b15631a
Add scrollbar to project selector
2023-12-03 18:04:02 +00:00
Mattias Granlund
4af41d639d
feat: add delete functionality to branch popup menu item
2023-12-03 17:55:20 +00:00
PavelLaptev
4f59715f52
simplified list item layout
2023-12-03 17:12:56 +01:00
Scott Chacon
a93ef1dd71
🔨 chore: add hover effect to clickable tag elements
2023-12-03 16:25:18 +01:00
Kiril Videlov
290ff33657
style: update loading status margin in left-btns container
2023-12-03 16:11:53 +01:00
PavelLaptev
4822b143cf
Wip
2023-12-03 15:41:56 +01:00
PavelLaptev
ee107750a6
new styles
2023-12-03 15:38:04 +01:00
PavelLaptev
b4433ce630
Text styles updated
2023-12-03 12:29:52 +01:00
PavelLaptev
115eef2eab
info message fix
2023-12-03 11:54:57 +01:00
PavelLaptev
3fc932f387
Merged origin/master into Fix file name and path stylesCSS fixes
2023-12-03 11:33:55 +01:00
PavelLaptev
82815d8595
updated wide
mode for dropdown
2023-12-03 11:33:36 +01:00
PavelLaptev
1fa04db713
file list item updated
2023-12-03 11:26:00 +01:00
Mattias Granlund
3d73de1113
Fix css bug folding of commit list component
2023-12-03 10:19:22 +00:00
PavelLaptev
6b86a6ee56
update
2023-12-03 11:06:48 +01:00
Mattias Granlund
45dae4197d
fix: fix the calculation of the justpath
property in the File class
...
The `justpath` property in the File class was previously returning an incorrect value. The calculation was splitting the `path` string by '/' and then selecting a range of elements to join together. The range was specified as `slice(1, -2)`, which resulted in excluding the first element and including the second-to-last element.
The fix updates the range to `slice(0, -1)`, which includes all elements except for the last one. This ensures that the `justpath` property correctly represents the path without the filename.
2023-12-03 01:07:32 +00:00
Mattias Granlund
080773be9f
Fix commit mistake from settings UI update
2023-12-03 01:06:59 +00:00
Mattias Granlund
d2fd7ac092
Give global settings page a max width and facelift
2023-12-03 01:00:26 +00:00
PavelLaptev
315ebbfd6c
Wip
2023-12-03 01:19:17 +01:00
PavelLaptev
fef690abb2
Updated Dropdown
2023-12-03 01:15:13 +01:00
PavelLaptev
beab7b947e
Merged origin/master into CSS updates
2023-12-03 01:14:32 +01:00
Mattias Granlund
bcfd84f33c
Revert settings page changes from earlier today to broken ui
2023-12-02 23:54:49 +00:00
Mattias Granlund
974055dc85
Fix font size bug in tag component
...
- an inherited large font size makes the icon shift vertically
2023-12-02 23:48:42 +00:00
Mattias Granlund
2f24c3eca6
Fix commit card drag image
...
- removes white container that was present during drag
2023-12-02 23:48:30 +00:00
Mattias Granlund
d8b8d2c558
Make pr and branch preview into cards
2023-12-02 23:48:09 +00:00
Mattias Granlund
de86920eb4
Use shared css classes for cards
...
Going with bem notation since simple names for nested objects are impossible to grep for.
2023-12-02 23:47:57 +00:00
Mattias Granlund
611bd60078
Fix commit list expand / collapse
2023-12-02 23:47:33 +00:00
PavelLaptev
4c1fb0567a
centered icons in Segemented control
2023-12-02 23:16:09 +01:00
Mattias Granlund
84179133bc
Fix scrolling of files and enable scrolling of commits
2023-12-02 16:51:00 +00:00
Mattias Granlund
65d9b3ba7a
Add window dragging by pulling on the board background.
...
- does not work over the new branch dropzone.
2023-12-02 13:14:11 +00:00
Mattias Granlund
703472368a
Show clear home button if repo fails to load
2023-12-02 13:11:53 +00:00
dependabot[bot]
cfc0cd1c49
Bump posthog-js from 1.84.2 to 1.93.2
...
Bumps [posthog-js](https://github.com/PostHog/posthog-js ) from 1.84.2 to 1.93.2.
- [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.84.2...v1.93.2 )
---
updated-dependencies:
- dependency-name: posthog-js
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 16:28:41 +00:00
Scott Chacon
936cb20892
🔨 chore: update project sync status handling and UI
...
- Refactored the `onSyncChange` function to handle the project sync status update.
- Added a checkbox to allow users to enable or disable project sync.
- Added conditional rendering for the project sync section based on the user's role.
- Updated the `User` struct in both Rust and TypeScript to include the `role` field.
2023-12-01 15:06:50 +00:00
Mattias Granlund
e286c528b8
chore: drop unused resizer
2023-12-01 13:41:31 +00:00
Mattias Granlund
3c7e098da1
chore: update (force push button to have a wide layout
2023-12-01 13:36:34 +00:00
Mattias Granlund
c153e2f457
Make resizing and scrolling great
...
- resizers should now be absolutely positioned within the thing they are resizing
- scrollbar now works for horizontal mode as well (board)
2023-11-30 23:36:52 +00:00
Kiril Videlov
0703a8cc82
fix: update user name display logic in button component to prioritize given_name and email if name is not available
2023-11-30 22:26:23 +01:00
Kiril Videlov
7b95d2097b
Merge pull request #1874 from gitbutlerapp/update-summary-generation-label
...
Update summary generation label
2023-11-30 18:26:10 +01:00
Kiril Videlov
a6dd5fcde2
chore: update label and description for AI integration option in UI
2023-11-30 18:22:53 +01:00
Kiril Videlov
7faebcd9ec
Merge pull request #1871 from gitbutlerapp/add-annotate-warning-back
...
Add annotate warning back
2023-11-30 18:04:31 +01:00
Kiril Videlov
56a0d652fc
feat: add cloudEnabled prop to SyncButton component to conditionally call syncToCloud based on project's API sync status
2023-11-30 17:58:49 +01:00
Mattias Granlund
0a426013da
Merge pull request #1870 from gitbutlerapp/remove-resizer-1
...
Remove resizer 1
2023-11-30 16:55:15 +00:00
Scott Chacon
71adb5e435
add back the annotate commits warning
2023-11-30 17:54:47 +01:00
Mattias Granlund
e3b30fa3df
Remove resizer from BranchFiles.svelte
2023-11-30 17:52:43 +01:00
Mattias Granlund
eb7f2674a5
Merge branch 'master' into refactor-project-setup-page
2023-11-30 16:48:48 +00:00
Mattias Granlund
f9415c937b
Make the project setup page great again 🤘
2023-11-30 17:47:12 +01:00
Kiril Videlov
225de46e6f
fix lint
2023-11-30 15:41:37 +01:00
Kiril Videlov
2046df3a43
fix: prevent default behavior only when drag handle id is not 'drag-handle'
2023-11-30 15:41:37 +01:00
Kiril Videlov
e9828a605e
fix: adjust drop position calculation in drag and drop functionality
2023-11-30 15:41:37 +01:00
Kiril Videlov
41d0494b73
feat: update user name field to be optional in User struct and User type to handle cases where name or given_name is not available
2023-11-30 13:40:23 +01:00
Mattias Granlund
6e64d3fbcc
Wait for prs to reload after creating pr
2023-11-30 10:07:48 +00:00
Mattias Granlund
7e6e26d4e1
🔨 chore: fix scrollable check in client script
2023-11-30 09:41:37 +00:00
Mattias Granlund
08f23df1b9
Make pr creation even more reliable
...
- do both pushing and pr creation in pr service
- no discontinuity in "loading"
- wait for branch to have upstream (10s timeout)
2023-11-30 08:42:12 +00:00
Mattias Granlund
8726e27e39
Make PR creation more reliable
...
- can't be exact atm as we can't "wait" for upstream data to be sent to front end
- will talk to Kiril about this
2023-11-29 23:23:43 +00:00
Mattias Granlund
593eb9e717
Split out commit list header and footer
2023-11-29 22:33:22 +00:00
Mattias Granlund
74aac963f7
Renaming a vairable to test push
2023-11-29 21:56:52 +00:00
Mattias Granlund
46909a3a25
🚀 feat: add state management for PR service and update createPullRequest method
2023-11-29 21:54:25 +00:00
Mattias Granlund
915426ea4e
Truncate long branch names in commit list item header
2023-11-29 20:32:13 +00:00
Kiril Videlov
4fd8c890c9
chore: increase z-index value for .popup element to prevent it from being overlapped by other elements
2023-11-29 20:31:50 +00:00
Mattias Granlund
1c2073b980
🔨 chore: remove badge count in applied branches component
2023-11-29 20:30:58 +00:00
Mattias Granlund
55f6130a95
Fix image copy when dragging a lane
2023-11-29 18:14:43 +00:00
Mattias Granlund
41634e1ae5
Fix duplicate PR bug
2023-11-29 17:51:50 +00:00
Mattias Granlund
3eafd5af42
Show number of applied branches in sidebar
...
- Pavel will think about this still
2023-11-29 17:51:38 +00:00
Mattias Granlund
8b22c518bc
Enforce use of drag handle with branches
2023-11-29 17:27:44 +00:00
Mattias Granlund
cdbeba18c7
🔧 fix: add default color to SVG icons for better styling consistency
2023-11-29 16:17:48 +00:00
Mattias Granlund
7ffbcf51b3
Refactor the project selection page
2023-11-29 15:54:28 +00:00
Mattias Granlund
6cd9f9b2d9
Make eslint fail lint on unused variables
2023-11-29 10:50:34 +00:00
Mattias Granlund
42ca5c5952
Fix lint warnings
2023-11-29 10:50:26 +00:00
Mattias Granlund
ad11d82ae9
Update styling for base branch view
2023-11-29 10:48:39 +00:00
Mattias Granlund
9f2d4f2359
Display PR body as markdown
2023-11-29 10:26:22 +00:00
Mattias Granlund
7d99ac6b52
✨ feat: add support for readonly mode in commit card
2023-11-29 10:18:48 +00:00
Mattias Granlund
24ecfabf57
Improve the PR preview page a bit
2023-11-29 10:17:23 +00:00
Mattias Granlund
8213e0628c
🔥 refactor: remove crossfade transition from commit boxes
2023-11-29 09:38:23 +00:00
Mattias Granlund
fb96d91164
Rename LocalCommits to CommitList
2023-11-29 09:30:28 +00:00
Mattias Granlund
4f35b90508
Drop unused remote/integrated commits code
2023-11-29 09:30:28 +00:00
Mattias Granlund
a372f3b5cf
🔧 fix: decrease timeout for tooltip to improve user experience
2023-11-29 09:25:06 +00:00
Mattias Granlund
65d1c0e629
🔨 chore: add readonly prop to Commit component to prevent actions when in readonly mode
2023-11-29 09:24:43 +00:00
Mattias Granlund
2548ced85c
Improve UI for stashed branch header
2023-11-29 09:19:23 +00:00
Mattias Granlund
e9bb16488f
🐛 fix: handle sync status properly when fetching and reloading data
2023-11-29 09:14:20 +00:00
Mattias Granlund
547fb02d13
🔨 chore: increase sleep time before creating PR to accommodate for GitHub's processing time
2023-11-29 09:14:12 +00:00
Mattias Granlund
f1c49b2d51
Goto board after apply/delete
2023-11-29 09:13:16 +00:00
Nikita Galaiko
83d1edcc71
fix warning condition
2023-11-29 09:54:11 +01:00
Mattias Granlund
57ef71fd0c
Fix the UI bug when dragging file card
2023-11-29 00:51:42 +00:00
Mattias Granlund
00dbf95444
Fix scrolling/resizing in files section of branch
2023-11-29 00:41:48 +00:00
Mattias Granlund
1fa737e40f
Await reload of prs before loading is set to false
2023-11-29 00:05:59 +00:00
PavelLaptev
5172ca2b07
Wip
2023-11-29 00:59:40 +01:00
PavelLaptev
96c1fb0064
Test undo
2023-11-29 00:46:57 +01:00
PavelLaptev
874e8f2e4b
Test
2023-11-29 00:46:18 +01:00
PavelLaptev
2caddf48c1
Test
2023-11-29 00:45:43 +01:00
PavelLaptev
4e5567391e
body background update, commit card update
2023-11-29 00:45:17 +01:00
PavelLaptev
6abcf57057
merged upstream
2023-11-29 00:38:42 +01:00
PavelLaptev
d3a8e9c3fb
very long commit message just to test how it works and if it
2023-11-29 00:38:29 +01:00
Mattias Granlund
5973ce4364
🔧 fix: update getGithubContext to only emit distinct values when baseBranch remoteUrl changes
2023-11-28 23:30:04 +00:00
PavelLaptev
b7c5dc3e56
merged upstream
2023-11-29 00:14:00 +01:00
PavelLaptev
d1d20c063e
Wip
2023-11-29 00:13:46 +01:00
Mattias Granlund
71cce6730e
🐛 fix: clear selected file ID when closing file modal
2023-11-28 23:01:13 +00:00
Mattias Granlund
8f1a8805a9
🔨 chore: update text alignment in branch card component
2023-11-28 23:00:54 +00:00
Mattias Granlund
66154ce440
🔨 chore: optimize PR loading by adding skipCache option and logging for debugging
2023-11-28 22:40:14 +00:00
PavelLaptev
898834a7ee
new tag color, tokens typo fix
2023-11-28 23:15:52 +01:00
PavelLaptev
8e9725e856
Changed cursor for the branch label
2023-11-28 22:48:52 +01:00
PavelLaptev
f13b33e6e3
new icon
2023-11-28 22:39:23 +01:00
Mattias Granlund
1216c5e647
🔧 fix: center align h1 and p elements in new-branch section
2023-11-28 21:31:03 +00:00
Mattias Granlund
adacf168be
Fix lint warnings
2023-11-28 21:30:14 +00:00
Mattias Granlund
fb3a1b4e49
🔧 fix: center align h1 in .no-changes class
2023-11-28 21:30:07 +00:00
Mattias Granlund
cc9a6a5b70
🔨 chore: update PrService to support injecting and retrieving additional Pull Requests
2023-11-28 21:10:48 +00:00
Mattias Granlund
2c08ae499a
🔧 fix: handle push failure gracefully and display error message
2023-11-28 20:59:03 +00:00
Mattias Granlund
e0d889dd85
✨ feat: add sleep function to delay PR creation after pushing branch
2023-11-28 19:42:31 +00:00
Mattias Granlund
66c2e6f3ab
✨ feat: add support for creating pull requests when pushing commits
2023-11-28 19:38:49 +00:00
Mattias Granlund
ace186e6cf
Testing create PR
2023-11-28 18:54:33 +00:00
Mattias Granlund
70938bdd4e
🔧 fix: try and fix create pr button
2023-11-28 18:54:16 +00:00
Mattias Granlund
93ce6917dd
Fix clowny mistake
2023-11-28 18:53:59 +00:00
Mattias Granlund
b88030c81b
🔨 chore: add conditional rendering for update button based on base branch status
2023-11-28 18:43:28 +00:00
Mattias Granlund
87b9b2f3c4
🔨 chore: add clickable behavior to error Tag component
2023-11-28 18:34:09 +00:00
Mattias Granlund
999f7db224
Move sync and update buttons
2023-11-28 18:28:35 +00:00
Mattias Granlund
151924ea8a
Make wide option for regular buttons
2023-11-28 18:15:06 +00:00
Mattias Granlund
3b0777fe4c
Change PR tag to say "PR"
2023-11-28 18:15:06 +00:00
Kiril Videlov
516f3700a1
chore: update Prettier configuration files to use JSON format instead of JavaScript module format
2023-11-28 18:52:02 +01:00
Mattias Granlund
2b89f67040
Add back hacky reset head commit button
...
- will be updated soon
2023-11-28 17:33:24 +00:00
Mattias Granlund
7e7eac663f
Show only "create pull request" for remote commits
2023-11-28 17:33:24 +00:00
Mattias Granlund
b6771b6018
Refactor and restyle commit boxes
2023-11-28 17:33:24 +00:00
Mattias Granlund
ea32af1022
Add a couple of icons
2023-11-28 16:14:53 +00:00
Kiril Videlov
86ccd3b4bd
fix: automatically generate branch name for virtual branches with one-liner changes
2023-11-28 16:21:52 +01:00
Kiril Videlov
124aacef4e
chore: update prettier configuration file paths and format
2023-11-28 15:53:31 +01:00