b68fd1d487
Merge pull request #211 from omnivore-app/feature/reader-progress-tracking-ios
...
Reader progress tracking ios
2022-03-09 18:12:57 -08:00
40b3cf917a
Merge pull request #209 from omnivore-app/fix/header-buttons
2022-03-09 17:29:50 -08:00
bf035a4ec4
use window to track scrolling for /app web routes
2022-03-09 13:40:18 -08:00
ddb13770d3
set position to fixed for article container wrapper in /app routes
2022-03-09 13:40:18 -08:00
191fcb2675
send reading progres updates from embedded web views
2022-03-09 13:40:18 -08:00
7e3ee0f931
Comment out the share modal keyboard command
2022-03-09 10:04:31 -08:00
7cd1d65ce7
Header button fixes
...
- Completely disable the GitHub button when collapsed in header
- Point the name logo button to /login on the login page
2022-03-09 10:00:03 -08:00
b166847138
Use react state for first flag when fetching
2022-03-08 21:57:12 -08:00
7137aaf4fc
useRouter
2022-03-08 20:05:18 -08:00
a84d79464a
Make the router param optional
2022-03-08 13:07:03 -08:00
dad777ce6d
Move the u command to the reader view
2022-03-08 13:02:38 -08:00
8109dd3a85
Fix implementation of u key
...
The `u` key isn't supposed to be a general purpose back key, there
is a `b` command for that. The `u` key should just be used as an
"up" command to go from the reader to the library.
2022-03-08 12:57:59 -08:00
4bafee4da2
Set theme on emails and labels pages
2022-03-07 09:47:43 -08:00
0a38621a3a
Set root color scheme CSS for iOS to determine system colour
2022-03-06 09:16:14 -08:00
3d72d0f9d5
Dont use <Script inside next/head
2022-03-03 20:56:16 -08:00
fb6564a126
Use next/script for Mathjax
2022-03-03 20:37:04 -08:00
94df27c964
create a test and build command for deploying to vercel
2022-03-03 15:48:42 -08:00
2db59860d2
remove module aliases from jest config
2022-03-03 13:50:54 -08:00
cecb9da4c7
use next/jest plugin to configure jest unit tests
2022-03-03 13:44:35 -08:00
304f6352dc
Remove inline-block styling on code blocks
...
This will let code blocks go full width without inline code
statements creating a new line break.
2022-03-01 15:53:44 -08:00
cd90d3a402
Add typing on the error filter query
2022-03-01 14:40:36 -08:00
1557136e81
Use the outer query value in gqlFetcher call
...
The inner query value never changes, so no need to worry
with type casting this here, it will always be a string.
2022-03-01 14:28:21 -08:00
9515c3c6f6
Merge pull request #171 from omnivore-app/fix/upgrade-segment
...
Upgrades to bump up update-notifier version
2022-03-01 14:06:08 -08:00
f30c6f21c3
Update segment and nodemon to bump update-notifier
2022-03-01 12:20:13 -08:00
c2dd4143ff
Ensure font size changes are persisted
2022-03-01 12:04:19 -08:00
c4cf5bc2b0
Merge pull request #146 from omnivore-app/fix/favicons
...
Fix the favicon imports
2022-03-01 10:37:23 -08:00
836d73ad74
Add icons
2022-03-01 10:20:02 -08:00
ecb44c4c80
Add labels to library items query, improve design of labels
2022-03-01 08:54:19 -08:00
7bf454ae91
use dataloader to fetch all labels of a list of linkIds in a single q… ( #133 )
...
* use dataloader to fetch all labels of a list of linkIds in a single query and cached
* add labels in GQL query in frontend
2022-02-28 12:13:26 +08:00
fbcf24a9d1
Fix the favicon imports
2022-02-26 17:32:12 -08:00
da767bd55a
Merge pull request #143 from omnivore-app/feature/code-highlighting
...
Add code highlighting using highlight.js
2022-02-26 17:29:58 -08:00
b5f68cf5c9
Add async on the highlightjs script import
2022-02-26 16:31:40 -08:00
ae22c0b026
Use inline-block for code so it scrolls on smaller devices
2022-02-26 16:17:27 -08:00
84fbc9cd27
Add code highlighting using highlight.js
2022-02-26 14:57:59 -08:00
de9b4bec7b
Add a border radius to code blocks
2022-02-26 14:04:23 -08:00
07066a0619
Remove block formatting on code
...
This fixes line breaks being added on inline code elements for
example lines like:
call the <code>sprintf</code> function
2022-02-26 13:27:05 -08:00
5a285a4c7e
Improve design for the error pages
2022-02-25 13:50:59 -08:00
42511a5439
Remove the labels query from GetArticle
2022-02-24 20:54:22 -08:00
c55625589c
Merge pull request #98 from omnivore-app/feature/labels
...
Labels API and testing page
2022-02-24 19:51:28 -08:00
3d98604d97
remove labels in getArticles query
2022-02-25 11:44:05 +08:00
c73d4dc64a
render correct color mode in privacy and term web embeds [apple]
2022-02-24 14:18:51 -08:00
cf627e53cb
add app specific privact and terms pages
2022-02-24 13:28:48 -08:00
f9bdc84980
lint
2022-02-24 15:03:18 +08:00
81324c128d
update selected labels once close the modal
2022-02-24 14:47:47 +08:00
6482d280f7
add loading and set labels ui
2022-02-24 14:47:33 +08:00
8f68b60f18
Add basic UI for editing labels
2022-02-24 14:44:49 +08:00
4d770399bd
add labels testing page
2022-02-24 14:44:49 +08:00
4b78b2e80d
Use the omnivoreYellow background on the highlight view
...
The highlightBackground colour is now used for the background
highlight color when text is selected.
2022-02-23 13:40:03 -08:00
f2e15e0754
Improve the styling of URLs in highlighted text
2022-02-23 13:22:30 -08:00
0b106791a4
Linting fixes
2022-02-22 22:16:37 -08:00