Commit Graph

14 Commits

Author SHA1 Message Date
1082b3fa9d Remove server sync for theme settings 2024-02-14 14:42:54 +08:00
58976cef42 Always wait for time out on loading page 2023-10-09 18:46:41 +08:00
cba28a3986 Set reader settings 2023-06-20 14:02:23 +08:00
160774a252 linting 2023-05-25 16:08:18 +08:00
1d9978bded Style fix 2023-05-25 15:48:53 +08:00
9e28d14b87 Use the ReaderHeader in the /sr/ loading view 2023-05-25 15:36:44 +08:00
7b480ce39a Add url to the useGetArticleSavingStatus input variable 2023-03-20 21:29:12 +08:00
163dd62b58 Use url in save request 2023-03-20 17:02:30 +08:00
cad4afbe8c Revert "Update frontend"
This reverts commit cfb62a3995.
2023-03-17 16:58:08 +08:00
cfb62a3995 Update frontend 2023-03-17 11:37:59 +08:00
3d3ddc2562 Remove unneeded props 2022-06-21 16:33:18 -07:00
b7ecff195e Added font selector 2022-06-15 15:43:10 +00:00
2b70d480d2 Remove article saving request (#493)
* Add state and taskName in elastic page mappings

* Add state and taskName in elastic page interface

* Create page with PROCESSING state before scrapping

* Update createArticleRequest API

* Fix tests

* Add default state for pages

* Update createArticle API

* Update save page

* Update save file

* Update saving item description

* Show unable to parse content for failed page

* Fix date parsing

* Search for not failed pages

* Fix tests

* Add test for saveUrl

* Update get article saving request api

* Update get article test

* Add test for articleSavingRequest API

* Add test for failure

* Return new page id if clientRequestId empty

* Update clientRequestId in savePage

* Update clientRequestId in saveFile

* Replace article with slug in articleSavingRequest

* Add slug in articleSavingRequest response

* Depreciate article

* Use slug in web

* Remove article and highlight fragments

* Query article.slug on Prod

* Show unable to parse description for failed page

* Fix a bug having duplicate pages when saving the same url multiple times

* Add state in response

* Rename variables in removeArticle API

* Rename state

* Add state in response in web

* Make state an enum

* Open temporary page by link id

* Use an empty reader view as the background for loading pages

* Progressively load the article page as content is loaded

* Add includePending flag in getArticles API

* Set includePending = true in web

* Add elastic update mappings in migration script

* Add elastic mappings in docker image

* Move index_settings.json to migrate package

* Remove elastic index creation in api

* Move elastic migrations to a separate directory

* Remove index_settings from api docker image

Co-authored-by: Jackson Harper <jacksonh@gmail.com>
2022-04-29 13:41:06 +08:00
84f32935f5 Open source omnivore 2022-02-11 09:24:33 -08:00