Move OfferDataModel, OfferViewUtil into bisq.desktop.main.offer.bisq_v1 package

This commit is contained in:
chimp1984 2021-10-19 23:42:37 +02:00
parent cc4b0015e4
commit 4ebbaa35a5
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3
6 changed files with 4 additions and 6 deletions

View file

@ -18,7 +18,6 @@
package bisq.desktop.main.offer.bisq_v1;
import bisq.desktop.Navigation;
import bisq.desktop.main.offer.OfferDataModel;
import bisq.desktop.util.DisplayUtils;
import bisq.desktop.util.GUIUtil;

View file

@ -36,7 +36,6 @@ import bisq.desktop.main.dao.DaoView;
import bisq.desktop.main.dao.wallet.BsqWalletView;
import bisq.desktop.main.dao.wallet.receive.BsqReceiveView;
import bisq.desktop.main.offer.OfferView;
import bisq.desktop.main.offer.OfferViewUtil;
import bisq.desktop.main.overlays.notifications.Notification;
import bisq.desktop.main.overlays.popups.Popup;
import bisq.desktop.main.overlays.windows.OfferDetailsWindow;

View file

@ -15,7 +15,7 @@
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
*/
package bisq.desktop.main.offer;
package bisq.desktop.main.offer.bisq_v1;
import bisq.desktop.common.model.ActivatableDataModel;

View file

@ -15,7 +15,7 @@
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
*/
package bisq.desktop.main.offer;
package bisq.desktop.main.offer.bisq_v1;
import javafx.scene.control.Label;

View file

@ -18,7 +18,7 @@
package bisq.desktop.main.offer.bisq_v1.takeoffer;
import bisq.desktop.Navigation;
import bisq.desktop.main.offer.OfferDataModel;
import bisq.desktop.main.offer.bisq_v1.OfferDataModel;
import bisq.desktop.main.offer.offerbook.OfferBook;
import bisq.desktop.main.overlays.popups.Popup;
import bisq.desktop.util.GUIUtil;

View file

@ -37,7 +37,7 @@ import bisq.desktop.main.dao.wallet.receive.BsqReceiveView;
import bisq.desktop.main.funds.FundsView;
import bisq.desktop.main.funds.withdrawal.WithdrawalView;
import bisq.desktop.main.offer.OfferView;
import bisq.desktop.main.offer.OfferViewUtil;
import bisq.desktop.main.offer.bisq_v1.OfferViewUtil;
import bisq.desktop.main.overlays.notifications.Notification;
import bisq.desktop.main.overlays.popups.Popup;
import bisq.desktop.main.overlays.windows.GenericMessageWindow;