Dario Piotrowicz
abb6ff4b0d
add prelint script
2023-03-06 10:09:53 +00:00
Sven Sauleau
acd4a5e5b2
mastodon -> wildebeest
2023-03-06 09:01:26 +00:00
Dario Piotrowicz
3d644175b4
add missing getDatabase await
2023-03-02 09:43:09 +00:00
Dario Piotrowicz
de571b816a
remove deprecated loader.use call
2023-03-02 09:40:13 +00:00
Dario Piotrowicz
5f77fdf9f8
fix outdated loader$ types
2023-03-02 09:39:19 +00:00
Dario Piotrowicz
e0e37851b2
remove outdated comment
2023-03-02 09:31:52 +00:00
Dario Piotrowicz
da8285c8e0
enable about page and server-settings pages
2023-03-02 09:29:01 +00:00
Dario Piotrowicz
0580e089ab
Merge pull request #347 from cloudflare/server-settings-ui
...
Server settings UI
2023-03-01 20:53:30 +00:00
Dario Piotrowicz
d15916ddd2
update e2e about test
2023-03-01 16:55:22 +00:00
Dario Piotrowicz
246edfc789
add both FE and BE for server settings (including rules)
2023-03-01 16:55:06 +00:00
Dario Piotrowicz
939988721a
Merge pull request #348 from cloudflare/hastags
...
handle hashtags in statuses
2023-03-01 11:13:17 +00:00
Dario Piotrowicz
a606e76093
handle hashtags in statuses
...
- by parsing them in enrichStatus
- implementing a tag page to show their timeline
resolves #345
2023-02-28 17:05:22 +00:00
Sven Sauleau
2659576712
Merge pull request #350 from cloudflare/fix-meta-readonly-ts
...
fix DocumentHeadValue being modified as readonly
2023-02-28 16:49:39 +00:00
Dario Piotrowicz
b131e83aa0
bump qwik and qwikcity
2023-02-28 16:19:46 +00:00
Dario Piotrowicz
da89397209
improve frontend watch script and remove no longer needed concurrently dependency
2023-02-28 16:19:46 +00:00
Dario Piotrowicz
c184d28e4f
improve dev/todo loaders
2023-02-28 16:19:46 +00:00
Dario Piotrowicz
30a817563e
remove deprecated .use() loader calls
2023-02-28 16:19:46 +00:00
Dario Piotrowicz
55c780ad02
fix DocumentHeadValue being modified as readonly
2023-02-28 11:42:52 +00:00
Dario Piotrowicz
74aa6656ca
add missing argument to handleRequestGet
2023-02-28 11:08:51 +00:00
James Culveyhouse
d9cc274673
Integration alias api endpoint
2023-02-28 00:24:58 -06:00
James Culveyhouse
4f71caac31
Sign in button and authed account settings page
2023-02-28 00:24:57 -06:00
James Culveyhouse
b16db6f510
UI for migration page
2023-02-28 00:22:48 -06:00
James Culveyhouse
36a926e816
Aliases page
2023-02-28 00:22:48 -06:00
Sven Sauleau
d89ed5a8af
make getDatabase async
2023-02-27 17:37:03 +00:00
Dario Piotrowicz
f20fb8052b
improve typing around getDataBase
2023-02-24 10:19:25 +00:00
Sven Sauleau
279431fcdf
use getDatabase in frontend
2023-02-24 09:42:28 +00:00
Yuji Yamaguchi
c55b09a771
Changed to use getErrorHtml
2023-02-24 00:16:47 +09:00
Sven Sauleau
7dea01b781
extract database types
...
Refs https://github.com/cloudflare/wildebeest/issues/228
2023-02-22 16:18:06 +00:00
Dario Piotrowicz
4e0cf1da14
cleanup extra grid col and row classes
2023-02-22 14:22:16 +00:00
Dario Piotrowicz
d4aab92c79
make account card somewhat viewable on small screens
2023-02-22 13:03:00 +00:00
Dario Piotrowicz
530f46c8bb
remove break-all
2023-02-22 12:40:30 +00:00
Dario Piotrowicz
3d0e394a14
implement UI for about page
...
initial step for #282
2023-02-20 18:29:06 +00:00
Dario Piotrowicz
40d59fbccd
fix broken statusAPI.handleRequestGet call
...
likely broken by PR #309
2023-02-20 18:29:06 +00:00
Dario Piotrowicz
cd45aba28d
remove tabs and newlines from dummy status
2023-02-20 15:12:40 +00:00
Sven Sauleau
08a5bc4fa4
Merge pull request #305 from cloudflare/spoiler-contents
...
handle spoiler text in the statuses ui
2023-02-20 11:38:27 +00:00
Dario Piotrowicz
ec3a1e1bd5
simplify requestLoaders to requestUrlLoaders
2023-02-20 10:41:16 +00:00
Yuji Yamaguchi
137f885b22
fix: Changed line breaks so that text does not overflow
2023-02-19 23:10:33 +09:00
Dario Piotrowicz
97530bbc7a
handle spoiler text in the statuses ui
...
as part of this:
- wire up spoilter_text in the backend so that frontend can use it
- add spoiler_text to dummy data (+ related refactoring)
- show spoilter text in the ui (+ related refactoring)
- add/update e2e tests to check spoiler text
2023-02-17 23:05:45 +00:00
Dario Piotrowicz
f7df319831
update qwik and qwikCity packages
2023-02-17 17:02:18 +00:00
dependabot[bot]
9e6633f4fb
Bump undici from 5.14.0 to 5.19.1 in /frontend
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.14.0 to 5.19.1.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.14.0...v5.19.1 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 23:09:01 +00:00
Dario Piotrowicz
caf79ef0f3
make sure time indicator doesn't wrap
2023-02-16 16:22:36 +00:00
Dario Piotrowicz
85c15b0238
add missing margin-bottom in status page
2023-02-16 16:02:27 +00:00
Dario Piotrowicz
3296f2a3bf
add HtmlContent component to more cleanly handle user provided html content
...
and so that we no longer use useStyles$ for styling the html content
but we use a signle useStylesScoped$ instead
2023-02-16 16:02:25 +00:00
Dario Piotrowicz
e8e18f98e1
fix wrong background being applied to statuses
2023-02-16 15:59:56 +00:00
Dario Piotrowicz
beb2cfb8f0
add e2e ui test to check account posts and posts-and-replies tabs
2023-02-16 14:53:09 +00:00
Dario Piotrowicz
ffaba34966
implement posts and replies tab in account page
2023-02-16 14:48:25 +00:00
Dario Piotrowicz
bfc2817cd8
split account index.tsx into layout.tsx + index.tsx
...
perform such split so that we display the posts in the
index.tsx file and this will allow us to also show different
tabs on the page as well
2023-02-16 14:48:23 +00:00
Sven Sauleau
20be442595
Merge pull request #300 from cloudflare/account-link
...
Improve navigation to accounts and toots
2023-02-16 13:57:54 +00:00
Dario Piotrowicz
d6daa7bfb3
update e2e tests after previous navigation tweaks
2023-02-16 13:31:52 +00:00
Dario Piotrowicz
5b935a11e6
update status click handler not to include account
2023-02-16 13:00:26 +00:00