Commit Graph

857 Commits

Author SHA1 Message Date
09ee5d3f29 Standardize info link 2022-04-05 21:53:32 -07:00
e49bb8652a Use new layout for desktop labels, handle API errors 2022-04-05 21:35:28 -07:00
32d16a6a0e Set a random color when creating a new label 2022-04-05 21:02:46 -07:00
b403be51a8 Padding at bottom, rounded corners when editing top/bottom labels 2022-04-05 16:30:12 -07:00
cdd950f1a7 With new layout we can always display colour text 2022-04-05 16:09:25 -07:00
db7b499576 Remove hover background colour 2022-04-05 15:59:30 -07:00
0ffc06454b Use the MobileEdit layout for editing labels 2022-04-05 15:56:42 -07:00
239a283ca8 Darken the border on label chips 2022-04-05 15:17:02 -07:00
8a7446faee edit mode for labels on mobile 2022-04-05 15:03:42 -07:00
07bc512ff3 Hide the menu button when in edit mode 2022-04-05 14:15:25 -07:00
8da027aaa1 Remove unused 2022-04-05 14:11:44 -07:00
3bb72629af Remove extra vars 2022-04-05 14:11:12 -07:00
cdc7d62581 Update colours when changing values 2022-04-05 14:07:10 -07:00
6d5159bc80 Smaller padding on mobile action buttons 2022-04-05 13:52:17 -07:00
8439be6c97 Move + button up on mobile, consistent design for labels and emails 2022-04-05 13:44:59 -07:00
52d1d761e4 In mobile mode align action buttons to the right 2022-04-05 10:41:33 -07:00
a8ce2112ce Remove the title bar, always display rounding on the top item 2022-04-05 10:41:06 -07:00
7ba7a55c8c Always display the add label button 2022-04-05 10:40:32 -07:00
1c9161a105 Remove border on dropdown which causes UI to move around 2022-04-05 10:21:26 -07:00
099cf57051 Have a distinct edit/view mode for the colour buttons 2022-04-05 10:21:03 -07:00
f765303164 Dont use action buttons on desktop 2022-04-04 22:17:35 -07:00
b322add96e Use a single Plus icon 2022-04-04 22:03:04 -07:00
287b20813b Comment out EditLabelsModal while we merge 2022-04-04 21:42:28 -07:00
927044fabc Update Label import 2022-04-04 21:42:06 -07:00
a99ab365b8 Remove unused import 2022-04-04 09:22:18 -07:00
85b247321e Upgrade yarn.lock 2022-04-03 10:22:19 -07:00
92925b6808 Prettier fixes 2022-04-03 10:21:16 -07:00
1978a92a1b Effected review corrections 2022-03-31 13:03:50 +00:00
d07f8c6c76 Merge commit '7bdeceded43f70472dbc60a21bc3a507aff87958' into OMN-190 2022-03-31 13:02:58 +00:00
a0ef2fd40a Dont use isDarkMode, use themed color for setting icon colors 2022-03-30 20:31:50 -07:00
7bdeceded4 Merge pull request #334 from omnivore-app/dependabot/npm_and_yarn/segment/analytics-next-1.34.0
Bump @segment/analytics-next from 1.33.5 to 1.34.0
2022-03-30 19:45:35 -07:00
61737c03e5 Bump @segment/analytics-next from 1.33.5 to 1.34.0
Bumps [@segment/analytics-next](https://github.com/segmentio/analytics-next) from 1.33.5 to 1.34.0.
- [Release notes](https://github.com/segmentio/analytics-next/releases)
- [Commits](https://github.com/segmentio/analytics-next/compare/v1.33.5...v1.34.0)

---
updated-dependencies:
- dependency-name: "@segment/analytics-next"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 21:52:11 +00:00
b7634f93cf Merge pull request #344 from omnivore-app/fix/ios-allow-video-playback
Allow video playback on iOS
2022-03-30 14:31:11 -07:00
600dd46e5a Merge pull request #348 from omnivore-app/fix/rls-on-label-updates
Add RLS permissions on the label table
2022-03-30 14:30:03 -07:00
88c96c824f Remove the DotsSix since we dont support re-ordering these items 2022-03-30 14:23:09 -07:00
a8faaf835c Remove debug sort on labels 2022-03-30 14:13:26 -07:00
edc5d6ad97 Fix label import for old location, apply the theme on the page 2022-03-30 13:55:04 -07:00
2c15516d96 Order labels by createdAt so they maintain a consistent order 2022-03-30 13:28:37 -07:00
d260ad4def Remove the update permission on the link_labels table
This was added mistakenly and isn't needed.
2022-03-30 12:23:22 -07:00
857df99654 Add UPDATE permission to omnivore_user 2022-03-30 12:11:25 -07:00
bb91396595 Use user level security on labels update 2022-03-30 11:56:06 -07:00
57a45adb5d Add RLS permissions on the label table 2022-03-30 11:34:26 -07:00
1c4ca835d3 Merge pull request #347 from omnivore-app/fix/allow-update-on-labels
Allow UPDATE on the labels table
2022-03-30 11:11:21 -07:00
15cf0d07e9 Allow UPDATE on the labels table
labels are updated when users change their colour or description.
2022-03-30 10:56:01 -07:00
f4a037677f Consistent font sizes for headlines 2022-03-30 10:26:47 -07:00
e478b01a17 Update label import, use LabelChip instead of styled text to display labels 2022-03-30 09:45:59 -07:00
72e68b2b5a Update the font and background colour on label chips 2022-03-30 09:45:07 -07:00
11db7be473 [Omn-190] - [Settings View] - Labels 2022-03-30 12:24:29 +00:00
6d405432af add site_name and site_icon to page model and return in resolver (#341)
* add site_name and site_icon to page model and return in resolver

* fix tests
2022-03-30 10:43:10 +08:00
102c747a99 Merge pull request #340 from omnivore-app/fix/mobile-email-help
Display the informational button on the mobile UI for emails
2022-03-29 19:28:48 -07:00