Commit graph

1703 commits

Author SHA1 Message Date
e6847b05e2 feat(webui): users can change their passwords 2024-06-30 19:01:19 +02:00
858815985c feat(webui): add Sentry user feedback 2024-06-30 19:01:15 +02:00
5de0780ab5 refactor: config object is fully optional for SDK js, message for errors 2024-06-30 19:01:15 +02:00
0c304b55d8 feat(backend): add user to every Entry
(very ugly, lots of clones)
2024-06-30 19:01:11 +02:00
3f5188df0d feat(backend): add user management
- no more static keys, full register/login/logout flow
- add API error type
- refactor API to centralize request calls
- minor refactors re: vault options
- CSS refactor (buttons don't require classes, input styling)
2024-06-30 19:00:39 +02:00
02bfe94f39 feat(backend): users with passwords 2024-04-03 11:10:34 +02:00
0e59bc8bd5 style(webui): contain COVERs in UpObject headers 2024-04-03 11:10:34 +02:00
8932341445 fix(webui): action buttons no longer hidden on entries with long labels
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-02 16:49:04 +02:00
1f270d6dc7 feat(webui): quality of life improvements for upload dialog
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- when uploading, warn before closing tab
- allow cancelling in progress uploads
- when uploading multiple files, scroll to the current file
2024-04-01 21:17:44 +02:00
669b348160 refactor: fix lint
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-31 17:09:23 +02:00
175518e3a6 refactor: allow known clippy issues 2024-03-31 17:09:23 +02:00
94818b992a dev: add +dev-update-sdk target
(why doesn't dev-local update as expected?)
2024-03-31 17:09:23 +02:00
f2261998ee refactor: properly import tracing macros 2024-03-31 17:09:23 +02:00
730cc02d7a fix(base): null attribute deserializes correctly
also add type address de/serialization tests
2024-03-31 17:09:23 +02:00
4d8ac0717d fix(webui): don't disappear selectors while adding entries if input has been made
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-31 16:24:05 +02:00
68e7d67d7b fix(webui): upload modal correctly displays over content 2024-03-31 15:08:16 +02:00
cb7dfadf3d feat(webui): add sentry
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-30 13:23:27 +01:00
35e1e902a2 feat: persist vault rescan mode if unset and passed via CLI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-03-02 17:55:18 +01:00
1e9f83d043 dev: dedicated "local dependencies" earthly target
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-26 20:36:43 +01:00
88170789a0 dev: remove react from dependencies, fix WebStorm? 2024-02-26 20:36:43 +01:00
e03e09ccaf lint: fix lint 2024-02-26 20:36:43 +01:00
58ca734443 style(webui): slightly smaller attribute in UpEntry 2024-02-26 20:36:43 +01:00
7897ce7354 fix(webui): UpEntry (selector) correct overflow
also add stories
2024-02-26 20:36:43 +01:00
d87405ae5b dev: add intellij run configurations 2024-02-26 20:36:43 +01:00
c5e14eae0d fix(webui): UpObject correct spacing 2024-02-26 20:36:43 +01:00
4ccfc63318 fix(webui): Ellipsis properly limits overflow 2024-02-26 20:36:43 +01:00
894faa94ae dev: add narrow UpObject story to test overflow/ellipsis 2024-02-26 20:36:43 +01:00
0b488d9384 lint fixes 2024-02-26 20:36:43 +01:00
121c615642 dev: (re) add storybook 2024-02-26 20:36:43 +01:00
cd008c10e2 fix: extractors no longer crash (error due to refactor) 2024-02-19 22:35:02 +01:00
0ede2af16c dev: backend dev run configuration specifies rescan mode 2024-02-19 22:27:49 +01:00
3e5353a5a4 dev: update .earthlyignore to ignore all node_modules 2024-02-18 18:04:32 +01:00
ff44061a21 refactor: fix scss lint
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-02-18 14:11:08 +01:00
794b130645 feat(webui): display COVER image as the column background
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-02-17 23:02:38 +01:00
2faa113691 feat(webui): labels can be edited via column header (banner)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fixes #55
known issue: replaces all labels with one
2024-02-17 17:32:48 +01:00
dd9ff79e20 fixup! fix(webui): editable respects initial value 2024-02-17 17:32:48 +01:00
050e3f81d7 refactor(webui): add types to some components' event dispatchers 2024-02-17 17:32:48 +01:00
afe0b858b6 style(webui): Selector options have unified font size/weight, shadow 2024-02-17 17:32:48 +01:00
656dc23bfb fix(webui): IconButton passes down plain attribute
also has valid markup
2024-02-17 17:32:48 +01:00
1dd4f059d3 fix(webui): editable respects initial value 2024-02-17 17:32:48 +01:00
7b1c37eb54 dev: fix dev frontend run config 2024-02-17 17:32:48 +01:00
a2396675c5 dev(jslib): fix js sdk lint 2024-02-17 17:32:48 +01:00
ab17644b0d test(jslib): migrate from ava to jest
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-02-17 15:24:13 +01:00
4c3727451b refactor(jslib): separate src and dist dirs
(break tests)
2024-02-17 15:12:23 +01:00
e32233c4f7 dev: move wasm to root
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-17 14:09:31 +01:00
473cb2ffa0 dev: move tools/upend_js,py to sdks 2024-02-17 14:09:30 +01:00
9b52eba0b4 dev: remove fromksx 2024-02-17 14:09:30 +01:00
052c56ed1d dev: remove Taskfile 2024-02-17 10:34:06 +01:00
afa5bd088d refactor: Attributes are their proper type instead of strings
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Also adds checking for non-emptiness and upper-casing
2024-02-15 19:10:22 +01:00
c5c157a856 fix(webui): fix cursor position on empty note
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-06 22:50:33 +01:00