|
|
99633c15d5
|
Merge pull request #4187 from omnivore-app/feat/web-home-navigation
Navigation for home
|
2024-07-10 21:18:12 +08:00 |
|
|
|
91ca8acfe5
|
Merge pull request #4186 from omnivore-app/fix/importer
expose createdAt for User
|
2024-07-10 21:01:27 +08:00 |
|
|
|
4fca072735
|
Merge pull request #4185 from omnivore-app/fix/home
fix/home
|
2024-07-10 21:00:21 +08:00 |
|
|
|
4f46b8f89e
|
Clean up build
|
2024-07-10 20:52:08 +08:00 |
|
|
|
a766da372c
|
Fix for the keyboard commands modal
|
2024-07-10 20:50:07 +08:00 |
|
|
|
5b86a23587
|
Linting fixes
|
2024-07-10 20:30:09 +08:00 |
|
|
|
486f0f2870
|
Improve fallback when no home found, add keyboard navigation
|
2024-07-10 18:59:23 +08:00 |
|
|
|
a1ae03f65f
|
expose createdAt for User
|
2024-07-10 18:40:01 +08:00 |
|
|
|
b31417ba5c
|
Merge pull request #4181 from mhss1/main
Fix WorkManager crash on android 11 and below
|
2024-07-10 12:59:19 +08:00 |
|
|
|
1aaa4202fc
|
move items which have less than 250 words to quick links section
|
2024-07-10 10:54:36 +08:00 |
|
|
|
8ac27171c7
|
fix: include just added items in top picks
|
2024-07-10 10:51:50 +08:00 |
|
|
|
15f00ca25f
|
Merge pull request #1 from mhss1/android-fgbg-sync
Fix WorkManager crash on android 11 and below
|
2024-07-09 16:22:59 +03:00 |
|
|
|
a536b21c64
|
Next/previous keyboard navigation for home
|
2024-07-09 19:58:13 +08:00 |
|
|
|
c19c946474
|
Merge pull request #4180 from omnivore-app/feat/web-home-fallback
Add a fallback to library if Home is not created for user
|
2024-07-09 17:18:39 +08:00 |
|
|
|
33721a0af8
|
Add a fallback to library if Home is not created for user
Also update the hover stroke colour on the action icons.
|
2024-07-09 16:48:10 +08:00 |
|
|
|
efc46f2f7e
|
Merge pull request #4179 from omnivore-app/feat/web-login-redirects
Set default home redirect path
|
2024-07-09 15:48:56 +08:00 |
|
|
|
13c224371a
|
Fix import
|
2024-07-09 15:35:52 +08:00 |
|
|
|
9134a3325f
|
Set default home redirect path
|
2024-07-09 15:29:34 +08:00 |
|
|
|
88fdee3145
|
Merge pull request #4178 from omnivore-app/feat/web-home-hover-titles
Hover titles for actions in home
|
2024-07-09 15:05:21 +08:00 |
|
|
|
593fd54f74
|
Merge pull request #4177 from omnivore-app/fix/update-yarn
Update yarn.lock
|
2024-07-09 14:47:36 +08:00 |
|
|
|
cfbdcd82ea
|
Sizing of hover items in the highlights view
|
2024-07-09 14:43:36 +08:00 |
|
|
|
1b21617e24
|
Hover titles for actions in home
|
2024-07-09 14:38:01 +08:00 |
|
|
|
612133c0a9
|
Update yarn.lock
|
2024-07-09 14:16:07 +08:00 |
|
|
|
944f444a57
|
Merge pull request #4175 from omnivore-app/fix/web-rm-table
Remove unused table component
|
2024-07-09 13:59:47 +08:00 |
|
|
|
a45be3f1f0
|
Remove unused table component
|
2024-07-09 13:30:22 +08:00 |
|
|
|
488501086b
|
Merge pull request #4173 from omnivore-app/fix/web-webooks-page
Tell users that webhooks are now part of rules
|
2024-07-09 12:03:16 +08:00 |
|
|
|
94fdbf1de5
|
Merge pull request #4174 from omnivore-app/fix/web-beta-features
Remove beta features page as all are enabled
|
2024-07-09 12:02:58 +08:00 |
|
|
|
3622c8e096
|
Merge pull request #4172 from omnivore-app/fix/web-mutation-string-interop
Use GQL variables for all mutations
|
2024-07-09 12:01:21 +08:00 |
|
|
|
ee6cd036c8
|
Merge pull request #4171 from omnivore-app/fix/web-label-update-gql
Fix string interp on update label mutation
|
2024-07-09 11:57:41 +08:00 |
|
|
|
a87d163ba6
|
Remove beta features page as all are enabled
|
2024-07-09 10:22:49 +08:00 |
|
|
|
f3876ccd5b
|
Remove unused imports
|
2024-07-09 10:09:26 +08:00 |
|
|
|
12d356dfa4
|
Use next Link
|
2024-07-09 10:08:54 +08:00 |
|
|
|
b766ed2ba6
|
Tell users that webhooks are now part of rules
|
2024-07-09 09:53:40 +08:00 |
|
|
|
f19cae74bb
|
Use GQL variables for all mutations
|
2024-07-09 09:42:18 +08:00 |
|
|
|
1e9c291d39
|
Fix string interp on update label mutation
We should always use input instead of strings like this.
|
2024-07-09 09:32:06 +08:00 |
|
|
|
ca7ceeba7e
|
Merge pull request #4154 from omnivore-app/fix/python-formatting
Fix python indentation
|
2024-07-09 09:09:27 +08:00 |
|
|
|
a01a5c22bb
|
Merge pull request #4162 from omnivore-app/fix/android-fgbg-sync
Handle foreground/background sync on older + newer Android versions
|
2024-07-09 09:08:56 +08:00 |
|
|
|
f384cdd1c9
|
Fix WorkManager crash on android 11 and below
|
2024-07-06 16:36:40 +03:00 |
|
|
|
e3ae94513a
|
Remove unneeded permissions
|
2024-07-06 11:58:00 +08:00 |
|
|
|
2aebc1c288
|
Bump version
|
2024-07-06 11:25:49 +08:00 |
|
|
|
61d66f4b51
|
Try to run sync in background
|
2024-07-06 11:14:35 +08:00 |
|
|
|
8466499593
|
Bump android version
|
2024-07-06 10:12:46 +08:00 |
|
|
|
978c17c7fb
|
Handle foreground/background sync on older + newer Android versions
|
2024-07-06 10:08:28 +08:00 |
|
|
|
f2fc0c49d0
|
Merge pull request #4156 from omnivore-app/fix/android-client
Set Android client
|
2024-07-06 10:04:54 +08:00 |
|
|
|
180efb4846
|
Set Android client
This checks user-agent before X-OmnivoreClient so the more explicit
X-OmnivoreClient overrides the derived client being set from user
agent.
|
2024-07-05 20:15:31 +08:00 |
|
|
|
fbff86f48f
|
Merge pull request #4122 from mhss1/main
Migrate deprecated Google SignIn + disable android backup
|
2024-07-05 18:28:47 +08:00 |
|
|
|
a9f46610fa
|
Merge pull request #3727 from omnivore-app/dependabot/npm_and_yarn/express-4.19.2
Bump express from 4.18.3 to 4.19.2
|
2024-07-05 18:27:02 +08:00 |
|
|
|
ff80c32406
|
Fix python indentation
|
2024-07-05 18:11:38 +08:00 |
|
|
|
eee38fcbb9
|
Merge pull request #4153 from omnivore-app/fix/intercom
have separate intercom secret in env var and return the hash based on the client
|
2024-07-05 18:00:05 +08:00 |
|
|
|
b2fd0e5a67
|
Merge pull request #3987 from mark-pitblado/main
fix support for themed icons (reverts to old monochrome until new monochrome is available)
|
2024-07-05 17:56:03 +08:00 |
|