Josh Junon
502645eaac
move from lib+bin to bin, refactor tests into crate
2024-03-01 15:14:30 +01:00
Pavel Laptev
d5c9f1d7da
Merge pull request #2936 from pouyakary/master
...
Making the image in empty board not draggable.
2024-03-01 14:51:08 +01:00
Pavel Laptev
2bdf11d1a4
Moved no-drag
CSS prop to the image component
2024-03-01 14:48:35 +01:00
Pavel Laptev
a746e2d5c5
Merge branch 'master' into pr/2936
2024-03-01 14:46:33 +01:00
Josh Junon
3db987e8c6
Merge pull request #2966 from gitbutlerapp/remove-vscode
...
remove .vscode folder
2024-03-01 14:11:20 +01:00
Josh Junon
0e6554b524
remove .vscode folder
2024-03-01 14:09:43 +01:00
Josh Junon
004c5b49ed
Merge pull request #2965 from gitbutlerapp/Virtual-branch-4
...
fix build/clippy warnings and flakey whitespace-sensitive tests
2024-03-01 14:03:39 +01:00
Scott Chacon
77e07e2308
Merged origin/master into Update unapply files function
2024-03-01 13:36:19 +01:00
Josh Junon
04ce762dc8
fix build/clippy warnings and flakey whitespace-sensitive tests
2024-03-01 13:31:49 +01:00
Josh Junon
861a41144e
Merge pull request #2964 from gitbutlerapp/automatically-create-gitbutler-ui/build
...
automatically create gitbutler-ui/build
2024-03-01 13:16:19 +01:00
Scott Chacon
740e0477da
Merged origin/master into Update unapply files function
2024-03-01 13:11:24 +01:00
Josh Junon
73faf32b29
automatically create gitbutler-ui/build
2024-03-01 13:00:31 +01:00
Josh Junon
612645cfd1
Merge pull request #2963 from gitbutlerapp/Virtual-branch-4
...
Turn normal comment into doc comment
2024-03-01 12:53:34 +01:00
Josh Junon
94a5eb6be2
Turn normal comment into doc comment
2024-03-01 12:35:41 +01:00
Mattias Granlund
d26c92bea4
Remove outdated comment
...
- the container div is now added programatically
2024-03-01 11:56:05 +02:00
Mattias Granlund
d45fdd3846
chore: update Instagram link in README.md
2024-03-01 10:36:13 +02:00
Pavel Laptev
4db5a1c3ed
Merge pull request #2958 from gitbutlerapp/Sidebar-tooltip-place-fix
...
fix:change the place where the tooltip should appear
2024-03-01 01:50:13 +01:00
Pavel Laptev
50512c79ba
fix:change the place where the tooltip should appear
2024-03-01 01:47:28 +01:00
Mattias Granlund
7eabc10e4f
Fix right click on file double menu
...
- add preventdefault modifier to event handlers
2024-03-01 00:37:12 +02:00
Mattias Granlund
34bafe3d35
Drop commented out css line
2024-02-29 21:51:39 +02:00
Mattias Granlund
c6aca14a71
Nitpick some variable names and function declarations
2024-02-29 21:51:39 +02:00
Pavel Laptev
6adfd6883c
hotkey added to hide the sidebar added
2024-02-29 21:51:39 +02:00
Pavel Laptev
7192c1f17f
UI: small badge for the folded trunk menu item
2024-02-29 21:51:39 +02:00
Pavel Laptev
e20d5cdc1c
UI: tooltip styles update, tooltips for sidebar
2024-02-29 21:51:39 +02:00
Pavel Laptev
9a0ccdc1f2
styles fixes and remove unused class
2024-02-29 21:51:39 +02:00
Daniel Kranich
4dd441ccd0
formatting fixes to pass CI
2024-02-29 21:51:39 +02:00
Daniel Kranich
65fd9eabce
Remove unused navCollapsed function
2024-02-29 21:51:39 +02:00
Daniel Kranich
4b34694cb6
Simplify collapsing nav state management
...
Simplified the state management for setting and reading the nav collapsed state
2024-02-29 21:51:39 +02:00
Daniel Kranich
5b00eed576
AccountLink isNavCollapsed export defaults to false
...
This means it only needs to be specified if it matters
2024-02-29 21:51:39 +02:00
Pavel Laptev
2062d31cb8
paddings fixes
2024-02-29 21:51:39 +02:00
Pavel Laptev
92c6012cc5
folded navigation updates
...
- Added `overflowValue` event to handle folding the navbar when resizing reaches the minimum value.
- Updated navbar paddings.
- The `IconButton` component now includes a new property `width`.
2024-02-29 21:51:39 +02:00
Pavel Laptev
5561f055b3
removed unused resizer property
2024-02-29 21:51:39 +02:00
Pavel Laptev
88b3058dd0
Navigation bar folded state update
...
- updated folded state
- Inline SVG images moved to assets folder as images
- added new bigger size for `ButtonIcon`
2024-02-29 21:51:39 +02:00
Pavel Laptev
5b467d5261
remove branches list resizer
2024-02-29 21:51:39 +02:00
Pavel Laptev
40cc56db9b
Added project avatar
2024-02-29 21:51:39 +02:00
Pavel Laptev
ada64ac160
UI: folding button styles
2024-02-29 21:51:39 +02:00
Pavel Laptev
e58356bd14
detect OS
...
in order to remove/add sidebar padding on the Sidebar
2024-02-29 21:51:39 +02:00
Pavel Laptev
7b1499e797
rezizer styles updated
...
- updated resizer styles
- removed Tailwind classes (we will remove it in the future)
- updated components styles that use `Resize` in order to support its update
2024-02-29 21:51:39 +02:00
Daniel Kranich
0404a3a0bd
Fix code formatting and linting errors
2024-02-29 21:51:39 +02:00
Daniel Kranich
e069b5aeef
fix: pass isNavCollapsed
prop to AccountLink
component to ensure proper functionality
2024-02-29 21:51:39 +02:00
Daniel Kranich
064c1a0765
Move collapse functionality into a single function to toggle the collapsed state.
2024-02-29 21:51:39 +02:00
Daniel Kranich
8518820935
Pass collapsed state as normal boolean rather than persisted storage boolean to other components.
2024-02-29 21:51:39 +02:00
Daniel Kranich
8b387a306a
chore: update navigation component to support collapsing and expanding the navigation menu
2024-02-29 21:51:39 +02:00
Kiril Videlov
16de23fbc4
Merge pull request #2952 from gitbutlerapp/ui-loggong-to-a-file
2024-02-29 19:49:20 +01:00
Kiril Videlov
e8c7f53685
adds file logging of UI errors
2024-02-29 19:28:45 +01:00
Josh Junon
ede0ce959d
Merge pull request #2951 from gitbutlerapp/windows-fixes
...
create windows gb repo path upon creation
2024-02-29 16:21:36 +01:00
Josh Junon
44c4365903
create windows gb repo path upon creation
2024-02-29 16:07:52 +01:00
Josh Junon
18d7ebf39c
Merge pull request #2949 from gitbutlerapp/fix-windows-git
...
Fix windows builds
2024-02-29 15:57:13 +01:00
Josh Junon
5c88e3db89
remove gitbutler-git from builds
2024-02-29 15:44:07 +01:00
Josh Junon
6d51b5e252
move unix import into cfg gated use
2024-02-29 15:24:09 +01:00