Jay Harris

Results 36 issues of Jay Harris

Resolves https://github.com/brave/brave-browser/issues/24550 This adds a PR for migrating sources which used to be available in `sources.json` but have been removed to direct feeds. The PR is not quite ready to...

This adds as much of the new settings UI from [here](https://www.figma.com/file/SDcE22eeUsV2uc4dy3NwaC/Onboarding) as possible without the required backend changes. Here's a video showcasing the new UI [Screencast from 21-07-22 15:59:17.webm](https://user-images.githubusercontent.com/7678024/180127402-ca80d0c9-50da-4707-bf7a-5c375c9df9b3.webm) Resolves...

CI/storybook-url

Resolves https://github.com/brave/brave-browser/issues/24216 This does the following things: 1. Updates all the icons in the settings sidebar 2. Reorders the icons in `` to be in the order they are used...

## Description On Android, Brave should be registered as an Autofill services. That way, users of Brave can use Brave to autofill passwords in other applications. ## Steps to reproduce...

feature/password-manager
OS/Android

Now we have a lovely UX mockup for how the dialog should look the UI should be updated: [Figma Design](https://figma.com/file/w13WS9lovJubjbSjtK1fVo/Brave-Desktop---Add-to-Brave-News?node-id=129%3A12747) Dark Mode ![image](https://user-images.githubusercontent.com/7678024/191413838-60691293-6b1e-457a-81ff-9c6162d27723.png) Light Mode ![image](https://user-images.githubusercontent.com/7678024/191413883-5f3d4d3e-78a2-452b-96e6-b27e37690fbb.png)

feature/user-interface
QA/Yes
OS/Desktop
feature/brave-news

Resolves https://github.com/brave/brave-browser/issues/25563 Note: This is based on the rebased version of the news2ui PR ## Submitter Checklist: - [ ] I confirm that no security/privacy review [is needed](https://github.com/brave/brave-browser/wiki/Security-reviews), or that...

Resolves https://github.com/brave/brave-browser/issues/24555 Resolves https://github.com/brave/brave-browser/issues/11763 ## Submitter Checklist: - [ ] I confirm that no security/privacy review [is needed](https://github.com/brave/brave-browser/wiki/Security-reviews), or that I have [requested](https://github.com/brave/security/issues/new/choose) one - [ ] There is a...

CI/storybook-url

### Describe the problem Currently, when compiling Svelte components to Web Components, the style is set via `innerHTML`: ```js constructor(options) { super(); this.shadowRoot.innerHTML = `....` ...... } ``` This is...

Fixes https://github.com/sveltejs/svelte/issues/8134 ### Before submitting the PR, please make sure you do the following - [x] It's really useful if your PR references an issue where it is discussed ahead...