about summary refs log tree commit diff
path: root/bskyweb/static
Commit message (Collapse)AuthorAgeFilesLines
* Change web favicon — why isn't it regenerated?Vika8 days3-0/+0
|
* bskyweb: add robots disallow and 'canonical' config flags (#4760)bnewbold2025-02-281-0/+3
|
* Font loading improvements (#6993)Barry Pollard2024-12-102-0/+0
| | | | | | | | | | | | | | | | | | | | | | | * Font loading improvements * Reconvert with missing files * Update bskyweb/templates/base.html Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com> * Update bskyweb/templates/base.html Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com> * Run web-build to update hashes * Revert Android to otf * Use Inter woff2 files --------- Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com>
* YT embed tweak (#6789)Samuel Newman2024-11-271-2/+10
| | | | | | | | | | | * tweak css * fix typo * More tweak --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Use Inter variable font (#5540)Eric Bailey2024-09-3014-0/+0
|
* Let Expo/Webpack handle CSS assets (#3942)Mary2024-09-231-0/+0
| | | | | | | | | | | | | * chore: handle built css assets * chore: let prettier handle css code * refactor: let webpack build css assets * chore: prettier on bskyembed * chore: touch empty.txt on css directory * chore: do the same to the workflow
* [Neue] Parallel font loading on web (#5411)Eric Bailey2024-09-1913-0/+0
| | | | | | | | | | | * Parallel font loading (cherry picked from commit 10e2b05b575bbbf8b0ca5b4a336817cd902d712b) * Handle failures * Rely on font-face and preload tags for font loading (#5431) * Cache fonts for a year
* Revert "[Video] Download videos" (#4945)Hailey2024-08-151-1/+0
|
* [Video] Download videos (#4886)Hailey2024-08-151-0/+1
| | | | Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* tweak app clip AASA (#4641)Hailey2024-06-251-3/+3
|
* Starter Packs (#4332)Hailey2024-06-211-2/+4
| | | | | | | Co-authored-by: Dan Abramov <dan.abramov@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Add kawaii mode (#3773)Samuel Newman2024-05-011-0/+0
|
* Properly fill container for YT Shorts videos (#3238)Hailey2024-03-181-7/+5
| | | | | | | account for jest account for jest yt iframe fill container
* Update open graph data (#2760)Eric Bailey2024-02-063-0/+33
| | | | | | | * Update open graph data * Format * Fix typo
* fix some youtube videos not properly loading (#2726)Hailey2024-02-061-0/+49
| | | | | | | | | * add player iframe to bskyweb * iframe for youtube content * update tests * ts error
* Update some brand assets (#2301)Paul Frazee2023-12-246-0/+0
|
* Simplify loading emoji data (#1790)dan2023-11-011-1/+0
|
* [APP-836] Emoji picker for web (#1254)Ansh2023-08-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * add emoji-mart package for emoji dropdown picker * remove emoji picker modal * load emoji mart data not as part of the main bundle * remove @emoji-mart/data * setup emoji insertion with events * get emoji data from local static assets * close emoji picker after one emoji has been inserted * Switch emoji picker trigger to an icon * Update emoji-mart-data.js * make grabbing emoji data work on more browsers --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* bskyweb: publish Bluesky IPsJake Gold2023-08-032-0/+30
|
* bskyweb: add security.txtJake Gold2023-06-011-0/+4
|
* add/serve .well-known filesJake Gold2023-05-262-0/+24
|
* bskyweb: update robots.txt (#595)bnewbold2023-05-071-1/+9
| | | | | | | This is to make crawling more explicitly allowed, communicating expectations. If we ever end up with "expensive" routes on this service, will want to add Crawl-Delay.
* bskyweb additions (#296)Jake Gold2023-03-201-0/+1
| | | Add some minor bskyweb improvements, Mailmodo endpoint, Dockerfile for bskyweb, container image push
* bskyweb: proof-of-concept golang daemon to serve SPA (#275)bnewbold2023-03-147-0/+1
* gitignore: /dist/ * bskyweb: initial work-in-progress * bskyweb: import icons from bluesky-website * bskyweb: switch to pongo2 templates; iterate on views * bskyweb: example.env (and docs) * bskyweb: go fmt * bskyweb: remove plan file * bskyweb: README: tweak formatting * prettier: ignore /dist/, bskyweb templates --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>