Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
refactor: DApps layout
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed May 27, 2024
1 parent 15aea4e commit 580bd92
Show file tree
Hide file tree
Showing 10 changed files with 385 additions and 324 deletions.
319 changes: 0 additions & 319 deletions lib/features/dapps/presentation/responsive_layout/dapp_card.dart

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import 'package:reorderable_grid_view/reorderable_grid_view.dart';

import '../dapps_state.dart';
import '../widgets/dapp_indicator.dart';
import 'card_item.dart';
import 'dapps_layout/card_item.dart';
import 'dapp_loading.dart';
import 'dapp_utils.dart';
import 'dapp_card.dart';
import 'dapps_layout/dapp_card.dart';

class DappCardLayout extends HookConsumerWidget {
const DappCardLayout({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
import 'package:mxc_ui/mxc_ui.dart';
import 'package:shimmer/shimmer.dart';

import 'card_item.dart';
import 'dapps_layout/card_item.dart';

class DAppLoading extends StatelessWidget {
const DAppLoading({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'dart:io';
import 'package:flutter/material.dart';
import 'package:mxc_logic/mxc_logic.dart';

import 'card_item.dart';
import 'dapps_layout/card_item.dart';

class DappUtils {
static bool loadingOnce = true;
Expand Down
Loading

0 comments on commit 580bd92

Please sign in to comment.