Kiril Videlov
00bb8e39aa
Revert "warm up the cache on mount"
...
This reverts commit 20c03d6e96
.
2023-03-28 17:05:32 +02:00
Ian Donahue
e8468fa137
Merge branch 'master' into btn-grp
2023-03-28 17:04:50 +02:00
Ian Donahue
984fb6bb54
Refactored the button component woerjowier
2023-03-28 17:00:46 +02:00
Nikita Galaiko
b3e4ec151e
do not show dates without changes
2023-03-28 16:53:20 +02:00
Nikita Galaiko
20c03d6e96
warm up the cache on mount
2023-03-28 16:53:20 +02:00
Kiril Videlov
6b147d4d25
forgot this
2023-03-28 16:33:17 +02:00
Kiril Videlov
d70acdeb22
format
2023-03-28 16:33:17 +02:00
Kiril Videlov
f0e440a58d
update button group since now filled is true by default
2023-03-28 16:33:17 +02:00
Kiril Videlov
1738936a66
update storybook for button since now filled is true by default
2023-03-28 16:33:17 +02:00
Kiril Videlov
1b1459ee55
fix some merge issues
2023-03-28 16:33:17 +02:00
Kiril Videlov
089db67ec8
button group component
2023-03-28 16:33:17 +02:00
Kiril Videlov
cb3432292d
button component can be wide
2023-03-28 16:33:17 +02:00
Kiril Videlov
74ddc05509
wip
2023-03-28 16:33:17 +02:00
dependabot[bot]
7a6787ff5a
Bump openssl from 0.10.45 to 0.10.48 in /src-tauri
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.45 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.45...openssl-v0.10.48 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-28 16:22:30 +02:00
Nikita Galaiko
6633d9d20e
rm global webkit hack
2023-03-28 16:22:17 +02:00
Nikita Galaiko
e10706b635
do not overflow player below the control
2023-03-28 16:22:17 +02:00
Kiril Videlov
9679073710
format
2023-03-28 16:20:07 +02:00
Kiril Videlov
ac7d613127
update button group since now filled is true by default
2023-03-28 16:19:45 +02:00
Kiril Videlov
2daa02a118
update storybook for button since now filled is true by default
2023-03-28 16:18:35 +02:00
Kiril Videlov
5b87728c74
fix some merge issues
2023-03-28 16:18:04 +02:00
Kiril Videlov
7e4156a414
button group component
2023-03-28 16:05:44 +02:00
Kiril Videlov
954c9d9340
button component can be wide
2023-03-28 16:05:42 +02:00
Kiril Videlov
ed6c89d435
wip
2023-03-28 16:02:23 +02:00
Nikita Galaiko
8827e9f91a
try another rust cache action
2023-03-28 15:44:59 +02:00
Nikita Galaiko
589bd83053
move redirection to page.ts
2023-03-28 15:30:24 +02:00
Nikita Galaiko
9347df2ce0
try speed up rust tests
2023-03-28 14:59:37 +02:00
Nikita Galaiko
3c84e90fb4
refactor codeviewer layout
2023-03-28 14:59:37 +02:00
Kiril Videlov
735820e7d0
breadcrumbs fix, no popover, clicking on projec==goto project
2023-03-28 14:51:14 +02:00
Nikita Galaiko
46e6af7fb2
pnpm lint
2023-03-28 14:02:09 +02:00
Nikita Galaiko
bd96bb7f7d
fix all linter errors
2023-03-28 14:02:09 +02:00
Ian Donahue
38b6629159
Merge pull request #69 from gitbutlerapp/ian/gb-125-changed-file-names-getting-truncated
...
Ian/gb 125 changed file names getting truncated
2023-03-28 13:19:49 +02:00
Ian Donahue
936a16e8ad
Merge branch 'master' into ian/gb-125-changed-file-names-getting-truncated
2023-03-28 13:18:15 +02:00
Ian Donahue
eabe5d1c6a
Added custome scrollbars back
2023-03-28 13:17:09 +02:00
Ian Donahue
6d8c1fbbdd
Fixes ian/gb-125-changed-file-names-getting-truncated
...
Truncation was not working
2023-03-28 13:12:21 +02:00
Ian Donahue
ff21137cd3
Merge pull request #68 from gitbutlerapp/ian/testing-button-component
...
Button component improvements
2023-03-28 12:48:45 +02:00
Ian Donahue
c667511e29
Update style and minor refactoring in Storybook and components
...
Wer
2023-03-28 12:38:11 +02:00
Ian Donahue
7a2a0adb73
Added transition to button
...
Wer
2023-03-28 12:32:25 +02:00
Ian Donahue
0efc4c0c1c
wer
...
wrer
2023-03-28 12:18:30 +02:00
Ian Donahue
ac66e946f2
Merge branch 'master' into ian/prettify-scroll-bar
2023-03-28 11:40:52 +02:00
Ian Donahue
c167eef29c
Refactor scrollbar CSS and improve form layout
...
This commit refactors the CSS for the scrollbar by removing unnecessary margin and padding properties, and changing the background color to increase contrast for better usability. The form layout in the commit page of the Svelte app is also optimized by adjusting the input and textarea elements' styling and alignment to improve overall readability and consistency.
Changes:
- Update scrollbar width and height properties
- Change scrollbar background color to rgba(255, 255, 255, 0.2)
- Remove padding and width properties from ::-webkit-scrollbar-thumb
- Adjust layout of input and textarea elements in commit page
- Improve alignment and truncation of file paths in commit file list
2023-03-28 11:40:04 +02:00
Kiril Videlov
c61e49dd34
remove storybook example code
2023-03-28 11:34:02 +02:00
Kiril Videlov
a5f70df56a
remove example button component from Storybook to avoid confusion
2023-03-28 11:23:14 +02:00
Kiril Videlov
ed8c23f9fe
Introduce a reusable button
2023-03-28 11:23:14 +02:00
Kiril Videlov
66828d4621
add GitButler background color
2023-03-28 11:23:14 +02:00
Kiril Videlov
bb84c6979c
make storybook work with tailwind
2023-03-28 11:23:14 +02:00
Ian Donahue
dbc04ed0fe
Merge branch 'master' into ian/prettify-scroll-bar
2023-03-28 10:57:34 +02:00
Nikita Galaiko
e86aa11ef6
only apply webkit hacks to search page
2023-03-28 10:53:37 +02:00
Nikita Galaiko
6125d08e2a
smart path collapse based on width
2023-03-28 10:42:14 +02:00
Nikita Galaiko
eed758a346
pnpm format
2023-03-28 09:51:09 +02:00
Nikita Galaiko
88411fe0e6
add discs for player files list
2023-03-28 09:50:43 +02:00