Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | feat: Add support for comment replies | Miguel Ángel Moreno | 2022-12-31 | 4 | -22/+57 | |
* | fix(frontend): Adhere to the new React mounting convention | Miguel Ángel Moreno | 2022-12-30 | 1 | -4/+5 | |
* | fix(frontend): Move route navigation logic to effect | Miguel Ángel Moreno | 2022-12-30 | 2 | -11/+11 | |
* | feat(frontend): Add responsive styles for channel pages | Miguel Ángel Moreno | 2022-12-30 | 1 | -2/+2 | |
* | feat(frontend): Add date formatting helper | Miguel Ángel Moreno | 2022-12-30 | 1 | -1/+9 | |
* | feat(frontend): Log the response on bad responses | Miguel Ángel Moreno | 2022-12-30 | 1 | -0/+1 | |
* | feat(frontend): Amend small style nits | Miguel Ángel Moreno | 2022-12-30 | 2 | -5/+5 | |
* | feat(frontend): Consume the right uploader keys | Miguel Ángel Moreno | 2022-12-30 | 1 | -5/+5 | |
* | feat(frontend): Further modularize items | Miguel Ángel Moreno | 2022-12-30 | 1 | -73/+66 | |
* | feat(frontend): Add a mobile nav | Miguel Ángel Moreno | 2022-12-30 | 3 | -29/+50 | |
* | feat(frontend): Use a more general loading icon component | Miguel Ángel Moreno | 2022-12-30 | 7 | -30/+18 | |
* | feat(backend): Use the same key for uploader | Miguel Ángel Moreno | 2022-12-30 | 2 | -5/+5 | |
* | chore(tailwind): Add more screen sizes | Miguel Ángel Moreno | 2022-12-30 | 1 | -0/+4 | |
* | feat(frontend): Add basic global player | Miguel Ángel Moreno | 2022-12-30 | 5 | -19/+41 | |
* | feat(frontend): Tweak back button styles | Miguel Ángel Moreno | 2022-12-30 | 1 | -2/+2 | |
* | feat(frontend): Ensure item links don't overlap navbar | Miguel Ángel Moreno | 2022-12-30 | 1 | -2/+2 | |
* | feat(backend): Add service ID to API payload | Miguel Ángel Moreno | 2022-12-30 | 2 | -2/+4 | |
* | feat(frontend): Modularize related streams and add responsive styles | Miguel Ángel Moreno | 2022-12-29 | 7 | -121/+106 | |
* | feat(frontend): Add further features and address quirks | Miguel Ángel Moreno | 2022-12-29 | 15 | -256/+570 | |
* | feat(backend): Remove records and simplify API | Miguel Ángel Moreno | 2022-12-29 | 16 | -367/+287 | |
* | chore: Add local typographies | Miguel Ángel Moreno | 2022-12-29 | 32 | -4/+324 | |
* | chore(npm): Add dependencies | Miguel Ángel Moreno | 2022-12-29 | 2 | -1/+23 | |
* | chore(deps): Bump NewpipeExtractor | Miguel Ángel Moreno | 2022-12-29 | 1 | -1/+1 | |
* | feat(frontend): Modularize components and add pagination | Miguel Ángel Moreno | 2022-12-26 | 14 | -122/+555 | |
* | feat(backend): Modularize components | Miguel Ángel Moreno | 2022-12-26 | 3 | -94/+134 | |
* | feat: Abstract away result items into standalone namespace | Miguel Ángel Moreno | 2022-12-26 | 6 | -121/+84 | |
* | chore: Update dependencies | Miguel Ángel Moreno | 2022-12-26 | 2 | -14/+1897 | |
* | chore: Amend public directory ignore rule | Miguel Ángel Moreno | 2022-12-26 | 1 | -1/+1 | |
* | chore: Add styles | Miguel Ángel Moreno | 2022-12-26 | 2 | -0/+11 | |
* | chore: Add Webpack configuration | Miguel Ángel Moreno | 2022-12-26 | 1 | -0/+44 | |
* | chore: Add PostCSS configuration | Miguel Ángel Moreno | 2022-12-26 | 1 | -0/+8 | |
* | chore: Add Tailwind line-clamp plugin | Miguel Ángel Moreno | 2022-12-26 | 1 | -1/+3 | |
* | chore: Add npm package lock | Miguel Ángel Moreno | 2022-12-20 | 1 | -0/+579 | |
* | chore: Add tailwind configuration | Miguel Ángel Moreno | 2022-12-20 | 1 | -0/+8 | |
* | feat: Add initial frontend views | Miguel Ángel Moreno | 2022-12-20 | 5 | -0/+137 | |
* | feat: Set up initial re-frame events | Miguel Ángel Moreno | 2022-12-20 | 1 | -0/+81 | |
* | feat: Set up initial re-frame subs | Miguel Ángel Moreno | 2022-12-20 | 1 | -0/+43 | |
* | feat: Set up initial frontend routes | Miguel Ángel Moreno | 2022-12-20 | 1 | -0/+38 | |
* | feat: Add request helper for re-frame-http-fx | Miguel Ángel Moreno | 2022-12-20 | 1 | -0/+15 | |
* | feat: Add frontend entry point | Miguel Ángel Moreno | 2022-12-20 | 1 | -3/+21 | |
* | chore: Update shadow-cljs configuration | Miguel Ángel Moreno | 2022-12-20 | 1 | -3/+2 | |
* | feat: Get rid of unnecessary conditional | Miguel Ángel Moreno | 2022-12-20 | 1 | -1/+1 | |
* | feat: Remove unneeded ns | Miguel Ángel Moreno | 2022-12-20 | 1 | -1/+0 | |
* | feat: Set up reitit routes and serve static index | Miguel Ángel Moreno | 2022-12-20 | 3 | -75/+113 | |
* | fix: Fix related streams on API endpoints | Miguel Ángel Moreno | 2022-12-20 | 7 | -32/+72 | |
* | chore: Add npm deps | Miguel Ángel Moreno | 2022-12-20 | 1 | -4/+12 | |
* | chore: Add deps | Miguel Ángel Moreno | 2022-12-20 | 1 | -10/+17 | |
* | chore: Add CIDER setup for deps | Miguel Ángel Moreno | 2022-12-20 | 1 | -3/+12 | |
* | feat: Initial commit | Miguel Ángel Moreno | 2022-12-20 | 17 | -0/+539 |