[build] upgrade to Prettier 3.6.2 (#86) Upgrades Prettier to 3.6.2 and pins it there. Prettier [recommends pinning the version](https://prettier.io/docs/install#summary): > Install an exact version of Prettier locally in your project. This makes sure that everyone in the project gets the exact same version of Prettier. Even a patch release of Prettier can result in slightly different formatting, so you wouldn’t want different team members using different versions and formatting each other’s changes back and forth. --- Should probably merge after #85. Co-authored-by: tobi <kipvandenbos@noreply.codeberg.org> Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/86 Co-authored-by: Zoë Bijl <code@moiety.me> Co-committed-by: Zoë Bijl <code@moiety.me>
[bugfix] Fix linter issues (#85) - [x] .js - [x] .json - [x] .md - [x] .scss - [x] .yml Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/85 Co-authored-by: Zoë Bijl <code@moiety.me> Co-committed-by: Zoë Bijl <code@moiety.me>
[feature] Redesigned login page (#76) Reworked the login page - Simplified some of the HTML and CSS - Removed some `aria-label`s - Added alt text for the logo - Added a label for the input field - Added subtle borders to otherwise flat elements  Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/76 Co-authored-by: Zoë Bijl <code@moiety.me> Co-committed-by: Zoë Bijl <code@moiety.me>
[feature] Nicer login.html page, with cute styling + link to source code (#19) Fixes #9 - Cute styling, combination of Mastodon and GTS - Short description of the project - Error and status messages (temporarily) appear in disabled button with correct ARIA attributes - Sufficient contrast (WCAG AAA) Let me know if using `login.scss` both as an index file and for adding custom styling is okay. I figured this might be preferred over creating an extra folder and file. Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/19 Co-authored-by: vyxen <vyxen@tutamail.com> Co-committed-by: vyxen <vyxen@tutamail.com>
Add domain to acct display in sidebar
Merge remote-tracking branch 'upstream' into glitch
Merge pull request #2434 from ClearlyClaire/glitch-soc/merge-upstream Merge upstream changes up to 640421f661ee4d7e76a2aab607e7b15687940b6f
[Glitch] Keep version string displayed without breakpoints in UI Port 5a437edc7f22d5797e5af29d9b450a03eccec304 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Merge pull request #2426 from ClearlyClaire/glitch-soc/merge-upstream Merge upstream changes up to 57f592fed50747f3c97718a2761e17bafe6c8698
[Glitch] Fix line wrapping of language selection button with long locale codes Port 88fa8e710adf103dee289b2a9cc691a410f97c21 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Merge pull request #2406 from ClearlyClaire/glitch-soc/merge-upstream Merge upstream changes up to 6273416292090b2f6bfda33f070cea325a1759df
Revert tabs background color so they are easier to visually distinguish from contents
[Glitch] Fix dismiss button overlapping with text in dismissable banners Port 2a4fcc51fd44cab3e837e43e8f8dd84fefb97729 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
[Glitch] Fix recent search items not handling overflows correctly Port d2cfcdd09efe4914e8956d1b2211114bc7c4179a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
[Glitch] Change onboarding prompt to use full width of banner in web UI Port 1f141f656dc3fd2b3af5d6edde331bac31bb6526 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
[Glitch] Add infinite scrolling for search results in web UI Port 5d20733d8d8d5e4ba7f1f37fd8ee8fc13d6e3ab5 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Fix wrong gradient color on collapsed private mentions (#2402) Upstream changed the background color of private mentions, but the gradient used for collapsed toots still used the old color. Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
Merge pull request #2396 from ClearlyClaire/glitch-soc/merge-upstream Merge upstream changes
[Glitch] Fix light mode colors for advanced interface banner Port a106c464782cd8569acb2650867c4447d55cf240 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Merge pull request #2392 from ClearlyClaire/glitch-soc/merge-upstream Merge upstream changes into glitch-soc