ed66cba8df
Remove the concept of a label colour row to simplify colour selection in labels
2023-06-19 21:42:18 +08:00
1547dd7583
Improved labels picker for the web
2023-06-19 21:41:25 +08:00
523e399e9d
Dont load the twitter SDK unless we have to
2023-06-12 18:02:29 +08:00
69df32d428
Implement a reader for epubs
2023-04-18 09:00:48 +08:00
8e3aba2295
WIP: feature cards, fir merging highlights offline sync
2023-04-04 21:04:13 +08:00
af00b88c5a
More merge fixes
2023-04-03 17:29:01 +08:00
5eef42e296
Merge highlight improvements
2023-04-03 17:19:43 +08:00
e3675295f0
WIP: use MD for highlight quotes
2023-03-31 12:26:03 +08:00
af708d68a2
Add types
2023-03-24 20:52:39 +08:00
b79307af39
Add missing package
2023-03-24 20:47:14 +08:00
69eaff395e
WIP: improve notebook UX, add markdown, document notes
2023-03-24 10:18:36 +08:00
cbbaa0cfac
Bump @sentry/nextjs from 6.19.6 to 7.42.0
...
Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript ) from 6.19.6 to 7.42.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.19.6...7.42.0 )
---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-13 05:33:07 +00:00
914b611ce2
Add @radix-ui/react-switch package
2023-03-07 15:39:49 +08:00
a2583ad5a8
Update reader settings control
2023-02-28 18:01:57 +08:00
d6d975bed3
Remove unused ShareHighlightModal
2023-02-27 11:39:30 +08:00
066766d980
Remove unused code
2023-02-27 11:12:29 +08:00
09328edfe5
Updated library cards
2023-02-24 10:09:24 +08:00
6f8bf6686b
Update webreader view when titles are updated
2023-02-07 11:03:53 +08:00
0edd91057e
Update user interface for file import tool
2023-01-03 17:49:07 +08:00
9646092d1a
Fix some errors in drag and drop feature
2022-11-30 11:53:06 +08:00
67253ee8c5
Downgrade antd as its conflicting with our typescript settings
2022-11-23 14:14:17 +08:00
c7d8769b66
Add UI for the rules engine
2022-11-23 13:42:34 +08:00
29660c0de1
Use the radix progress bar to keep consistent
2022-11-22 12:00:26 +08:00
4b18b1f0b8
adding upload file progressbar
2022-11-21 00:43:17 -03:00
4e1e68e9a3
Drag and Drop feature
2022-11-06 19:30:18 -03:00
4b6c0e368f
removed one packed
2022-09-15 12:19:04 -06:00
04acffd668
Adding Packages - downshift and recent searches and basic code
2022-08-31 22:04:45 -05:00
1aa0780e29
Use a masonry layout for the library layout
2022-08-19 14:53:01 +08:00
6a00f0b8c5
Revert the react dropdown menu upgrade, it broke all our menus
2022-08-18 12:35:21 +08:00
74f91ee84b
Bump @radix-ui/react-dropdown-menu from 0.1.6 to 1.0.0
...
Bumps [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives ) from 0.1.6 to 1.0.0.
- [Release notes](https://github.com/radix-ui/primitives/releases )
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
---
updated-dependencies:
- dependency-name: "@radix-ui/react-dropdown-menu"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-15 21:19:19 +00:00
1564b52535
Added Menu on the home page with static items
2022-08-01 03:21:29 +02:00
bf7f64de6c
Menu Component Start
2022-07-29 00:15:37 +02:00
a40d7703a7
Added New Responsive table and data
2022-07-15 22:43:59 +02:00
3c764776ef
Merge pull request #928 from omnivore-app/901
...
Increase luminous for labels
2022-07-13 05:52:37 +00:00
552d76a929
Added search support for kbar in this PR.
2022-07-11 13:14:12 -07:00
27ed89b375
Resetting some files + leveraging library - color2k
2022-07-10 16:10:03 +00:00
90153ffa36
Bump pspdfkit from 2021.6.1 to 2022.2.3
...
Bumps [pspdfkit](https://pspdfkit.com/web ) from 2021.6.1 to 2022.2.3.
---
updated-dependencies:
- dependency-name: pspdfkit
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 19:58:59 +00:00
c376c8d4b4
Created Page 03 of Onboarding
2022-05-09 17:12:09 +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
282f171b17
Remove react-intl package until we have internationalized code, drops bundle size
2022-04-22 15:12:59 -07:00
9362aa54c7
Merge pull request #443 from omnivore-app/dependabot/npm_and_yarn/cookie-0.5.0
...
Bump cookie from 0.4.2 to 0.5.0
2022-04-22 13:07:59 -07:00
510a95f393
Add topbar dependencies
2022-04-21 14:00:09 -07:00
1b27bf1f4b
Bump cookie from 0.4.2 to 0.5.0
...
Bumps [cookie](https://github.com/jshttp/cookie ) from 0.4.2 to 0.5.0.
- [Release notes](https://github.com/jshttp/cookie/releases )
- [Changelog](https://github.com/jshttp/cookie/blob/master/HISTORY.md )
- [Commits](https://github.com/jshttp/cookie/compare/v0.4.2...v0.5.0 )
---
updated-dependencies:
- dependency-name: cookie
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-21 01:43:26 +00:00
8b0301141a
Fixed stiches issue with storybook.
2022-04-14 22:45:41 +00:00
0b48daf28c
Merge commit '65e233262d7c7171dceb923c5bc7a8ed41ff0be7' into OMN-SB
2022-04-14 19:10:32 +00:00
06360a5993
Merge branch 'main' into OMN-190
2022-04-06 09:24:49 -07:00
2dfedd54a3
Remove grays and package
2022-04-04 16:03:46 -07:00
ef72366636
[OMN-SB]: Setup storybook
2022-03-31 15:28:48 +00:00
11db7be473
[Omn-190] - [Settings View] - Labels
2022-03-30 12:24:29 +00:00
1f517104ae
[OMN-189] : Settings View - Emails
2022-03-22 02:15:04 +00:00