Commit graph

681 commits

Author SHA1 Message Date
e06d2bccfe style(webui): add icons to Inspect sections
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-12 15:40:41 +02:00
9f61581ba7 style(webui): add icons to InspectTypeEditor 2024-04-12 15:29:32 +02:00
bc74fbfff6 style(webui): fix key alignment in UpObject 2024-04-12 15:27:30 +02:00
8d165e1f8c style(webui): fix button alignment in entry lists
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-04-12 15:25:47 +02:00
97f6dd86bf style(webui): LabelBorder hidden state is indicated by double border
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-04-12 15:21:43 +02:00
041c058a77 refactor(webui): LabelBorder uses Svelte transitions, tidy CSS 2024-04-12 15:20:47 +02:00
1bd83062bb fix(webui): Inspect correctly detects un/typed entries of a group
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-04-12 15:06:55 +02:00
58c5329781 fix(webui): Footer correctly displays over content
also a11y fixes, import fix
2024-04-12 15:03:17 +02:00
1738643050 ci: add SENTRY_AUTH_TOKEN secret, fix source map uploads 2024-04-08 21:53:57 +02:00
f9002604fe style(webui): link UpObject can be clicked whole
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
also slight refactor on UpObject especially banner and button sizing fixes
2024-04-06 00:35:11 +02:00
edc666f56a fix: errant > 2024-04-06 00:35:11 +02:00
703a3e5391 fix: add name attributes to login modal, prompt browser to save credentials
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-04 22:48:40 +02:00
60a8b15164 feat(webui): users can change their passwords 2024-04-04 21:27:44 +02:00
17bc53a6fe feat: add Sentry user feedback
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-04-04 20:25:04 +02:00
196447da0f feat: add user to every Entry
(very ugly, lots of clones)
2024-04-03 11:10:34 +02:00
05ee557d1a feat: 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-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
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
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
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
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
473cb2ffa0 dev: move tools/upend_js,py to sdks 2024-02-17 14:09:30 +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
3344e69544 feat(webui): notes can now contain newlines 2024-02-06 22:49:32 +01:00
33768e2695 feat(webui): add status indicator for notes editor
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-06 22:34:55 +01:00
9d6ebfc31c fix(webui): Notes aren't duplicated (manifested as unreliable saving)
also rework semantics of `WidgetChange`
2024-02-06 22:33:53 +01:00
f1b608f824 fix(webui): upload dialog's position is fixed on screen
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-06 13:05:54 +01:00
c246b267d1 feat(webui): start upload on Enter press 2024-02-06 09:46:25 +01:00
53135d4a9e style(webui): upload progress bar spacing, hide add button 2024-02-06 09:46:25 +01:00
3196294033 feat(webui): select all uploaded files when done 2024-02-06 09:46:25 +01:00
787aa00f94 feat(webui): files can be added or removed from the upload dialog
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-05 22:23:28 +01:00
de3ef7de0f dev(webui): force rebundling of dependencies for dev script
no need to delete node_modules anymore!
2024-02-05 22:23:28 +01:00