Commit Graph

828 Commits

Author SHA1 Message Date
apanizo 99b3eb8f04 Fix style showing spinner and empty table while it is fetching token's info 2018-11-05 09:45:40 +01:00
apanizo 24dfd80122 Fetching active Tokens and showing them in Balances' Tab #73 2018-11-05 09:44:15 +01:00
apanizo 4e019af2a4 Refactor: Moving Token styles to separate file #73 2018-10-31 13:21:13 +01:00
apanizo fba1b9cbcd Enabling and disabling Tokens logic 2018-10-31 13:16:07 +01:00
apanizo ad0211fda0 Implementing Search Filter by Token 2018-10-31 12:50:28 +01:00
apanizo a655d3657b Displaying tokens ordered ascending by symbol 2018-10-31 12:45:37 +01:00
apanizo 7444963fec Auto height while list is loading #73 2018-10-31 12:08:43 +01:00
apanizo 52674520da Adding secondary text of token and styling list 2018-10-31 11:32:13 +01:00
apanizo a83c340a2c Fetch Tokens for Balance component #72 2018-10-30 15:55:07 +01:00
apanizo 1b1a71a195 Fix Flow conversion from Immutable List to JS Array #73 2018-10-30 13:18:30 +01:00
apanizo 9235cd2990 #73 Fixing Flow errors 2018-10-30 13:10:11 +01:00
apanizo a2892ea4eb #73 Adding getState type for redux-thunk actions 2018-10-26 15:14:34 +02:00
apanizo 4cc5f390c4 #73 Update Safe container. Using fetchTransactions by safe address 2018-10-26 15:14:03 +02:00
apanizo b43aa2feaa #73 Update fetchTransaction action. Fetching info by safe address 2018-10-26 15:11:00 +02:00
apanizo f75d022147 #73 safeUrl selector based on router props 2018-10-26 15:08:30 +02:00
apanizo c5e378be6e #73 Adding Safes model to redux store when loading the app 2018-10-26 11:01:07 +02:00
apanizo 984d54dfad Fix random errors fetchin safe instance 2018-10-25 15:57:08 +02:00
apanizo e460c152eb #73 Allowing to specify width of columns in Table component 2018-10-25 15:39:14 +02:00
apanizo 22a5da1722 Remove the value column in Safe Overview 2018-10-24 16:19:23 +02:00
apanizo 76c7907acc Implement readonly on safe overview 2018-10-24 13:05:48 +02:00
apanizo deac8528fc Refactor Balance onShow onHide actions 2018-10-24 12:25:18 +02:00
apanizo 31d0d941ca Add empty space when Table's page is not fullfilled 2018-10-24 12:15:23 +02:00
apanizo 20d9ca92f9 Fix duplicated values when fixed sorting 2018-10-24 12:14:48 +02:00
apanizo 70dd3767b4 Applying option to fixed elements on top of table when sorting 2018-10-24 11:52:50 +02:00
apanizo de8031a246 #73 Using Modal for wrapping Send and Receive Tokens components 2018-10-24 10:17:13 +02:00
apanizo 659215bb7e Creating Send and Receive empty components 2018-10-24 10:03:40 +02:00
apanizo ac28119f13 Basic layout of Manage Token Modal 2018-10-23 16:47:32 +02:00
apanizo b79da026c3 Adding material-ui-search-bar library 2018-10-23 16:44:20 +02:00
apanizo 019be0d12a Refactor Balance component. Moving columns generator to helper class 2018-10-23 10:05:09 +02:00
apanizo ebcfb2b30b Styling Modal custom component 2018-10-23 10:04:18 +02:00
apanizo 10ffef27d5 Creation of Gno Modal component 2018-10-22 16:47:45 +02:00
apanizo d41a7f7d09 Adapt Safe's Balance view to show Tokens Modal component 2018-10-22 16:47:19 +02:00
apanizo 2326dcdf15 Implementing hover row section on Balance Table 2018-10-22 15:47:21 +02:00
apanizo 519a55e283 Isolate fake data fetcher for balances 2018-10-22 14:45:24 +02:00
apanizo 2438d20b3a Implementation of actions cell in Balance Table 2018-10-22 11:15:36 +02:00
apanizo 54802e3c56 Refactor of Table component, customizing cells using a renderProp 2018-10-22 11:15:13 +02:00
apanizo db8cfdb174 More Styling on Safe's balance view 2018-10-18 17:44:09 +02:00
apanizo 9fedcb7449 Styling Table component 2018-10-18 17:18:22 +02:00
apanizo e907b7ce0c Initial layout on safe view with dummy token data 2018-10-18 16:57:38 +02:00
apanizo ed258e91e1 Fixing label font-weight property on Table's header 2018-10-18 16:56:56 +02:00
apanizo 369045b75f Accepting color in Hairline component 2018-10-18 16:56:21 +02:00
apanizo 53b169bc42 Adding Pagination to Table component 2018-10-18 13:49:12 +02:00
apanizo 1e59ef9bbd Fix muiTheme bolder property 2018-10-18 12:20:02 +02:00
apanizo 3891f3c1a5 Adapting sorting to accept custom fields in Table component 2018-10-18 12:19:08 +02:00
apanizo d00cf82bda Creation of Table component including generic Row Type 2018-10-17 17:27:47 +02:00
apanizo 9b80866992 Including network in safe route container as a prop 2018-10-17 17:25:47 +02:00
apanizo 8c9971f19d Modified MuiTab component in mui theme 2018-10-17 17:25:09 +02:00
apanizo b9e6e24783 Added colors to Heading component 2018-10-17 17:24:30 +02:00
apanizo ee8e168657 Added sorting helper functions for Table Header 2018-10-17 17:23:55 +02:00
apanizo ec630ee39b Created TableHead component 2018-10-17 17:23:22 +02:00