Commit graph

861 commits

Author SHA1 Message Date
Norm b66ae3847b
refactor: use separate component for birthday dates
Resolves: FoundKeyGang/FoundKey#90
2022-08-28 15:27:39 -04:00
Johann150 218c3a527d
merge: improve emoji picker UI performance 2022-08-28 19:22:35 +02:00
vib 62ff65fbf4
perf: use v-once in emoji picker window 2022-08-28 18:49:13 +03:00
Norm 41414b4576
chore: remove s-age dependency
This isn't being used anymore since
4e41fa8767.
In any case, age calculation really doesn't need to involve a 3rd party
library.

Ref: FoundKeyGang/FoundKey#90
2022-08-28 11:35:18 -04:00
Norm 10caf861e8 Merge pull request 'Workspaces refactor' (#86) from refactor/workspaces into main
Reviewed-on: FoundKeyGang/FoundKey#86
2022-08-28 14:46:45 +00:00
Norm bc0f0bf08f
add foundkey-js to each workspace package.json 2022-08-26 16:38:41 -04:00
Norm 247a01dfe6
remove subproject yarn.locks 2022-08-26 16:05:11 -04:00
Norm 6bb3f39c36
migrate to Yarn 3.2.3 2022-08-26 15:24:29 -04:00
Norm a424426857
client: Use foundkey-js instead of misskey-js 2022-08-26 01:25:56 -04:00
Norm c1242cfde2
Fix build errors 2022-08-25 23:36:08 -04:00
Norm 7b33ee807e
refactor: window.vue to composition api 2022-08-25 21:28:14 -04:00
Chloe Kudryavtsev 2e3bd6ddc2 feat: show real local info in instance ticker
add software info to client meta-config, "Foundkey" as default site name
2022-08-25 21:22:02 +00:00
Johann150 09ebbe1d49 show software name and version in instance ticker 2022-08-25 21:22:02 +00:00
Johann150 a74cd802fe
enhance: don't cut off long instance names
Instead of silently cutting of the name of the instance this should
properly ellipsize the name at the end of the available space.
2022-08-25 18:22:40 +02:00
Johann150 f9eaf56491
refactor: add missing semicolons to type 2022-08-25 18:02:30 +02:00
Johann150 75545b4b87
merge: refactor: slot.vue to composition api
FoundKeyGang/FoundKey#82
2022-08-25 10:36:20 +02:00
Norm 6fed87f85d
fix pagination.vue lints 2022-08-22 23:16:56 -04:00
Norm b0fdedb264
fix lints in folder.vue 2022-08-22 22:04:49 -04:00
Norm 1521bc881c refactor: renote-button to composition api 2022-08-21 06:38:14 +00:00
Norm 7621e5461f
refactor: button.vue to composition api
Disabled require-default-prop for the to prop since it's only used when
link is true.

use null as default for props.to

FoundKeyGang/FoundKey#79
2022-08-21 00:19:39 +02:00
Norm 6fde66df1a refactor: emoji to composition api 2022-08-20 21:46:13 +00:00
Norm 5152ff89ee
refactor: slot.vue to composition api 2022-08-20 16:08:20 -04:00
Norm f236653c26
add return type to toggle in checkbox.vue 2022-08-20 14:15:36 -04:00
Norm 16e9cf91f7 refactor: url.vue to composition api 2022-08-20 15:34:17 +00:00
Johann150 6a3d98fbc1
refactor: remove reaction-icon component
The removed component does not contain any special script or styling.
It's template only contains a MkEmoji. To remove this unnecessary
indirection, the components was replaced with the MkEmoji component.
2022-08-20 16:03:09 +02:00
Norm ffc23ae458
refactor: post-form-dialog.vue to composition api 2022-08-20 00:58:17 -04:00
Norm e8414e8c8d
refactor: formula-core.vue to composition api 2022-08-19 16:02:51 -04:00
Norm b3b8e56092
refactor: formula.vue to composition api 2022-08-19 15:58:16 -04:00
Norm aa56cf5813
Fix lints in timeline and sub-note-content 2022-08-19 15:36:22 -04:00
Norm b79cb711ac
add return type to tick() in time.vue 2022-08-19 15:05:24 -04:00
Norm fd2028df48
fix: nonblock-statement-body-position lint in time.vue 2022-08-19 14:44:56 -04:00
Johann150 01a4f3a7b8
enhance page editor
Using a plain textarea looks ugly and it is very small by default. Using
a MkTextarea fixes this.

For the readonly view, the individual fields should respectively be readonly.
2022-08-18 17:34:21 +02:00
Johann150 c781210ea1
fix router for new page editor path 2022-08-18 17:34:20 +02:00
Johann150 5489ce4053
client: siplify page display 2022-08-18 17:34:19 +02:00
Johann150 b662ce8460
client: simplify page editor 2022-08-18 17:34:18 +02:00
Johann150 bc79d721c8
remove client code related to pages 2022-08-18 17:31:51 +02:00
Johann150 1ca6ad080c
fix: binding is not defined 2022-08-18 15:15:17 +02:00
Johann150 b137a39160
merge: remove promo notes
FoundKeyGang/FoundKey#62
2022-08-18 14:26:48 +02:00
Norm 74c71f5ce5
Remove twitter embed
Fixes FoundKeyGang/FoundKey#46
2022-08-17 12:35:11 -04:00
Johann150 298febeb9c
enhance: add re-collapsing to quoted notes 2022-08-15 22:28:29 +02:00
Norm 1cb5856f7c Fix birthday time offset and date locale
The user's configred birthday is stored as UTC time, so use that for display as well.
This means the birthday won't be shown as a day behind or ahead depending on the user's browser timezone.

Also use the locale configured in the user's client settings in Misskey for date formatting.
2022-08-15 13:11:53 -04:00
Johann150 a07b464690
fix missed parentheses 2022-08-14 17:32:25 +02:00
Johann150 4e41fa8767
refactor user page to use MkTime component 2022-08-14 14:46:18 +02:00
Johann150 5548b585df
refactor MkTime component
Add the datetime property to the HTML5 time tag for a machine readable
timestamp.

Add the ability to display only the date or the time.

Change the computation of the relative time string to have precision
based on the format chosen based on the choice above. Also changed the
threshold for what is considered a date in the future so people do not
see "future" on notes they just created and thus try to stop them from
time traveling.
2022-08-14 14:14:29 +02:00
Johann150 39b85f4a08
client: remove _prId_
That property was set on promo notes in the backend. Since it is no longer
being used it should also be removed from the client.
2022-08-14 13:14:17 +02:00
Johann150 f0bdd9666f
remove empty import statements 2022-08-14 12:26:18 +02:00
Chloe Kudryavtsev 9e6bc30a66 client: remove unused windowHeader references
All of them exist in separate header/body components.
Changed to have the entire component have the same background,
rather than setting it twice.
2022-08-12 21:25:06 +00:00
Chloe Kudryavtsev 8d99f69c90 client: remove _acrylic
Acrylic is defined as having a background
similar to panel + transparency and backdrop.
Simply change everything that is _acrylic to be _panel instead.
2022-08-12 21:25:06 +00:00
Norm 7abad139f8 fix: uploadFile when folder is undefined
In uploadFile, folder can be undefined when uploading to the parent
folder.
2022-08-12 21:21:38 +00:00
Johann150 e028a852f6
remove more code referencing promo notes 2022-08-12 19:39:48 +02:00