dfat
f475eb01ec
style(scss): use function to apply z-index
This update uses a function to apply the z-index in each .scss file.
The function needs to iterate over a map of z-index values, so all of
the z-indexes end up in a single list and can be tracked more easily.
This allows us to manage all z-index values in a single location.
7 years ago
Tom Kirkpatrick
99b930f47e
refactor: move styles to styles directory
7 years ago
Tom Kirkpatrick
f460542e25
fix(security): content security policy
Set up an initial Content-Security-Policy that limits resources
loading capabilities to those locations that we expect to load from.
Note: This currently includes three following remote URLs:
*content:*
- https://api.coinmarketcap.com
- http://zap.jackmallers.com
- https://testnet-api.smartbit.com.au ;
*fonts/styles:*
- https://fonts.googleapis.com
- https://s3.amazonaws.com
- https://fonts.gstatic.com
7 years ago
Ben Woosley
7acb971c05
fix(style-lint): Bump stylelint and config to latest, fix lints
7 years ago
Jack Mallers
f0484c815c
fix(tests): new snapshots and remove nav test
7 years ago
Jack Mallers
d9d7a06c24
fix(network, activity): fix 100vh height issues and search position
7 years ago
Jack Mallers
e202befede
fix(nav): update nav styles
7 years ago
Jack Mallers
90ccca7558
hotfix(builds): quick fixes for production builds
7 years ago
dfat
6313c3d4d3
fix(filter-over-modal): Add z-index to open ReactModal Overlay
7 years ago
Jack Mallers
169f0525af
feature(map): built own map with d3
7 years ago
Jack Mallers
77845a12af
fix(main.styles.css)
7 years ago
Jack Mallers
68404f4a61
fix(neutrino hosts): fix neutrino hosts
7 years ago
Jack Mallers
150341463e
fix(channelform): final MVP design touches
7 years ago
Jack Mallers
3de23116ec
fix(nav buttons): update nav buttons to pushy
7 years ago
Jack Mallers
7d749fa090
feature(channelform): enable search for peers in channel form
7 years ago
Jack Mallers
e42e9c4ba5
feature(channelform): step one of the new channel form
7 years ago
Jack Mallers
f33cc4897a
feature(channels header): hard code mock channels route header
7 years ago
Jack Mallers
6e2dde1dfe
feature(refresh channels): ability to refresh channels
7 years ago
Jack Mallers
ff54730aeb
feature(loading): add loading component and use it while sending coins
7 years ago
Jack Mallers
f56128d244
feature(modal): modal for detailed payment/invoice
8 years ago
Jack Mallers
b3a8bb4d1d
feature(tooltip): add tooltip styling
8 years ago
Jack Mallers
f97cbda488
fix(structure): restructured files/folders
8 years ago
Jack Mallers
28872adb5f
feature(navbar): mock MVP navbar styles
8 years ago