Commit Graph

8938 Commits

Author SHA1 Message Date
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
Nikita Galaiko
9ae8f7f4ea add project_id to files and deltas 2023-05-17 14:33:31 +02:00
Nikita Galaiko
6a0701be5e do not store duplicated file contents 2023-05-17 14:33:31 +02:00
Nikita Galaiko
403ad202fc use sqlite hooks to emit events 2023-05-17 14:33:31 +02:00
Nikita Galaiko
7a810a17c2 save all data into database 2023-05-17 14:33:31 +02:00
Nikita Galaiko
e89a6b63e8 allow to publish events to watchers 2023-05-17 14:33:31 +02:00
Nikita Galaiko
09ea70e8a3 deltas searcher args fix 2023-05-17 14:33:31 +02:00
Nikita Galaiko
5dce8bb430 rm get_session_reader method 2023-05-17 14:33:31 +02:00
Nikita Galaiko
405983e135 rm get_session_writer method 2023-05-17 14:33:31 +02:00
Nikita Galaiko
6c0a105934 create databases for sessions,deltas,files 2023-05-17 14:33:31 +02:00
Nikita Galaiko
47cf663301 add sqlite skeleton 2023-05-17 14:33:31 +02:00
Nikita Galaiko
d6f5b3120c move reader writer to root 2023-05-16 13:31:04 +02:00
Nikita Galaiko
a1a3aaeb41 export sessionreader as reader 2023-05-16 13:31:04 +02:00
Nikita Galaiko
59352d3247 extract deltas reader 2023-05-16 13:31:04 +02:00
Nikita Galaiko
92e4e7604e extract text document to mod 2023-05-16 13:31:04 +02:00
Nikita Galaiko
df01f0ce49 run apt-get update in actions 2023-05-16 13:20:04 +02:00
Nikita Galaiko
e2781591c1 bump deps 2023-05-16 08:20:07 +02:00
Nikita Galaiko
0b0bb8f403 Revert "global project stores"
This reverts commit 1f1455019c.
2023-05-16 08:20:07 +02:00
Nikita Galaiko
1f1455019c global project stores 2023-05-15 16:02:05 +02:00
Nikita Galaiko
4afa457baa when navigating to project page, check if cloud data is up to date 2023-05-15 15:38:37 +02:00
Nikita Galaiko
3b3aeb8bb6 project settings: update sync and cloud 2023-05-15 15:38:37 +02:00
Nikita Galaiko
15538de760 project: add description 2023-05-15 15:38:37 +02:00
Nikita Galaiko
24251d2207 feedback: optional email 2023-05-15 14:04:42 +02:00
Nikita Galaiko
2a3898bad9 global user store 2023-05-15 10:52:22 +02:00
Nikita Galaiko
6a3ade65d9 extract separate store for a single project 2023-05-15 10:33:06 +02:00
Nikita Galaiko
76aeda3e22 checkbox component 2023-05-15 09:42:45 +02:00
Nikita Galaiko
08f7cef419 implement share issue modal 2023-05-12 16:33:02 +02:00
Nikita Galaiko
a423263371 fix user settings links after tauri update 2023-05-12 15:47:04 +02:00
Nikita Galaiko
8d81e45f8b bump tauri 2023-05-12 12:48:07 +02:00
Nikita Galaiko
c182d4785c build story book 2023-05-12 12:34:31 +02:00