cupcakearmy
9c4fbc30f9
cleanup
2026-06-07 13:53:38 +02:00
cupcakearmy
f55925de86
Merge branch 'main' into feat/image-paste
2026-06-07 12:54:32 +02:00
Stefan Meinecke
f5823fb533
fix: clean up whitespace and add alt text to pasted images
...
Remove trailing whitespace throughout the Create.svelte component and add missing alt attribute to pasted image previews for better accessibility.
2026-06-01 02:35:57 +02:00
Stefan Meinecke
3e3d528d5a
feat: add image paste support
...
Add image paste functionality allowing users to paste images directly
from the clipboard as files. Uses the standard DataTransfer API
(clipboardData.items) for cross-browser compatibility.
On the download page, images are now displayed as previews in addition
to the download option.
Also fix Rust 2024 never-type-fallback compatibility by adding turbofish
type annotations to redis crate calls.
2026-06-01 02:35:57 +02:00
Stefan Meinecke
905bce0072
fix https://github.com/cupcakearmy/cryptgeon/issues/200
2026-06-01 02:33:35 +02:00
Stefan Meinecke
e8c3b53e49
fix: multiple minor fixes ( #198 , #188 , #190 )
...
- https://github.com/cupcakearmy/cryptgeon/issues/198 : Replace abandoned license-checker with license-checker-evergreen
- https://github.com/cupcakearmy/cryptgeon/issues/188 : Fix Polish locale number formatting by using {n} instead of # in ICU plural forms
- https://github.com/cupcakearmy/cryptgeon/issues/190 : Add THEME_HOME_LINK env var to conditionally hide the /home link (defaults to true)
- Fix Rust 2024 never-type-fallback compatibility in store.rs
2026-06-01 02:33:24 +02:00
cupcakearmy
a551b16216
frontend cleanup
2026-05-31 23:24:55 +02:00
cupcakearmy
09840dcf0a
frontend cleanup
2026-05-31 23:24:46 +02:00
cupcakearmy
c2653bee84
fix: password eye toggle not working
2025-02-27 19:28:16 +01:00
cupcakearmy
e440e4b7e0
update to svelte 5
2025-01-17 18:11:26 +01:00
Uli Roth
57ea5f0b28
added imprint_html option
2024-09-24 10:25:15 +02:00
Uli Roth
fca8761515
Added option to have an imprint
...
The environment Variable IMPRINT_URL simply adds a /imprint button in footer to the url
2024-09-24 10:15:22 +02:00
cupcakearmy
f61d3ece8b
add type button to element
2024-09-20 18:15:38 +00:00
cupcakearmy
4b1f939281
remove useless dependecies and use cli instead of package
2024-09-02 10:20:03 +02:00
cupcakearmy
4960260076
also disable icon in text
2024-08-27 14:49:08 +02:00
cupcakearmy
dfa2401eea
aria check
2024-08-25 22:22:45 +02:00
Łukasz Pospiech
6aed2e2756
fix key for home.new_note_notice
2024-04-18 12:39:00 +02:00
Tamás Kádár
239e950f8e
NEW_NOTE_NOTICE -> THEME_NEW_NOTE_NOTICE
2024-03-19 12:06:46 +00:00
Tamás Kádár
b00846ce9d
clicking the logo after the creation of the note should do a reset
2024-03-15 14:30:55 +00:00
Tamás Kádár
e70f06f99f
NEW_NOTE_NOTICE feature flag
2024-03-15 14:26:33 +00:00
Tamás Kádár
4781882c72
fix extra space in /about
2024-03-15 14:19:30 +00:00
Tamás Kádár
2653a4bccf
ALLOW_FILES flag
2024-03-15 14:14:17 +00:00
Tamás Kádár
8a5f667ff6
Fix file-saver CommonJS error
2024-03-15 13:53:12 +00:00
cupcakearmy
fc3938701e
add reset translation
2024-03-04 18:46:00 +01:00
cupcakearmy
ffa2c49ea3
don't insert html anymore, use separate link section
2023-11-01 15:26:45 +01:00
cupcakearmy
a2803a13da
update deps
2023-08-14 10:22:09 +02:00
cupcakearmy
c9e5de0f37
about page spacing
2023-06-02 23:51:54 +02:00
cupcakearmy
80e64ad207
fix types
2023-05-25 18:15:05 +02:00
cupcakearmy
2e89007c83
add test ids
2023-05-25 10:16:12 +02:00
cupcakearmy
fdc2722fb9
add password to frontend
2023-05-23 09:39:19 +02:00
cupcakearmy
d7e5a34b14
CLI ( #84 )
...
* move to packages
* update deps
* update deps
* actions maintenance
* don't use blob
* cli
* fix default import
* use synthetic default imports
* remove comment
* cli packaging
* node 18 guard
* packages
* build system
* testing
* test pipeline
* pipelines
* changelog
* version bump
* update locales
* update deps
* update deps
* update dependecies
2023-05-14 13:52:47 +02:00
cupcakearmy
6fb7518b6a
moved to occulto
2023-01-13 21:24:27 +01:00
cupcakearmy
fe5ce580ab
locales
2023-01-04 19:45:25 +01:00
cupcakearmy
ad6f136dd0
qr code
2023-01-04 19:40:37 +01:00
cupcakearmy
74c3197e47
update dependencies and fix some a11y issues
2022-11-12 14:40:17 +01:00
cupcakearmy
9d13e607f5
#66 set minimum
2022-11-12 13:42:09 +01:00
cupcakearmy
67d4f09bd7
#62 ( #63 )
...
* #62 add theme options for title and favicon
* docs
* version bump
2022-10-27 17:26:56 +02:00
cupcakearmy
cacb808117
restructuring ( #56 )
...
* restructuring
* pin svelte kit version & parallel execution
* update svelte kit
* correct test result assets
* add timeout
* correct locale path
* simplify crypto
* fix for #58
* add verbosity flag
* disable flaky test
2022-10-07 21:28:25 +02:00