6722ccfc64
client: remove separate empty drive/empty folder messages
...
These messages are wrong when using the newly added filter and there
are no filtering results. Instead of adding yet another separate
message for an empty pagination, just show the default empty thingy
the pagination component provides already.
2023-03-26 13:40:26 +02:00
134c3b43e6
implement filtering and sorting in drive
...
The `sort` parameter for /api/drive/show is now more unified with
other endpoints which use +createdAt for sort instead of +created.
closes FoundKeyGang/FoundKey#109
Changelog: Added
2023-03-26 12:03:43 +02:00
aac6a93bae
client: center drive loading ui
2023-03-26 11:05:56 +02:00
7401a0b400
client: fix drive pagination parameters
2023-03-26 11:05:56 +02:00
77602203b2
client: replace error UUIDs with error codes
...
The error UUIDs were removed from the backend and trying to match against the IDs
no longer works. This can produce confusing UI behaviour when displaying errors.
closes FoundKeyGang/FoundKey#363
Changelog: Fixed
2023-03-26 10:55:27 +02:00
0ef05427c8
client: fix move notification locale string
2023-03-23 21:46:00 +01:00
aa428bd1a4
client: display moved information on profile
2023-03-23 21:46:00 +01:00
72b8489ae7
client: display move notification
2023-03-23 21:10:17 +01:00
48363a90ef
client: fix undefined variable in drive component
...
closes FoundKeyGang/FoundKey#360
2023-03-21 19:25:41 +01:00
59da6063cb
client: fix download button in wavesurfer
...
closes FoundKeyGang/FoundKey#356
2023-03-19 13:05:05 +01:00
806f757cc8
client: remove unused import
2023-03-19 11:00:45 +01:00
af49f811c1
client: refactor away a variable
2023-03-19 10:26:51 +01:00
5391ae4a1b
client: list custom themes first
2023-03-19 10:26:37 +01:00
3cf728a664
client: don't use refs for themes
...
I am not sure why ref's were used here before, since all changes to
those refs could only be from the same page the user was already on.
It seems the ColdDeviceStorage.ref was causing some circular thingies
that went wrong.
closes FoundKeyGang/FoundKey#353
Changelog: Fixed
2023-03-19 10:15:19 +01:00
00332ed37f
client: fix drive file selection
...
closes FoundKeyGang/FoundKey#358
2023-03-19 09:28:31 +01:00
ae0a7b668f
client: return themes when fetching them
2023-03-18 10:34:25 +01:00
d6837814d9
Merge branch 'drive-api-combined'
...
Reviewed-on: FoundKeyGang/FoundKey#297
2023-03-13 19:30:24 +01:00
4f6d6b681e
client: remove unused assets
2023-03-08 22:34:24 +01:00
0d470387dd
client: replace misskey icon
2023-03-08 22:32:05 +01:00
d0a021c868
client: properly center instance information
2023-03-08 21:22:11 +01:00
f455075efc
fixup: add missing import of copyToClipboard
...
This is a fixup for commit 74c2b79df1
.
2023-03-06 00:50:01 +01:00
95afbf11ab
client: show follow button when not logged in
...
Changelog: Added
2023-03-06 00:41:24 +01:00
fbfbe4a72e
client: show remote interaction dialog for follow button
...
Changelog: Fixed
2023-03-06 00:41:16 +01:00
57241cdffe
client: remove unused code
2023-03-05 23:35:18 +01:00
8e1adfa03a
reduce remote interact dialog width
2023-03-05 14:26:02 +01:00
2759cd8174
fix formatting on remote url link
2023-03-05 14:15:24 +01:00
74c2b79df1
remove key-value component from remote interaction dialog
2023-03-05 14:10:41 +01:00
79ec44aa2c
fix variable name
2023-03-05 12:24:35 +01:00
f2350e6eba
client: add remote interaction dialog
2023-03-04 00:37:28 +01:00
49ae56a9e9
client: refactor to pleaseLoginOrRemote
2023-03-04 00:08:12 +01:00
5a263ec2c3
client: refactor pleaseLogin to pleaseLoginOrPage
2023-03-04 00:01:17 +01:00
559a17cf26
add FIXME comment
2023-03-03 23:54:42 +01:00
145a949480
client: show own pages as first tab
2023-02-24 20:28:19 +01:00
c4c97f19b6
client: fix follow requests pagination
...
Changelog: Fixed
2023-02-24 19:47:52 +01:00
2fda599a86
client: adjust API endpoints for user administration
2023-02-19 23:36:13 +01:00
f103c86d0a
client: show waveform on audio player
...
Reviewed-on: FoundKeyGang/FoundKey#345
Changelog: Added
2023-02-19 16:25:08 +01:00
a6461e74d6
yay typo
2023-02-19 15:38:29 +01:00
5dd2b9ff61
fix duration format and add hours
2023-02-19 15:36:01 +01:00
98acca0a31
instead of ref
2023-02-19 15:27:20 +01:00
b85e60df0f
pause music while seeking
2023-02-19 15:22:53 +01:00
add309f189
v-else
2023-02-19 15:05:22 +01:00
3acf127e1d
client: improved module tracker file detection
...
Reviewed-on: FoundKeyGang/FoundKey#344
Changelog: Fixed
2023-02-19 15:03:44 +01:00
3152630f27
cleanup audioEl and volumechange
2023-02-19 15:03:40 +01:00
4de0b4e4ca
use includes instead of some
2023-02-19 15:01:23 +01:00
2da92eb075
lets do some wavesurfin' :3c
2023-02-19 11:44:18 +01:00
105aa511ce
Revert "client: display post content behind UI"
...
It doesn't work and the z-index behaviour is confusing me :(
This reverts commits 2525b59bb6
and 89757363f0
.
2023-02-19 10:48:11 +01:00
eb6dbca9fd
additional detection with mime-types in module tracker
2023-02-19 10:29:20 +01:00
89757363f0
fixup: client: display post content behind UI
...
This is a fixup for commit 2525b59bb6
.
2023-02-18 19:11:49 +01:00
0cf8f78e23
client: fix attached files and account switcher combination
...
fixes FoundKeyGang/FoundKey#342
Changelog: Fixed
2023-02-18 12:30:45 +01:00
0db3f1f8ed
client: re-add flag to require approval for bot follows
...
This flag was already implemented in the server but not accessible
in the native client for some reason.
Changelog: Added
2023-02-18 11:31:01 +01:00