@@ -236,7 +236,7 @@ <h4 ng-show="!index.requiresMultipleSignatures" class="title m0" translate>Unsen
236236 receive
237237
238238 -->
239- < div id ="receive " class ="receive tab-view " style =" padding-bottom: 0px " >
239+ < div id ="receive " class ="receive tab-view ">
240240
241241 < div ng-show ="index.needsBackup " class ="p60t row text-center ">
242242 < div class ="large-12 columns ">
@@ -256,8 +256,8 @@ <h4 ng-show="!index.requiresMultipleSignatures" class="title m0" translate>Unsen
256256 </ button >
257257 </ div >
258258 </ div >
259- < div ng-show ="!index.needsBackup ">
260- < div class =" row " >
259+ < div ng-show ="!index.needsBackup " class =" receive_content " >
260+ < div >
261261 <!-- Address-->
262262 < div class ="large-12 columns ">
263263 < h2 class ="text-center m10t " translate > My Obyte address</ h2 >
@@ -282,7 +282,7 @@ <h2 class="text-center m10t" translate>My Obyte address</h2>
282282 </ div >
283283 </ div >
284284 < div class ="m10t " >
285- < h4 ng-class ="{'enable_text_select': !index.isCordova} " class ="size-12 ">
285+ < h4 ng-class ="{'enable_text_select': !index.isCordova} " class ="size-14 bold ">
286286 {{index.shared_address || (home.generatingAddress ? '...' : home.addr[index.walletId])}}
287287
288288 </ h4 >
@@ -291,13 +291,6 @@ <h4 ng-class="{'enable_text_select': !index.isCordova}" class="size-12">
291291 </ div >
292292
293293 < div ng-show ="home.addr[index.walletId] ">
294- < div class ="m10t text-center " ng-show ="index.isCordova ">
295- < span class ="button outline dark-gray tiny round "
296- ng-click ="home.shareAddress(home.addr[index.walletId]) ">
297- < i class ="fi-share "> </ i >
298- < span translate > Share address</ span >
299- </ span >
300- </ div >
301294 < div class ="line-t size-12 text-center ">
302295 < span ng-if ="index.shared_address " translate > This address is shared with {{index.shared_address_cosigners}}.</ span >
303296 < span ng-if ="!index.shared_address " translate > Share this wallet address to receive payments.</ span >
@@ -306,15 +299,14 @@ <h4 ng-class="{'enable_text_select': !index.isCordova}" class="size-12">
306299 </ div >
307300 </ div >
308301 </ div >
309- < div class ="row m20t " ng-if ="!index.shared_address && !index.isSingleAddress ">
310- < div class ="large-12 columns ">
311- < button class ="button black expand round m0 " ng-click ="home.setAddress(true) "
312- ng-style ="{'background-color':index.backgroundColor} " ng-disabled ="home.blockUx || index.isOffline ||home.generatingAddress " translate >
302+ < div class ="m20t " ng-if ="!index.shared_address && !index.isSingleAddress ">
303+ < div class ="center ">
304+ < a ng-click ="home.setAddress(true) " ng-disabled ="home.blockUx || index.isOffline ||home.generatingAddress " translate style ="border-bottom: 1px dotted ">
313305 Generate new address
314- </ button >
306+ </ a >
315307 </ div >
316308 </ div >
317- < div class ="m20t text-center m30b ">
309+ < div class ="m20t text-center ">
318310 < div class ="text-center hor-link " ng-show ="!home.generatingAddress && home.addr[index.walletId] " ng-style ="{'max-width' : (index.shared_address ? '100%' : '45%')} ">
319311 < a class ="size-14 " ng-click ="home.openCustomizedAmountModal(index.shared_address || home.addr[index.walletId]) " ng-style ="{'color':index.backgroundColor, 'display': 'inline-block'} ">
320312 < span translate > Request a specific amount</ span >
@@ -325,7 +317,12 @@ <h4 ng-class="{'enable_text_select': !index.isCordova}" class="size-12">
325317 < span translate > Claim funds using textcoin</ span >
326318 </ a >
327319 </ div >
328- < br > < br > < br >
320+ </ div >
321+ < div class ="get_coins ">
322+ < a data-href ="https://getmein.ooo/?recipient={{index.shared_address || home.addr[index.walletId]}}&dst_network=Obyte " ng-click ="$root.openExternalLink($event.target.dataset['href']); " class ="button black round small m10b " translate ng-style ="{'background-color':index.backgroundColor} " style ="margin-top: -10px "> Get me coins</ a >
323+ < div class ="size-12 center columns " translate >
324+ Transfer your ETH tokens to Obyte wallet or buy GBYTE.
325+ </ div >
329326 </ div >
330327 </ div >
331328 </ div > <!-- END Receive -->
0 commit comments