Commit Graph

1317 Commits

Author SHA1 Message Date
Nikita Galaiko
ef49fcbcdc fix player sessions list 2023-05-23 16:46:42 +02:00
Kiril Videlov
9731a41139 update chatbot page to the new api 2023-05-23 14:49:23 +02:00
Kiril Videlov
ebf22ec9f1 oops remove unused thing 2023-05-23 14:43:23 +02:00
Kiril Videlov
f2dbf05434 push after cloud has been enabled 2023-05-23 14:38:23 +02:00
Ian Donahue
412adac6c3
Merge pull request #364 from gitbutlerapp/ian/gb-326-timeline-date-and-sessions-need-a-hover
Ian/gb 326 timeline date and sessions need a hover
2023-05-23 14:30:45 +02:00
idonahue
a09ebd72bc pnpm install 2023-05-23 14:23:11 +02:00
idonahue
ebab769068 Update CSS styling and layout changes
This commit improves the appearance of the Differ and Player pages by modifying the background colors, padding, and other design elements. It also refactors some code for better readability and organization.

Changes include:

- Updated background colors for diff-line-addition, diff-line-deletion, and diff-line-spacer in Differ.
- Removed an unnecessary newline at the end of the diff.postcss file.
- Changed the layout of the player/+layout.svelte page by adding a new date-card class and reordering elements.
- Updated the CSS styling for the SessionCard component.
2023-05-23 14:22:39 +02:00
Nikita Galaiko
242cb270a5 show bookmarks on the timeline 2023-05-23 13:33:58 +02:00
Nikita Galaiko
578484bb27 define stores 2023-05-23 13:33:58 +02:00
Nikita Galaiko
4150da6f6e use new stores for file summaries 2023-05-23 13:33:58 +02:00
Ian Donahue
fc39e03d84
Merge pull request #361 from gitbutlerapp/ian/gb-302-add-replay-icon-to-the-top-nav
Add replay button to navigation menu
2023-05-23 11:42:55 +02:00
idonahue
7e93fd6a3b Add replay button to navigation menu
This commit updates the colors for IconRewind to currentColor, allowing them to be more easily styled. Additionally, a new replay button has been added to the navigation menu with corresponding tooltip and click functionality that navigates to the player page.

Changes:
- Update color of IconRewind and IconSearch to currentColor
- Add replay button with IconRewind to navigation menu
- Include tooltip label for replay button
- Implement click functionality to navigate to player page
2023-05-23 11:38:43 +02:00
Nikita Galaiko
2fb8fe3389 use single connection to database 2023-05-23 10:27:01 +02:00
Nikita Galaiko
b17f704efb improve click outside detection for modals 2023-05-23 10:16:18 +02:00
Nikita Galaiko
f8bb9741e4 minor stores fix 2023-05-22 20:26:53 +02:00
Ian Donahue
418e3b68f1
Merge pull request #352 from gitbutlerapp/ian/gb-321-share-with-gitbutler-modal-text
Refactor Checkbox component and update ShareIssueModal defaults
2023-05-22 17:40:18 +02:00
idonahue
d4fdc11819 pnpm format 2023-05-22 17:36:48 +02:00
idonahue
100c346df1 Refactor Checkbox component and update ShareIssueModal defaults
- Changed some of the language in the share modal
- In the Checkbox component, the default width and height have been reduced from 18px to 16px.
- In the ShareIssueModal component, the default values for `sendLogs`, `sendProjectData`, and `sendProjectRepository` are set to `false` instead of `true`.
2023-05-22 17:34:38 +02:00
Nikita Galaiko
f847f88496 fix linter issues 2023-05-22 16:56:10 +02:00
Nikita Galaiko
9fb838462d minor fixes 2023-05-22 16:56:10 +02:00
Nikita Galaiko
37efa4e48a remove db hooks 2023-05-22 16:56:10 +02:00
Nikita Galaiko
0fb7aaede4 add button to player frame filename 2023-05-22 16:56:10 +02:00
Nikita Galaiko
06a65f862f replace bookmark modal icon 2023-05-22 16:56:10 +02:00
Nikita Galaiko
beca54115b display bookmark status in the sessions list 2023-05-22 16:56:10 +02:00
Nikita Galaiko
f08fa0133b use correct bookmark timestamp when creating 2023-05-22 16:56:10 +02:00
Nikita Galaiko
490f3ba657 add bookmark modal 2023-05-22 16:56:10 +02:00
Nikita Galaiko
a261060403 rm printlns 2023-05-22 16:56:10 +02:00
Nikita Galaiko
0e57a29569 add quick bookmark cmdk 2023-05-22 16:56:10 +02:00
Nikita Galaiko
1cde5b1949 update eslint-typescript 2023-05-22 16:56:10 +02:00
Nikita Galaiko
9172b0a4c6 pnpm install 2023-05-22 16:56:10 +02:00
Ian Donahue
3821a41d55
Merge pull request #350 from gitbutlerapp/ian/gb-320-cant-select-class-and-href-in-player
Refactor Differ component styling
2023-05-22 13:07:02 +02:00
idonahue
80c2a8d171 Refactor Differ component styling
Changes made:
- Remove unused `.token-attribute` class
2023-05-22 12:17:42 +02:00
Kiril Videlov
d4e379f3ec update copy for submitting logs 2023-05-21 19:56:40 +02:00
Kiril Videlov
be4902cdb5 remove navigation arrows 2023-05-21 19:49:43 +02:00
Ian Donahue
d38c9a65ab
Merge pull request #347 from gitbutlerapp/ian/gb-318-visual-update-filesummaries-when-empty
Visual update FileSummaries when empty (initial state)
2023-05-19 17:59:58 +02:00
idonahue
86e3ab47eb Visual update FileSummaries when empty (inital state) 2023-05-19 17:55:18 +02:00
Nikita Galaiko
7a58558c07 sqlite: use WAL mode 2023-05-19 16:15:46 +02:00
Nikita Galaiko
9fe324996d allow to delete bookmarks 2023-05-19 16:15:46 +02:00
Nikita Galaiko
fd00c76f6f aggregate deltas when reading from database 2023-05-19 14:12:06 +02:00
Nikita Galaiko
5031e6ba12 simplify project file change 2023-05-19 14:12:06 +02:00
Nikita Galaiko
504c27ce3d do not show activity before the first session 2023-05-19 14:12:06 +02:00
Ian Donahue
d130cff0fe
Merge pull request #344 from gitbutlerapp/ian/gb-310-write-content-for-syncing-projects-with
Ian/gb 310 write content for syncing projects with
2023-05-19 14:04:59 +02:00
idonahue
68a0f6d98c pnpm format 2023-05-19 13:57:29 +02:00
idonahue
db31731e18 Refactor “sync with gitbutler modal" and add GitButler features
This commit refactors the sync with gitbutler modal layout and adds a list of GitButler features for new users. The diff shows the addition of a right box for displaying the GitButler description and feature list, and retains the left box for adding a new project. The feature list includes three primary features: recording actions, simplifying Git work, and code context search. The new layout provides a more informative and concise introduction to GitButler for users who have not started any projects.
2023-05-19 13:56:19 +02:00
Nikita Galaiko
45efa9e10e rm app/ dir 2023-05-19 12:59:57 +02:00
Nikita Galaiko
6c24282dcc save bookmarks into sessions 2023-05-19 10:57:50 +02:00
Nikita Galaiko
612261cc0a init bookmarks package 2023-05-19 10:57:50 +02:00
Nikita Galaiko
0e89f15a62 make db transaction callback return result 2023-05-19 10:57:50 +02:00
Nikita Galaiko
fc32525d85 do not index sessions twice when fetching 2023-05-17 14:33:31 +02:00
Nikita Galaiko
e083922114 remove unused code 2023-05-17 14:33:31 +02:00