1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
Frederik Bolding
6cd18ea62b
[FLASK] Fix crash when uninstalling snap ()
* Fix crash when uninstalling snap

* Run lint
2022-09-13 12:41:29 +02:00
Frederik Bolding
398b93cf51
[FLASK] Fix crash with certain permissions on the snap settings page () 2022-09-12 18:36:40 +02:00
George Marshall
cdc0fed828
Update media query instances () 2022-08-04 09:03:02 -05:00
Frederik Bolding
5b8a69c721
Remove site origin on snap install ()
* Remove site origin on snap install

* Fix linting + storybook

* Update local snap icon

* Fix storybook build
2022-05-25 18:19:02 +02:00
Erik Marks
4b2cd0ef7a
Fix Snaps view search ()
Closes 

Snap IDs were not properly encoded (and decoded) as URI components in the Snaps view search implementation. This ensures that they are.
2022-05-11 13:14:53 -07:00
Frederik Bolding
9e401b14bf
Simplify removeSnap functionality after snaps-skunkworks update () 2022-05-09 18:19:34 +02:00
Hassan Malik
e0e466490e
Settings search refactor ()
* removed unnecessary eslint disable and removed key prop from SettingsSearchList

* removed unnecessary function, refactored settings pages to use only handleSettingsRefs

* simplified utils, removed unnecessary test

* updated usage of util functions

* fixed type error, allow for ampersand in search input

* removed unnecessary var

* fixed test

* fixes per comments

* fixed var name

* fixed property name

* changed some properties in SETTINGS_CONSTANTS to accept t param

* redid util functions

* changed from multiline comment to single line

* replace empty descriptions

* updated util logic

* fix undefined issue
2022-04-06 16:27:08 -04:00
Frederik Bolding
0556feb142
Add snap version to details page ()
* Start to add snap version to details page

* Show install date

* Clean up

* Address PR comments
2022-04-04 19:40:24 +02:00
David Walsh
382669bb34
Dark Mode: Remove last unused colors () 2022-03-25 14:30:36 -05:00
Guillaume Roux
57818fabbe
Dark Mode: Remove ui colors () 2022-03-25 10:07:47 -05:00
Hassan Malik
f192929a04
Add snaps search ()
* added snaps routes

* changed settings search icons to font-awesome

* removed manual input of id

* added snap list to search

* removed console.logs and changed settingsRef to an array to work with settings search helper functions

* lint fixes

* updated tests

* test fix

* fixed util function

* renamed vars

* fixed spelling

* deps fix
2022-03-23 12:47:54 -04:00
Guillaume Roux
8683282a6f
Dark Mode: Replace color occurences () 2022-03-23 16:43:53 +01:00
Hennadii Ivtushok
c666849c31
Snap removal confirmation ()
* Add Snap removal confirmation

* Add styling for Snap removal confirmation

* Update styling

* Update button margin

* Re-use styling code

* Address comments

* Update Popover props

* Lint

* Lint

Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
Co-authored-by: Erik Marks <rekmarks@protonmail.com>
2022-03-09 22:20:48 +02:00
George Marshall
fa4d884a87
Find and replace of all typography colors to design tokens () 2022-03-09 07:24:53 -08:00
Hassan Malik
219f8e6299
minor fixes per snaps pr comments () 2022-02-23 15:16:41 -05:00
Erik Marks
35ac762e10
Add Snaps via Flask ()
This PR adds `snaps` under Flask build flags to the extension. This branch is mostly equivalent to the current production version of Flask, excepting some bug fixes and tweaks.

Closes 
2022-02-14 16:02:51 -08:00