Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minorHEADmaster | Akshay | 2025-05-01 | 1 | -1/+1 |
| | |||||
* | fix dashboard | Akshay | 2025-01-27 | 1 | -1/+1 |
| | |||||
* | add info to subs on visit, do not persist sort | Akshay | 2025-01-24 | 6 | -41/+28 |
| | |||||
* | minor fixes | Akshay | 2025-01-23 | 2 | -4/+4 |
| | | | | | - avoid extra sort & view options on /comments - avoid extra sort & view options on /r/sub in post card | ||||
* | Merge pull request #22 from ↵ | akshay | 2025-01-22 | 5 | -163/+156 |
|\ | | | | | | | | | PortableProgrammer/feat-consolidate-card-compact-media Feat: Consolidate Card and Compact media viewers | ||||
| * | Media View: scroll to pointer when zooming. | PortableProgrammer | 2025-01-22 | 1 | -2/+7 |
| | | |||||
| * | Tweak `src`/`poster` order on videos for more consistent behavior. | PortableProgrammer | 2025-01-19 | 1 | -4/+2 |
| | | |||||
| * | Revert to `src` attribute in `video` tags for DashJS. | PortableProgrammer | 2025-01-16 | 1 | -8/+2 |
| | | | | | | | | Should work in iOS 18.2+, but does not work in iOS 17 and below. | ||||
| * | More CSS cleanup and (hopefully) final tweaks. | PortableProgrammer | 2025-01-14 | 3 | -24/+27 |
| | | | | | | | | | | | | | | | | | | * Further adjusted `--border-radius-*` vars to reduce egregious curvature. * Adjusted `post-text` padding and max width in `card` view to reduce text overflow on smaller screens. * Left `details` collapsed in `card` view when there is no media to preview. * Corrected `.image-viewer` margins when `details` is collapsed in `card` view. * Added `isPostMedia` function to `postUtils` to consolidate some `if` statements. * Fixed links not showing in `card` view if there was no other media. | ||||
| * | Tweak CSS for `spoiler` / `nsfw` in card view and `max-height` in `card` view. | PortableProgrammer | 2025-01-11 | 1 | -15/+10 |
| | | |||||
| * | Fix `border-radius` on larger screen sizes | PortableProgrammer | 2025-01-11 | 1 | -0/+13 |
| | | |||||
| * | Minor image/gallery/link tweaks post-consolidation. | PortableProgrammer | 2025-01-11 | 3 | -30/+34 |
| | | | | | | | | | | | | | | | | * Brings `comments` in line with `card` / `compact` gallery and `.image-viewer` styles. * Tweaks link positioning for `link` posts. * Force `video` scrubber previews to autoplay inline, mainly for mobile screens. * Adds `.image-viewer.main-content` style to handle media sizing and tweaks on `comments` view separate from `card` / `compact` views. * Switch to use `vmin` instead of `px` for `--border-radius-*` vars to properly scale across views and viewport sizes. | ||||
| * | Split `post-container` class | PortableProgrammer | 2025-01-10 | 2 | -78/+84 |
| | | | | | | | | Fixes `flex-*` issues in consolidated views. | ||||
| * | Feat: Consolidate/port Card and Compact media viewers | PortableProgrammer | 2025-01-10 | 2 | -94/+69 |
|/ | |||||
* | Merge pull request #19 from Floppy/patch-1 | akshay | 2025-01-10 | 1 | -7/+14 |
|\ | | | | | Add ARM64 build to docker publish workflow | ||||
| * | Fix tag output on push | James Smith | 2025-01-06 | 1 | -1/+1 |
| | | |||||
| * | Add ARM64 build to docker publish workflow | James Smith | 2025-01-03 | 1 | -7/+14 |
| | | |||||
* | | Merge pull request #18 from PortableProgrammer/feat-card-view | akshay | 2025-01-09 | 13 | -96/+417 |
|\ \ | | | | | | | [Feat] Card View | ||||
| * | | Use separate styles for sort/vew opts to utilize appropriate ↵ | PortableProgrammer | 2025-01-08 | 2 | -9/+21 |
| | | | | | | | | | | | | `grid-template-rows` values | ||||
| * | | Futher tweak card view styling for small screens, fix | PortableProgrammer | 2025-01-08 | 1 | -6/+15 |
| | | | |||||
| * | | Make gallery nicer in card view | PortableProgrammer | 2025-01-08 | 2 | -2/+9 |
| | | | |||||
| * | | Tweak gallery item width | PortableProgrammer | 2025-01-08 | 1 | -5/+2 |
| | | | |||||
| * | | Tweak gallery img size in `card` view. | PortableProgrammer | 2025-01-08 | 1 | -1/+3 |
| | | | | | | | | | | | | Ensure `spoiler`/`nsfw` div is above everything else | ||||
| * | | Remove `card`-specific `post` elements | PortableProgrammer | 2025-01-08 | 2 | -63/+30 |
| | | | |||||
| * | | Feat: Card View - Use `media` view instead of preview div | PortableProgrammer | 2025-01-08 | 1 | -2/+13 |
| | | | |||||
| * | | Feat: Card View - Update `media` page, allow zooming | PortableProgrammer | 2025-01-08 | 2 | -12/+32 |
| | | | |||||
| * | | Feat: Card View - Separate sort and view detail options | PortableProgrammer | 2025-01-08 | 1 | -1/+3 |
| | | | |||||
| * | | Feat: Card View - reduce `border-radius` intensity | PortableProgrammer | 2025-01-08 | 1 | -2/+2 |
| | | | |||||
| * | | Feat: Card View | PortableProgrammer | 2025-01-07 | 2 | -1/+5 |
| | | | | | | | | | | | | Restrict inline image links width to a reasonable size | ||||
| * | | Merge branch 'master' into feat-card-view | Nick Warner | 2025-01-05 | 1 | -0/+14 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #21 from alpaim/master | akshay | 2025-01-05 | 1 | -0/+14 |
|\ \ \ | |_|/ |/| | | docs: add Docker Compose example to README | ||||
| * | | add docker compose example | Alpaim | 2025-01-04 | 1 | -0/+14 |
|/ / | |||||
* | | fix colors, show gildings | Akshay | 2024-12-30 | 3 | -3/+16 |
| | | |||||
* | | highlight sticky comments | Akshay | 2024-12-29 | 3 | -3/+20 |
| | | |||||
| * | Detect `preview.redd.it`, `i.redd.it`, and `i.imgur.com` inline links and ↵ | PortableProgrammer | 2025-01-04 | 2 | -3/+5 |
| | | | | | | | | expand them to image tags in card view and comments. | ||||
| * | Tweak sticky background in card view | PortableProgrammer | 2025-01-04 | 1 | -2/+2 |
| | | |||||
| * | Fix subtitle subreddit link sort/view querystrings | Nick Warner | 2025-01-02 | 1 | -2/+2 |
| | | |||||
| * | fix colors, show gildings | Akshay | 2024-12-30 | 3 | -3/+16 |
| | | |||||
| * | highlight sticky comments | Akshay | 2024-12-30 | 3 | -3/+20 |
| | | |||||
| * | Feat: Card View | PortableProgrammer | 2024-12-30 | 11 | -76/+364 |
|/ | | | | Initial Commit | ||||
* | fix sub-search | Akshay | 2024-12-26 | 1 | -1/+1 |
| | |||||
* | use 0.0.0.0 instead of loopbackv0.1.1 | Akshay | 2024-12-25 | 1 | -2/+2 |
| | |||||
* | rework docker image bits | Akshay | 2024-12-25 | 3 | -28/+3 |
| | |||||
* | Merge pull request #13 from Joeoc2001/master | akshay | 2024-12-25 | 3 | -8/+8 |
|\ | | | | | Use plain Bun for Docker | ||||
| * | Fix data dir | joeoc2001 | 2024-12-21 | 1 | -1/+3 |
| | | |||||
| * | Use plain Bun for Docker | joeoc2001 | 2024-12-20 | 3 | -8/+6 |
| | | |||||
* | | Merge pull request #14 from sayan-mitra-9800/master | akshay | 2024-12-21 | 2 | -0/+4 |
|\ \ | | | | | | | variable isSub was not set | ||||
| * | | var isSub was not set - leading to sub page having subscribe button showing ↵ | Sayan Mitra | 2024-12-21 | 2 | -0/+4 |
|/ / | | | | | | | - fixed | ||||
* / | fix search with args | Akshay | 2024-12-21 | 2 | -29/+3 |
|/ | |||||
* | add `edited` indicator to comments | Akshay | 2024-12-19 | 6 | -5/+16 |
| |