omnivore/packages/web/components/elements/icons
Tom Rogers 4e582fb55d
Some checks failed
Build Docker Images / Build docker images (push) Has been cancelled
Build Self-Hosting Docker Images / Build self-host docker images (push) Has been cancelled
Run tests / Run Codebase tests (push) Has been cancelled
Run tests / Build docker images (push) Has been cancelled
Improving Self-Hosting and Removing 3rd Party dependencies. (#4513)
* fix: Library Header layout shift

* Bump Github Actions versions.

* Self-Hosting Changes

* Fix Minio Environment Variable

* Just make pdfs successful, due to lack of PDFHandler

* Fix issue where flag was set wrong

* Added an NGINX Example file

* Add some documentation for self-hosting via Docker Compose

* Make some adjustments to Puppeteer due to failing sites.

* adjust timings

* Add start of Mail Service

* Fix Docker Files

* More email service stuff

* Add Guide to use Zapier for Email-Importing.

* Ensure that if no env is provided it uses the old email settings

* Add some instructions for self-hosted email

* Add SNS Endpoints for Mail Watcher

* Add steps and functionality for using SES and SNS for email

* Uncomment a few jobs.

* Added option for Firefox for parser. Was having issues with Chromium on Docker.

* Add missing space.

Co-authored-by: Russ Taylor <729694+russtaylor@users.noreply.github.com>

* Fix some wording on the Guide

* update browser extension to handle self-hosted instances

* add slight documentation to options page

* Fix MV

* Do raw handlers for Medium

* Fix images in Medium

* Update self-hosting/GUIDE.md

Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com>

* Update Guide with other variables

* Add The Verge to JS-less handlers

* Update regex and image-proxy

* Update self-hosting/nginx/nginx.conf

Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com>

* Update regex and image-proxy

* Update self-hosting/docker-compose/docker-compose.yml

Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com>

* Fix Minio for Export

* Merge to main

* Update GUIDE with newer NGINX

* Update nginx config to include api/save route

* Enable Native PDF View for PDFS

* Enable Native PDF View for PDFS

* feat:lover packages test

* feat:working build

* feat:alpine build

* docs:api dockerfile docs

* Write a PDF.js wrapper to replace pspdfkit

* Revert changes for replication, set settings to have default mode

* build folder got removed due to gitignore on pdf

* Add Box shadow to pdf pages

* Add Toggle for Progress in PDFS, enabled native viewer toggle

* Update node version to LTS

* Update node version to LTS

* Fix Linting issues

* Fix Linting issues

* Make env variable nullable

* Add touchend listener for mobile

* Make changes to PDF for mobile

* fix(android): change serverUrl to selfhosted first

* feat:2 stage alpine content fetch

* feat:separated start script

* fix:changed to node 22

* Add back youtube functionality and add guide

* trigger build

* Fix cache issue on YouTube

* Allow empty AWS_S3_ENDPOINT

* Allow empty AWS_S3_ENDPOINT

* Add GCHR for all images

* Add GCHR For self hosting.

* Add GCHR For self hosting.

* Test prebuilt.

* Test prebuilt

* Test prebuilt...

* Fix web image

* Remove Web Image (For now)

* Move docker-compose to images

* Move docker-compose files to correct locations

* Remove the need for ARGS

* Update packages, and Typescript versions

* Fix

* Fix issues with build on Web

* Correct push

* Fix Linting issues

* Fix Trace import

* Add missing types

* Fix Tasks

* Add information into guide about self-build

* Fix issues with PDF Viewer

---------

Co-authored-by: keumky2 <keumky2@woowahan.com>
Co-authored-by: William Theaker <wtheaker@nvidia.com>
Co-authored-by: Russ Taylor <729694+russtaylor@users.noreply.github.com>
Co-authored-by: David Adams <david@dadams2.com>
Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com>
Co-authored-by: m1xxos <66390094+m1xxos@users.noreply.github.com>
Co-authored-by: Adil <mr.adil777@gmail.com>
2025-01-27 13:33:16 +01:00
..
home Add a fallback to library if Home is not created for user 2024-07-09 16:48:10 +08:00
AIPromotIcon.tsx Add summaries, display accont features 2024-02-28 15:14:32 +08:00
ArchiveIcon.tsx Use title instead of TooltipWrapped 2023-08-01 17:27:58 +08:00
ArchiveSectionIcon.tsx Update icons of left menu 2024-06-13 20:49:11 +08:00
ArrowRightIcon.tsx Add missing arrow icon 2023-08-29 10:22:27 +08:00
BrowserIcon.tsx Better hovers for header items 2024-02-29 12:01:58 +08:00
CaretDownIcon.tsx Add missing files 2023-08-03 13:27:21 +08:00
CircleUtilityMenuIcon.tsx Use title instead of TooltipWrapped 2023-08-01 17:27:58 +08:00
CloseIcon.tsx Improve the help box 2023-09-04 13:47:24 +08:00
ConfusedSlothIcon.tsx More moves to react-query for key library functions 2024-08-12 11:09:56 +08:00
CopyIcon.tsx Fix for updating highlight colours, add proper copy icon 2023-08-24 13:52:05 +08:00
DiscoverIcon.tsx Merge all changes from main, update theming of Discover 2024-03-07 17:39:57 +01:00
DragIcon.tsx Add missing files 2024-02-19 15:16:24 +08:00
EditInfoIcon.tsx Use title instead of TooltipWrapped 2023-08-01 17:27:58 +08:00
EmptyHighlightsIcon.tsx Update the empty states, special handler for the subscriptions empty state case. 2024-08-13 20:06:57 +08:00
EmptyLibraryNotes.tsx Update the empty states, special handler for the subscriptions empty state case. 2024-08-13 20:06:57 +08:00
EmptyTrashIcon.tsx Update the empty states, special handler for the subscriptions empty state case. 2024-08-13 20:06:57 +08:00
ErrorSlothIcon.tsx Fix embedded svg 2024-02-23 14:18:53 +08:00
ExportIcon.tsx Add missing icon 2023-08-08 16:05:44 +08:00
FavoriteFlairIcon.tsx Add flair icon 2023-10-24 17:08:24 +08:00
FeedFlairIcon.tsx Fix svgs 2023-10-24 17:25:44 +08:00
FollowingIcon.tsx Update icons of left menu 2024-06-13 20:49:11 +08:00
GridViewIcon.tsx Use title instead of TooltipWrapped 2023-08-01 17:27:58 +08:00
HeaderCheckboxIcon.tsx Handle switching state on first hover of button 2024-02-29 10:55:48 +08:00
HeaderSearchIcon.tsx Hover for header buttons 2024-02-08 01:49:12 +08:00
HeaderToggleGridIcon.tsx Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) 2025-01-27 13:33:16 +01:00
HeaderToggleListIcon.tsx Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) 2025-01-27 13:33:16 +01:00
HeaderToggleTLDRIcon.tsx Add summaries, display accont features 2024-02-28 15:14:32 +08:00
HighlightsIcon.tsx Get nav into higher z-index, start to add the ADdLink control 2024-06-14 14:22:18 +08:00
HomeIcon.tsx Update icons of left menu 2024-06-13 20:49:11 +08:00
IconProps.tsx Update icons 2023-08-01 12:31:12 +08:00
LabelIcon.tsx Use title instead of TooltipWrapped 2023-08-01 17:27:58 +08:00
LibraryIcon.tsx Update icons of left menu 2024-06-13 20:49:11 +08:00
ListViewIcon.tsx Use title instead of TooltipWrapped 2023-08-01 17:27:58 +08:00
MarkAsReadIcon.tsx feat: bulk mark as read action 2024-04-14 14:55:11 +07:00
MoveToInboxIcon.tsx Add missing icon 2024-06-25 11:48:52 +08:00
NavMoreButtonDown.tsx Update icons of left menu 2024-06-13 20:49:11 +08:00
NavMoreButtonUp.tsx Update icons of left menu 2024-06-13 20:49:11 +08:00
NewsletterFlairIcon.tsx More work on shortcuts 2024-02-20 10:15:57 +08:00
NewsletterIcon.tsx Add missing files 2024-02-20 10:57:38 +08:00
NotebookIcon.tsx Use title instead of TooltipWrapped 2023-08-01 17:27:58 +08:00
PinnedFlairIcon.tsx Add flair icon 2023-10-24 17:08:24 +08:00
ReaderSettingsIcon.tsx Use title instead of TooltipWrapped 2023-08-01 17:27:58 +08:00
RecommendedFlairIcon.tsx Add flair icon 2023-10-24 17:08:24 +08:00
ShortcutFolderClosed.tsx Cleanups for navigation menu icons 2024-06-12 15:20:03 +08:00
ShortcutFolderOpen.tsx Get nav into higher z-index, start to add the ADdLink control 2024-06-14 14:22:18 +08:00
ToggleCaretDownIcon.tsx Improve the toggle buttons on the library menu 2023-08-29 15:55:01 +08:00
ToggleCaretLeftIcon.tsx Improve the toggle buttons on the library menu 2023-08-29 15:55:01 +08:00
ToggleCaretRightIcon.tsx Fix toggle arrow directions 2023-08-29 16:12:17 +08:00
TrashIcon.tsx Use title instead of TooltipWrapped 2023-08-01 17:27:58 +08:00
TrashSectionIcon.tsx Update icons of left menu 2024-06-13 20:49:11 +08:00
UnarchiveIcon.tsx Use title instead of TooltipWrapped 2023-08-01 17:27:58 +08:00
UntrashIcon.tsx More work on react-query switchover 2024-08-12 11:09:56 +08:00