about summary refs log tree commit diff
path: root/bskyweb/static
Commit message (Collapse)AuthorAgeFilesLines
* 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>