Commit Graph

1258 Commits

Author SHA1 Message Date
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
Nikita Galaiko
cdabd1ec5e add linter for stores 2023-05-12 12:34:31 +02:00
Nikita Galaiko
64529ba2e6 move icons to another dir 2023-05-12 12:34:31 +02:00
dependabot[bot]
f48db1c7cd Bump anyhow from 1.0.70 to 1.0.71 in /src-tauri
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.71.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.70...1.0.71)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-12 12:23:23 +02:00
Nikita Galaiko
72888bbf07 add rust api to fetch feedback archives 2023-05-12 11:51:55 +02:00
Nikita Galaiko
67334aa5e4 cleanup unused styles 2023-05-11 15:01:58 +02:00
Nikita Galaiko
03c3d2a287 move text editor styles to text editor 2023-05-11 14:40:58 +02:00
Nikita Galaiko
5181dab5b0 fixup connect to cloud dialog 2023-05-11 14:40:58 +02:00
Nikita Galaiko
d98583ea85 fixup delete confirmation modals 2023-05-11 14:40:58 +02:00
Nikita Galaiko
d88492735a fixup link project modal 2023-05-11 14:40:58 +02:00
Nikita Galaiko
4a08ee95ff use styles from figma 2023-05-11 14:40:58 +02:00
Nikita Galaiko
e8607ce380 move BackForwardButtons & Breadcrumbs 2023-05-11 13:21:55 +02:00
Nikita Galaiko
61e42755f6 move common diff functions to lib 2023-05-11 13:21:55 +02:00
Nikita Galaiko
faeb183171 move DiffViewer to where it used 2023-05-11 13:21:55 +02:00
Nikita Galaiko
ad0138d7ae mkdir Overlay 2023-05-11 13:21:55 +02:00
Nikita Galaiko
76cae65723 move QuickCommitModal to where it used 2023-05-11 13:21:55 +02:00
Nikita Galaiko
5b0b2d8389 move LinkProjectModal to where its used 2023-05-11 13:21:55 +02:00
Nikita Galaiko
68559dfe3e rename Dialog -> Modal 2023-05-11 13:21:55 +02:00
Nikita Galaiko
619a51c0c3 rename Modal -> Overlay 2023-05-11 13:21:55 +02:00
Nikita Galaiko
37f74e9ff9 better click outside detection 2023-05-11 11:02:21 +02:00
Nikita Galaiko
90f475d7e5 fix cmd+r redirects 2023-05-11 11:02:21 +02:00
Nikita Galaiko
f04505d8e7 do not open/close modal with no need 2023-05-11 11:02:21 +02:00
Nikita Galaiko
9c5c764330 make events and hotkeys global 2023-05-11 09:23:12 +02:00
Nikita Galaiko
990f6f3153 remove icon from the link dialog header 2023-05-11 08:52:44 +02:00
Nikita Galaiko
03171d648e bump typescript 2023-05-11 08:22:28 +02:00
dependabot[bot]
cf681f7b53 Bump tokio from 1.27.0 to 1.28.0 in /src-tauri
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.27.0...tokio-1.28.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-11 08:06:33 +02:00
Nikita Galaiko
b89b6219c4 correct session types 2023-05-11 08:06:20 +02:00
dependabot[bot]
d0041f81f6 Bump git2 from 0.16.1 to 0.17.1 in /src-tauri
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.16.1 to 0.17.1.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/git2-rs/compare/0.16.1...0.17.1)

---
updated-dependencies:
- dependency-name: git2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-11 08:06:10 +02:00
Nikita Galaiko
c44f87ca90 fix warnings 2023-05-10 16:17:04 +02:00
Nikita Galaiko
1d68fb946a simplify file summaries store juggling and achieve reactivity 2023-05-10 16:10:33 +02:00
Nikita Galaiko
1774ec4073 index sessions in background after fetch 2023-05-10 14:29:13 +02:00