Wykres commitów

24 Commity (main)

Autor SHA1 Wiadomość Data
Sven Sauleau 95e5beb70e refactor UI auth 2023-03-08 08:26:20 +00:00
Dario Piotrowicz 65c4924cdb improve/fix frontend authenticated vs admin settings 2023-03-06 19:00:51 +00:00
Dario Piotrowicz d505ed278e add access check to isUserAdmin function 2023-03-06 11:34:02 +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 246edfc789 add both FE and BE for server settings (including rules) 2023-03-01 16:55:06 +00:00
Dario Piotrowicz 55c780ad02 fix DocumentHeadValue being modified as readonly 2023-02-28 11:42:52 +00:00
James Culveyhouse 4f71caac31 Sign in button and authed account settings page 2023-02-28 00:24:57 -06:00
Dario Piotrowicz 3d0e394a14 implement UI for about page
initial step for #282
2023-02-20 18:29:06 +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 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
Dario Piotrowicz 18ad1c7880 add ellipsis for truncated links back
also add a test in the e2e ui tests to prevent
the ellipsis to get removed again

resolves #289
2023-02-16 11:05:57 +00:00
Dario Piotrowicz 11a2c278b2 show custom emojis in display names 2023-02-15 14:16:14 +00:00
Dario Piotrowicz c5ac435f53 Adjust account urls
second attempt after fist caused issues and had
to be reverted
2023-02-15 10:31:09 +00:00
Dario Piotrowicz 7700f40041 improve dummy data and tests
- improve the dummy data to be generated when building the mock db
- restructure dummy data folder structure
- remove all real data from the dummy data
- update the tests to use the new dummay data, and also
  - fix the incorrect 404 test
  - add a test for viewing images
2023-02-14 21:19:43 +00:00
Dario Piotrowicz eaa42456d0 break words in mobile views to reduce need of scrolling
resolves #265
2023-02-13 17:34:15 +00:00
Dario Piotrowicz e3271478e1 add title, description and seo metadata to various pages
resolves #218
2023-02-10 15:18:50 +00:00
Dario Piotrowicz c6694aa6ca add missing favicon to 404 and 500 raw html pages 2023-02-06 23:28:05 +00:00
Sven Sauleau 06c83ed2cf
Update frontend/src/utils/getNotFoundHtml/not-found-raw.html 2023-02-04 21:08:25 +00:00
Dario Piotrowicz c6410e27e2 add error page and redirect to such page in the various loader$s 2023-02-03 23:24:53 +00:00
Dario Piotrowicz 6298220010 implement account page 2023-02-03 12:43:27 +00:00
Dario Piotrowicz 215eac1ba8 make sure not-found responses have the 404 status
resolves #165
2023-02-01 14:32:00 +00:00
Dario Piotrowicz e7869e9848 add footer to ui with commit hash 2023-01-10 12:43:35 +00:00
Sven Sauleau aef029ca55 wire instance details to API 2023-01-06 15:30:17 +00:00
Sven Sauleau 25be15b2a0 Import wildebeest code
Co-authored-by: Sven Sauleau <sven@cloudflare.com>
Co-authored-by: Dario Piotrowicz <dario@cloudflare.com>
Co-authored-by: André Cruz <acruz@cloudflare.com>
Co-authored-by: James Culveyhouse <jculveyhouse@cloudflare.com>
Co-authored-by: Pete Bacon Darwin <pete@bacondarwin.com>
2023-01-04 09:51:17 +00:00