aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* minorHEADmasterAkshay2025-05-011-1/+1
|
* fix dashboardAkshay2025-01-271-1/+1
|
* add info to subs on visit, do not persist sortAkshay2025-01-246-41/+28
|
* minor fixesAkshay2025-01-232-4/+4
| | | | | - avoid extra sort & view options on /comments - avoid extra sort & view options on /r/sub in post card
* Media View: scroll to pointer when zooming.PortableProgrammer2025-01-221-2/+7
|
* Tweak `src`/`poster` order on videos for more consistent behavior.PortableProgrammer2025-01-191-4/+2
|
* Revert to `src` attribute in `video` tags for DashJS.PortableProgrammer2025-01-161-8/+2
| | | | Should work in iOS 18.2+, but does not work in iOS 17 and below.
* More CSS cleanup and (hopefully) final tweaks.PortableProgrammer2025-01-143-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.PortableProgrammer2025-01-111-15/+10
|
* Fix `border-radius` on larger screen sizesPortableProgrammer2025-01-111-0/+13
|
* Minor image/gallery/link tweaks post-consolidation.PortableProgrammer2025-01-113-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` classPortableProgrammer2025-01-102-78/+84
| | | | Fixes `flex-*` issues in consolidated views.
* Feat: Consolidate/port Card and Compact media viewersPortableProgrammer2025-01-102-94/+69
|
* Use separate styles for sort/vew opts to utilize appropriate ↵PortableProgrammer2025-01-082-9/+21
| | | | `grid-template-rows` values
* Futher tweak card view styling for small screens, fixPortableProgrammer2025-01-081-6/+15
|
* Make gallery nicer in card viewPortableProgrammer2025-01-082-2/+9
|
* Tweak gallery item widthPortableProgrammer2025-01-081-5/+2
|
* Tweak gallery img size in `card` view.PortableProgrammer2025-01-081-1/+3
| | | | Ensure `spoiler`/`nsfw` div is above everything else
* Remove `card`-specific `post` elementsPortableProgrammer2025-01-082-63/+30
|
* Feat: Card View - Use `media` view instead of preview divPortableProgrammer2025-01-081-2/+13
|
* Feat: Card View - Update `media` page, allow zoomingPortableProgrammer2025-01-082-12/+32
|
* Feat: Card View - Separate sort and view detail optionsPortableProgrammer2025-01-081-1/+3
|
* Feat: Card View - reduce `border-radius` intensityPortableProgrammer2025-01-081-2/+2
|
* Feat: Card ViewPortableProgrammer2025-01-072-1/+5
| | | | Restrict inline image links width to a reasonable size
* Detect `preview.redd.it`, `i.redd.it`, and `i.imgur.com` inline links and ↵PortableProgrammer2025-01-042-3/+5
| | | | expand them to image tags in card view and comments.
* Tweak sticky background in card viewPortableProgrammer2025-01-041-2/+2
|
* Fix subtitle subreddit link sort/view querystringsNick Warner2025-01-021-2/+2
|
* fix colors, show gildingsAkshay2024-12-303-3/+16
|
* highlight sticky commentsAkshay2024-12-303-3/+20
|
* Feat: Card ViewPortableProgrammer2024-12-3011-76/+364
| | | | Initial Commit
* fix sub-searchAkshay2024-12-261-1/+1
|
* use 0.0.0.0 instead of loopbackv0.1.1Akshay2024-12-251-2/+2
|
* var isSub was not set - leading to sub page having subscribe button showing ↵Sayan Mitra2024-12-211-0/+1
| | | | - fixed
* fix search with argsAkshay2024-12-212-29/+3
|
* add `edited` indicator to commentsAkshay2024-12-195-4/+15
|
* implement back button, restructure sort-optsAkshay2024-12-196-23/+61
|
* search-on-undelete for more commentsAkshay2024-12-162-2/+2
|
* order subs in asc alphabetic orderAkshay2024-12-161-1/+4
|
* add post search,Akshay2024-12-064-34/+25
| | | | also fix filters, combine old and new parse logic
* allow post searchAkshay2024-12-064-3/+119
|
* add urls to open comments and submissions externallyAkshay2024-12-053-13/+26
|
* presentationAkshay2024-11-281-1/+0
|
* another oopsieAkshay2024-11-271-1/+1
|
* rename to lurkerAkshay2024-11-276-4/+15
|
* add next/prev links to commentsAkshay2024-11-265-12/+47
|
* add search page, support spoiler/nsfw imgsAkshay2024-11-2612-15/+57
|
* mild improvements to subs pageAkshay2024-11-234-7/+16
|
* add search pageAkshay2024-11-237-49/+146
|
* fix thumbnails, sometimesAkshay2024-11-222-1/+10
|
* rework invite and admins a bitAkshay2024-11-226-75/+102
|