- Changed color of folder icons in gray theme.
- Fixed world icon in Add Site.
- Tweaked the colors in the Interactions popover in gray theme.
- Removed Delete This Site from the story menu.
- Changed the alignment of the user and activity toolbar buttons.
* master:
Fixing date hack for folder rss feeds.
Fixing date hack for RSS feeds for folders to not turn off until a year after premium archive has launched.
Favicons count++
Bumping up sentry and node text servers.
ansible_ssh_host -> ansible_host
- Changed the preview image caching to try each of the story images in turn until a valid one (not missing or too small) is found.
- Only loads one image for each story initially, loading more if needed.
- Now caches based on the story hash instead of image URL.
- Replaced the feeds list notificaitons icon.
- The feed detail folder title icon now matches the color.
- Changed all of the settings icons to the new style.
- Changed the feed detail mark read icon.
- Changed the focus and hidden unread indicators.
- Unread indicators sized to match the web.
- Tweaked feed detail spacing.
- Increased feed detail titles to up to three lines.
- Titlecased Interactions / Your Activities.
- Removed borders and tweaked section titles in trainer.
* master: (410 commits)
Don't delete redis keys because they take time to rebuild and subs can be counted incorrectly during that time.
Adding make collectstatic to make nb because even though it's slower, it fixes the #1 issue people have when deploying on their own machines. Fixes#1717.
Time to take Nicholas and Mark off the about page.
Updating David's photo on the About page. Fixes#1716.
Fixing issue of Unread only not seeing every story. Due to the removal of UserSubscription.get_stories in 30127d7c72, we were no longer caching story hashes for single feeds.
User count should include beyond yearly.
Deferring execution of expensive statistics.
Caching newsblur_users.py statistics.
Adding cutoff from trimming stories for memory profiling.
Switching timestamp to better calculator that doesn't spit out -1's. Matches c469608 and fixes#1671.
Merging SDIFFSTORE and ZINTERSTORE into a single ZDIFFSTORE, thanks to redis 6.2.0. Requires new docker image.
Bumping highlights max from 1024 characters to 16384 characters.
Maxing out mark read dates.
Adding mark read dates to dialog for archive users that stretches into the past year.
Revert "Merging SDIFFSTORE and ZINTERSTORE into a single ZDIFFSTORE, thanks to redis 6.2.0. Requires new docker image."
Merging SDIFFSTORE and ZINTERSTORE into a single ZDIFFSTORE, thanks to redis 6.2.0. Requires new docker image.
Improving redis performance by reading the config.
Don't remove unread stories for U: unread stories list because users are actively paging through.
Re-exposing forgot password link.
Trying 1 hour for story unread list.
...
Feeds list:
- Updated Focus and Saved icons. (Note, can’t use color on just one component of a segmented control, so uses the same color for all.)
Feed detail list:
- Now updates the title when updating the theme.
- Increased the horizontal spacing.
- Increased the title font size by 1 point.
Story detail:
- Fixed the cutoff icon.
Feeds list:
- Fixed dark areas next to nested folders.
- The feeds list background colors now match the web.
- Adjusted the color of the icons.
- Changing the font size or comfort layout no longer dismisses the menu or reloads.
Feed detail:
- A story with a short title in two-line mode now has a shorter cell.
- Fixed multiple rows being selected.
- Comfortable layout now has larger top and bottom margins.
- Fixed notification icon in menu.
- Fixed saved_searches appearing in move submenu.
- Adjusted the height for feeds.
- Changing the title, image, font size, or comfort layout no longer dismisses the menu or reloads.
Story:
- Lighter header color.
- Updated icons and removed borders for share/save/train buttons.
- Updated the trainer popover to use the new style.
- The Feeds list now shows only the folder name for nested folders, instead of parent ▸ subfolder.
- A folder that has only subfolders, without any directly contained feeds, is now displayed in the list.
- Selecting a folder will now show the feeds within all subfolders (plus any direct feeds).
- Collapsing a folder with subfolders will now collapse them too, as one might expect.
(Some interesting challenges with this one!)