Commit graph

536 commits

Author SHA1 Message Date
varphi d8662aeb0e
add win95 light and dark themes (#581) 2025-08-12 19:01:41 +00:00
ed 347cf6a546 fix dropdown color 2025-08-10 11:28:22 +00:00
ed a9ee4f24d5 dropdowns for languages, themes, key-notation 2025-08-06 21:53:20 +00:00
ed 9db8037e39 remove old joke
end of an era
2025-08-03 22:24:36 +00:00
ed 8c32b0e7bb bbox: hide buttons fully; closes #180 2025-07-20 23:31:38 +02:00
ed 1534b7cb55 fix hotkey-help on macos 2025-07-20 23:27:44 +02:00
ed 7ef6fd13cf navpane: fix scrollbar overlap 2025-06-28 21:10:48 +00:00
ed 6ecf4fdceb textfile-streaming fixes;
* add optional max duration, default-infinite
* add optional wordwrap, default-enabled
* url-param `...&tail` enables tailing in textviewer too
* hide bottom tray while tailing
2025-06-21 23:36:19 +00:00
ed 8cae7a715b fix linecrop bleed (#170):
chrome (only on windows and macos) could show the top
row of pixels of the truncated line; this seems to fix it
2025-06-20 16:55:47 +02:00
ed 77df17d191 add ui for streaming textfiles in realtime 2025-06-16 00:00:40 +00:00
ed 256dad8cc0 button to zip/tar current folder 2025-05-14 18:02:38 +02:00
ed ad200f2b97 add ui for creating playlists 2025-04-26 00:19:41 +00:00
ed 6858cb066f spinner: themes + improve positioning
loading-spinner is either `#dlt_t` or `#dlt_f`
(tree or files), appearing top-left or top-right,
regardless of page/tree scroll (position:fixed)
2025-02-19 18:55:33 +00:00
ed 685f08697a alternative loader spinners 2025-02-13 17:07:48 +00:00
ed be6afe2d3a improve ux for relocating partial uploads
if someone accidentally starts uploading a file in the wrong folder,
it was not obvious that you can forget that upload in the unpost tab

this '(explain)' button in the upload-error hopefully explains that,
and upload immediately commences when the initial attempt is aborted

on the backend, cleanup the dupesched when an upload is
aborted, and save some cpu by adding unique entries only
2024-12-06 23:34:47 +00:00
ed fae40c7e2f black 2024-11-22 22:26:34 +00:00
ed df386c8fbc ux: fix paste msg + cleanup css 2024-11-15 22:11:51 +00:00
ed 56317b00af filecopy: ui for resolving name conflicts 2024-11-08 02:12:28 +00:00
ed d9962f65b3 ui: folder loading indicator stole focus
show a spinning halfcircle around the +/- instead of
moving the focus to the selected folder in the sidebar,
since that could mess with keyboard scrolling
2024-11-02 17:58:30 +00:00
ed 1d68acf8f0 add preadme.md; closes #105 2024-10-11 21:52:44 +00:00
ed a99a3bc6d7 audio-player: fix compact-mode rendering glitch on narrow screens 2024-10-04 18:15:18 +00:00
ed b5405174ec add login sessions 2024-09-09 23:39:20 +00:00
ed cbb718e10d css fixes:
* improve hotdog-stand theme
* fix up2k tabs glow (went poof in a syntax error)
2024-09-07 19:29:40 +00:00
ed 461f31582d add IDs for ricing (#93) + fix a11y bleed 2024-08-22 20:14:08 +00:00
ed 7c2beba555 add file/folder sharing; closes #84 2024-08-18 22:49:13 +00:00
ed 5153db6bff ux: login margin; theme2: yellow buttons
the red buttons from protonmail's monokai theme look better,
but they're confusing because intuitively red means off
2024-08-17 15:55:55 +00:00
ed 20669c73d3 rm dead code (gridview conditional dl/play)
and maybe fix negative eta when a chunk gets eaten by the network
2024-08-09 21:57:42 +00:00
ed f00b939402 v1.13.3 2024-06-01 23:24:35 +00:00
ed 253a414443 better ctrl-v upload ux 2024-04-24 23:49:34 +02:00
ed 74266af6d1 pipe: warn when trying to download a .PARTIAL
and fix file sorting indicators on firefox
2024-04-18 23:10:11 +00:00
ed b772a4f8bb fix wordwrap of buttons on ios 2024-04-11 21:31:40 +00:00
ed 3f05b6655c add UI to abort an unfinished upload; suggested in #77
to abort an upload, refresh the page and access the unpost tab,
which now includes unfinished uploads (sorted before completed ones)

can be configured through u2abort (global or volflag);
by default it requires both the IP and account to match

https://a.ocv.me/pub/g/nerd-stuff/2024-0310-stoltzekleiven.jpg
2024-03-11 01:32:02 +01:00
ed 263adec70a add support for custom fonts; closes #74 2024-02-24 23:30:17 +00:00
ed 5026b21226 gridview: uncropped tall pics are tall + more granular zoom 2024-02-21 08:27:03 +00:00
ed 7f1c992601 prevent scrolling while gallery is open +
firefox52/winxp: fix gridview margins
2024-02-18 14:50:59 +00:00
ed fbfdd8338b respect prefers-reduced-motion some more places 2024-02-18 14:11:48 +00:00
ed bbc379906a jump to last viewed pic on viewer close 2024-02-18 14:11:01 +00:00
ed f262aee800 change folders to preload music when necessary:
on phones especially, hitting the end of a folder while playing music
could permanently stop audio playback, because the browser will
revoke playback privileges unless we have a song ready to go...
there's no time to navigate through folders looking for the next file

the preloader will now start jumping through folders ahead of time
2024-02-14 22:44:33 +00:00
ed 4ef3106009 more old-browser support:
* polyfill Set() for gridview (ie9, ie10)
* navpane: do full-page nav if history api is ng (ie9)
* show markdown as plaintext if rendering fails (ie*)
* text-editor: hide preview pane if it doesn't work (ie*)
* explicitly hide toasts on close (ie9, ff10)
2024-01-18 22:56:39 +00:00
ed 2fd2c6b948 ie11 fixes (2024? haha no way dude it's like 2004 right)
* fix crash on keyboard input in modals
* text editor works again (but without markdown preview)
* keyboard hotkeys for the few features that actually work
2024-01-13 02:31:50 +00:00
ed 76afb62b7b make each segment of links separately selectable 2023-10-25 12:21:39 +00:00
ed a4bad62b60 add clientside DRC / dynamic range compressor 2023-10-20 20:51:00 +00:00
ed c7f826dbbe search by upload time 2023-10-19 23:57:27 +00:00
ed dc2b67f155 ui-button to use upload-time instead of local last-modified 2023-10-15 08:46:23 +00:00
ed 7086d2a305 ie9 support 2023-10-14 10:01:03 +00:00
ed 8620ae5bb7 fix column-hiding ux on phones:
table header click-handler didn't cover the entire cell so it was
easy to sort the table by accident; also do not exit hiding mode
automatically since you usually want to hide several columns
(so also adjust css to make it obvious you're in hiding mode)
2023-09-28 09:28:26 +02:00
ed 3768cb4723 add chat 2023-09-23 11:34:32 +00:00
ed ba02c9cc12 readme fix + make hacker theme more hacker 2023-09-08 19:35:12 +00:00
ed 30cc9defcb cosmetics:
* in case someone gets a confusing access-related error message,
  include more context in serverlogs (exact path)
* fix js console spam in search results
* same markdown line-height in viewer and browser
2023-08-31 21:27:14 +00:00
ed 5a38311481 mark offline volumes in directory tree sidebar 2023-08-26 19:00:46 +00:00
ed 0a48acf6be limit each column of the files table to screen width 2023-08-16 03:55:53 +00:00
ed 88b876027c option to range-select files with shift-click; closes #47
also restores the browser-default behavior of
opening links in a new tab with CTRL / new window with SHIFT
2023-07-16 14:05:09 +00:00
ed 99e2ef7f33 ux: fix tabs clipping in fedora-ff, hackertheme up2k flags 2023-07-07 18:24:58 +00:00
ed 93a723d588 add --ansi to systemd, fix grid controls bg,
mention folder thumbs dependency on -e2d,
improve make-sfx warnings,
update changelog
2023-06-06 22:04:39 +00:00
ed d71416437a show file selection summary 2023-04-27 19:33:52 +00:00
ed 4e67516719 last.fm web-scrobbler support 2023-04-01 21:02:03 +00:00
ed 1fe0d4693e fix logues bleeding into navpane 2023-03-16 20:23:01 +00:00
ed 2be2e9a0d8 index folder thumbs in db 2023-03-11 11:43:29 +00:00
ed 5effaed352 add reminder that SSDP launches IE by default 2023-02-21 19:38:35 +00:00
ed dbdb9574b1 doc-browser: fix md scaling + download hotkey 2023-02-10 21:33:48 +00:00
ed b47635150a shove #files aside while prologue sandbox is loading 2023-01-31 21:02:58 +00:00
ed 6d1d3e48d8 sandbox height didnt account for scrollbars 2023-01-31 17:54:04 +00:00
ed 04966164ce more iframe-resize-concealing tricks 2023-01-31 17:43:21 +00:00
ed 0bac87c36f make loss of hotkeys more obvious 2023-01-29 01:40:02 +00:00
ed 85a96e4446 add custom text selection colors because chrome is broken on fedora 2023-01-29 01:03:10 +00:00
ed d4c5fca15b sandbox readme.md / prologue / epilogue 2023-01-28 21:24:40 +00:00
ed b005acbfda enable text selection between breadcrumbs + update vs 2023-01-23 22:44:29 +00:00
ed 434823f6f0 ui: allow changing num.threads in search-only 2023-01-11 16:14:02 +00:00
ed db194ab519 support location-based rproxy 2022-12-10 23:43:31 +00:00
ed 008d9b1834 add textbox placeholders 2022-12-02 18:33:04 +00:00
ed 5c30148be4 also scroll to playing track when resizing window 2022-11-29 22:16:14 +00:00
ed ee141544aa option for compact mediaplayer 2022-11-28 20:10:10 +00:00
ed db6f6e6a23 option to hide scrollbars 2022-11-28 19:47:14 +00:00
ed ec587423e8 show/hide tagsearch ui based on folder flags 2022-11-20 23:30:01 +00:00
ed ab655a56af add buttons for prev/next folder 2022-11-19 22:19:38 +00:00
ed d1eb113ea8 add button+hotkey to download all selected files 2022-11-19 21:57:25 +00:00
ed fc5bfe81a0 add hotkey '?' for hotkeys listing 2022-10-30 16:05:14 +00:00
ed 1d367a0da0 cleanup 2022-09-23 20:37:37 +02:00
ed 8ee9de4291 up2k: add separate sfx toggle 2022-09-22 20:12:25 +02:00
ed 0b87a4a810 allow setting lifetimes from up2k ui 2022-09-19 23:49:07 +02:00
ed 6bec4c28ba add waveform seekbar 2022-09-17 23:40:37 +02:00
ed b235037dd3 5x faster rendering of huge tagsets 2022-09-17 20:17:24 +02:00
ed e8ab53c270 fix read-only search positioning 2022-09-17 13:45:41 +02:00
ed 17c465bed7 lazyload big folders; closes #11 2022-09-15 23:43:40 +02:00
ed 6db72d7166 optimizations / cleanup 2022-09-15 01:18:19 +02:00
icxes a783e7071e add small margin to grid 2022-09-12 00:58:54 +02:00
icxes b0af31ac35 fix indentation? 2022-09-12 00:58:54 +02:00
icxes c4c964a685 simplify style and make gaps equal size 2022-09-12 00:58:54 +02:00
icxes 348ec71398 make grid items scale properly at different zoom levels 2022-09-12 00:58:54 +02:00
exci a257ccc8b3 try using grids for the.. grids 2022-09-12 00:58:54 +02:00
ed fbc8ee15da make firefox stop complaining 2022-09-08 19:22:51 +02:00
ed c00b80ca29 v1.3.11 2022-08-10 23:35:21 +02:00
ed eeed2a840c v1.3.10 2022-08-04 01:40:14 +02:00
ed 8b4cf022f2 bbox: tweak end-of-gallery animation 2022-08-03 22:56:51 +02:00
ed 9bfbf80a0e ui: fix navpane covering files on horizontal scroll 2022-08-02 20:48:26 +02:00
ed 3fa377a580 sqlite diag 2022-07-16 20:43:26 +02:00
ed a11c1005a8 v1.3.6 2022-07-16 03:58:58 +02:00
ed c2a0b1b4c6 autopotato 2022-07-15 02:39:32 +02:00
ed c2b66bbe73 add potato mode 2022-07-14 02:33:35 +02:00
ed 51ddecd101 improve readme 2022-07-05 23:27:48 +02:00
ed d6ac224c8f bbox: tap to show/hide buttons 2022-07-05 19:18:21 +02:00
ed 1d74240b9a ux: hide uploads table until something happens 2022-07-01 09:16:23 +02:00
ed cea5aecbf2 v1.3.2 2022-06-20 01:31:29 +02:00
ed 2147c3a646 run markdown plugins in directory listings 2022-06-19 18:17:22 +02:00
ed 9ad3af1ef6 misc tweaks 2022-06-19 16:05:48 +02:00
ed 903b9e627a ux snappiness + keepalive on http-1.0 2022-06-16 20:33:09 +02:00
ed 728dc62d0b optimize nonsparse uploads (fat32, exfat, hpfs) 2022-06-16 17:51:42 +02:00
ed 2dfe1b1c6b add themes: hacker, hi-con 2022-06-16 12:21:21 +02:00
ed 35d4a1a6af ux: delay loading animation + focus outlines + explain ng 2022-06-16 11:02:05 +02:00
ed 6bce852765 ux: treepar positioning 2022-06-06 22:05:13 +02:00
ed 3b19a5a59d improve a11y jumpers 2022-05-25 20:31:12 +02:00
ed f024583011 add a11y jumpers 2022-05-24 09:09:54 +02:00
ed bfa34404b8 ux tweaks 2022-05-19 18:00:33 +02:00
ed 663bc0842a ux 2022-05-18 19:51:25 +02:00
ed ddaaccd5af ux tweaks 2022-05-16 18:56:53 +02:00
ed 187feee0c1 add norwegian translation 2022-05-14 23:25:40 +02:00
ed 633ff601e5 perf + ux 2022-05-14 00:13:06 +02:00
ed 097d798e5e steal colors from monokai 2022-05-12 23:06:37 +02:00
ed cd5fcc7ca7 fix file sel/play background on focus 2022-05-06 21:15:18 +02:00
ed aa29e7be48 minimal support for browsers without css-variables 2022-05-03 00:52:26 +02:00
ed bfc6c53cc5 ux 2022-05-02 19:06:08 +02:00
ed 236017f310 better dropzones on small screens 2022-05-02 01:08:31 +02:00
ed dc2ea20959 v1.2.8 2022-04-30 02:16:34 +02:00
ed 8eaea2bd17 ux 2022-04-30 00:37:31 +02:00
ed d4b51c040e doc + ux 2022-04-29 23:13:37 +02:00
ed 125d0efbd8 good stuff 2022-04-29 02:06:56 +02:00
ed 2ab1325c90 add option to load more search results 2022-04-28 21:55:01 +02:00
ed 5b0f7ff506 perfect 2022-04-28 10:36:56 +02:00
ed 4e8b651e18 too much effort into this joke 2022-04-28 10:29:54 +02:00
ed 65b4f79534 add themes "vice" and "hot dog stand" 2022-04-27 22:33:01 +02:00
ed 1bd7e31466 more theme porting 2022-04-26 00:42:00 +02:00
ed 6041df8370 start replacing class-scopes with css variables 2022-04-24 23:46:38 +02:00
ed 2933dce3ef mtime blank uploads + helptext 2022-04-24 22:58:11 +02:00
ed dab377d37b v1.2.7 2022-04-16 23:44:28 +02:00
ed e34634f5af v1.2.5 2022-04-15 19:42:40 +02:00
ed 2dbed4500a add flat theme 2022-04-14 16:57:51 +02:00
ed 3dd460717c add flat theme 2022-04-09 23:05:54 +02:00
ed ec4daacf9e v1.2.2 2022-03-20 06:15:57 +01:00
ed bf659781b0 try some more spacing 2022-03-02 01:49:15 +01:00
ed 6e7935abaf repaint cut/paste buttons when permissions change 2021-12-24 00:50:52 +01:00
ed f0ffbea0b2 add breadcrumbs to the textfile tree 2021-12-10 00:44:47 +01:00
ed 199ccca0fe v1.1.7 2021-12-07 19:19:35 +01:00
ed 241ef5b99d preserve mtimes when juggling symlinks 2021-12-04 01:58:04 +01:00
ed f39f575a9c sort-order indicators 2021-12-03 23:53:41 +01:00
ed dd122111e6 v1.1.4 2021-11-28 04:22:05 +01:00
ed 8f3d97dde7 indicate onclick action for audio files in grid view 2021-11-24 22:10:59 +01:00
ed 4acaf24d65 remember if media controls were open or not 2021-11-24 21:49:41 +01:00
ed 17ddd96cc6 up2k list wasnt centered anymore 2021-11-21 22:44:11 +01:00
ed 7e82aaf843 simplify/improve up2k ui debounce 2021-11-20 00:03:15 +01:00
ed 131b6f4b9a workaround chrome rendering bug 2021-11-16 21:28:36 +01:00
ed 9629fcde68 optionally enable seeking through os controls 2021-11-15 02:47:42 +01:00
ed deb8f20db6 misc cleanup/unjank 2021-11-12 20:48:26 +01:00
ed 8a59b40c53 better clientside upload dedup 2021-11-10 20:57:45 +01:00
ed e7e71b76f0 add alternative preloader for spotty connections 2021-11-08 20:46:40 +01:00
ed e111edd5e4 v1.1.0 2021-11-06 23:27:48 +01:00
ed c0d7aa9e4a add file selection from text viewer 2021-11-06 22:02:43 +01:00
ed d31116b54c spaghetti unraveling 2021-11-06 02:07:13 +01:00
ed 970badce66 positioning + optimization 2021-11-06 00:06:14 +01:00
ed 730b1fff71 hilight parents of current folder 2021-11-06 00:00:04 +01:00
ed c3add751e5 oh 2021-11-05 02:12:25 +01:00
ed 9da2dbdc1c rough attempt at docked navpane context 2021-11-05 02:03:35 +01:00
ed 33bea1b663 navpane mode-toggle button and hotkey 2021-11-04 22:04:32 +01:00
ed 5aacd15272 ux 2021-11-04 03:38:09 +01:00
ed ba36f33bd8 add textfile viewer 2021-11-04 01:40:03 +01:00
ed 083f6572f7 ie11 support 2021-10-29 01:04:09 +02:00
ed 4e7dd75266 add upload donut 2021-10-29 01:01:32 +02:00
ed 1e846657d1 more css nitpicks 2021-10-25 21:31:12 +02:00
ed bca0cdbb62 v1.0.13 2021-10-24 21:06:14 +02:00
ed 6eef44f212 ie 2021-10-24 02:57:19 +02:00
ed 8bd94f4a1c add readme banner 2021-10-24 01:24:54 +02:00
ed dfd89b503a ajax navigation in table listing too 2021-10-24 00:54:22 +02:00
ed ed8fff8c52 more ux 2021-10-24 00:22:46 +02:00
ed 95dc78db10 thumbnails alignment 2021-10-23 21:51:16 +02:00
ed addeac64c7 checkbox selection hilight 2021-10-23 18:28:45 +02:00
ed d77ec22007 more ux 2021-10-23 16:59:11 +02:00
ed 6da366fcb0 forgot a few 2021-10-23 02:33:51 +02:00
ed 2fa35f851e ux 2021-10-22 11:12:04 +02:00
ed 452885c271 replace the mediaplayer modal with malert 2021-10-18 21:18:46 +02:00
ed eb05cb6c6e add optional favicon 2021-10-12 00:49:50 +02:00
ed 7530af95da css twiddling 2021-10-12 00:48:23 +02:00
ed 89f88ee78c more obvious dropzones 2021-10-04 22:34:05 +02:00
ed 42bc9115d2 hide logues in search results 2021-10-01 19:33:49 +02:00
ed 5886a42901 url escaping 2021-09-26 16:59:02 +02:00
ed ed6c683922 cosmetic 2021-09-19 00:07:49 +02:00
ed 3abad2b87b fix navpane nowrap 2021-09-18 14:18:23 +02:00
ed 32a1c7c5d5 cosmetic 2021-09-18 02:07:29 +02:00
ed 5f30c0ae03 fix button hover bg 2021-09-17 22:49:49 +02:00
ed ef60adf7e2 optional navpane wordwrap diasble 2021-09-17 22:49:26 +02:00
ed abc0424c26 show login prompt on 404 2021-09-15 21:53:30 +02:00
ed 17d78b1469 set max-width for readme.md 2021-09-14 00:46:03 +02:00
ed d288467cb7 separate dropzones for upload/search 2021-09-07 20:52:06 +02:00
ed 9149fe6cdd lightmode fix 2021-09-07 00:44:09 +02:00
ed 053ac74734 v0.13.14 2021-09-06 01:06:16 +02:00
ed 396c64ecf7 move sourcecodepro to ui.css 2021-09-05 18:55:28 +02:00
ed a3ecbf0ae7 better fix for the up2k bounce 2021-09-05 18:50:24 +02:00
ed 38593a0394 move column hider buttons above the header 2021-09-03 20:19:17 +02:00
ed 95309afeea fix file-list jumping around during uploads 2021-09-03 20:17:44 +02:00
ed 5938230270 more tray ui nitpicks 2021-08-30 22:25:07 +02:00
ed fc49cb1e67 add js repl 2021-08-30 01:09:27 +02:00
ed 74d07426b3 make tray tab smaller 2021-08-28 22:37:39 +02:00
ed 8e55551a06 positioning fixes 2021-08-28 03:27:14 +02:00
ed c72c5ad4ee make the ellipsis more visible 2021-08-28 02:38:31 +02:00
ed f787a66230 that was dumb 2021-08-28 01:47:36 +02:00
ed b21a99fd62 only tooltip the ellipsed thumbnails 2021-08-28 01:25:27 +02:00
ed eb16306cde misc cleanup 2021-08-28 00:03:30 +02:00
ed 7bc23687e3 this kinda broke ellipsing, hopefully not too expensive 2021-08-28 00:02:59 +02:00
ed cf848ab1f7 add ellipsing of thumbnail filename, fixes #3 (+ clamp zoom level) 2021-08-27 23:50:09 +02:00
ed 1a02948a61 prevent text selection on most buttons 2021-08-26 23:01:24 +02:00
ed 21e2874cb7 warning when another browser tab holds the flag 2021-08-26 22:50:22 +02:00
ed 0850d24e0c improve spacing on narrow screens 2021-08-26 20:42:20 +02:00
ed 6452e927ea download-eta accuracy + misc ux 2021-08-26 00:40:12 +02:00
ed bc70cfa6f0 fix tmi 2021-08-25 09:02:34 +02:00
ed c761bd799a add pane with total eta for all uploads 2021-08-25 02:06:29 +02:00
ed 2f7c2fdee4 add colors to status column in up2k ui 2021-08-24 00:32:53 +02:00
ed 7c3f64abf2 fix navpane h.scroll bug 2021-08-24 00:29:11 +02:00
ed f5f38f195c use scp.woff in browser too 2021-08-24 00:28:16 +02:00
ed 7e84f4f015 fence focus inside modals 2021-08-24 00:26:54 +02:00
ed ebbbbf3d82 misc old-browser support 2021-08-16 00:22:30 +02:00
ed 27516e2d16 scroll navpane to open folder on load 2021-08-16 00:07:31 +02:00
ed 638b05a49a fix image-viewer touch handler 2021-08-14 22:40:54 +02:00
ed 7a13e8a7fc clear transform on 0deg rotate 2021-08-14 21:13:15 +02:00
ed d9fa74711d cheaper shadows 2021-08-14 18:17:40 +02:00
ed 41867f578f image viewer: add rotation 2021-08-14 18:06:53 +02:00
ed 990f915f42 ui tweaks 2021-08-12 22:31:07 +02:00
ed d52038366b reinventing alert/confirm/prompt was exactly what i had in mind for the weekend, thanks google 2021-08-07 18:41:06 +02:00
ed 65e14cf348 batch-rename: add functions and presets 2021-08-05 23:11:06 +02:00
ed 246d245ebc make it better 2021-08-05 21:53:08 +02:00
ed f269a710e2 suspiciously working first attempt at batch-rename 2021-08-05 20:49:49 +02:00
ed 6a97b3526d why was that there 2021-08-03 21:16:26 +00:00
ed c56ded828c v0.12.9 2021-08-01 00:40:15 +02:00
ed ebed37394e better rename ui 2021-08-01 00:04:53 +02:00
ed cfa36fd279 phone-friendly toast positioning 2021-07-31 10:56:03 +02:00
ed c164fc58a2 add unpost 2021-07-29 23:53:08 +02:00
ed 955318428a font adjustments 2021-07-27 23:12:47 +02:00
ed fb729e5166 file selection scroll behavior 2021-07-27 12:13:00 +02:00
ed d337ecdb20 fix color bleed 2021-07-27 12:02:55 +02:00
ed 5f1f0a48b0 toast appearance 2021-07-27 11:48:32 +02:00
ed e0f1cb94a5 toast close-handle 2021-07-27 10:05:53 +02:00
ed 19f23c686e toasty 2021-07-27 00:18:08 +02:00
ed 26458b7a06 keyboard file selection 2021-07-26 22:40:55 +02:00
ed f3dc6a217b use the new toast in md-editor 2021-07-26 19:20:36 +02:00
ed 8cd84608a5 toast coloring 2021-07-26 03:00:37 +02:00
ed 179d7a9ad8 bikeshedding 2021-07-25 19:47:40 +02:00
ed 19bc962ad5 add toasts 2021-07-25 10:50:11 +02:00
ed 27cce086c6 fileman ui 2021-07-25 01:09:14 +02:00
ed a4e1a3738a more deletion progress 2021-07-23 23:42:07 +02:00
ed 5b0605774c add move/delete permission flags 2021-07-22 23:48:29 +02:00
ed 0194eeb31f add login/permissions indicator 2021-07-20 22:42:03 +02:00
ed 57c297274b v0.11.41 2021-07-17 17:53:34 +02:00
ed e9bf092317 tweak audio drawer tab 2021-07-17 17:24:48 +02:00