Skip to content

Commit

Permalink
Merge branch 'shiosyakeyakini-info:develop' into buildsnap1
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux authored Dec 18, 2023
2 parents ffa608c + 92b13c0 commit 5aa9404
Show file tree
Hide file tree
Showing 23 changed files with 1,190 additions and 1,107 deletions.
2 changes: 1 addition & 1 deletion lib/model/account_settings.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ class _$AccountSettingsImpl extends _AccountSettings {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AccountSettingsImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/acct.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class _$AcctImpl extends _Acct {
final String username;

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AcctImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/antenna_settings.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class _$AntennaSettingsImpl extends _AntennaSettings {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AntennaSettingsImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/clip_settings.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class _$ClipSettingsImpl extends _ClipSettings {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ClipSettingsImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/color_theme.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ class _$ColorThemeImpl implements _ColorTheme {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ColorThemeImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/exported_setting.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class _$ExportedSettingImpl implements _ExportedSetting {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ExportedSettingImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/federation_data.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ class _$FederationDataImpl implements _FederationData {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$FederationDataImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/general_settings.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ class _$GeneralSettingsImpl implements _GeneralSettings {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$GeneralSettingsImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/misskey_theme.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class _$MisskeyThemeImpl implements _MisskeyTheme {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$MisskeyThemeImpl &&
Expand Down
4 changes: 2 additions & 2 deletions lib/model/summaly_result.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class _$SummalyResultImpl implements _SummalyResult {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$SummalyResultImpl &&
Expand Down Expand Up @@ -454,7 +454,7 @@ class _$PlayerImpl implements _Player {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PlayerImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/tab_icon.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class _$TabIconImpl implements _TabIcon {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TabIconImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/tab_setting.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ class _$TabSettingImpl extends _TabSetting {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TabSettingImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/unicode_emoji.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class _$UnicodeEmojiImpl implements _UnicodeEmoji {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$UnicodeEmojiImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/users_list_settings.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class _$UsersListSettingsImpl extends _UsersListSettings {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$UsersListSettingsImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/repository/note_repository.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class _$NoteStatusImpl with DiagnosticableTreeMixin implements _NoteStatus {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$NoteStatusImpl &&
Expand Down
96 changes: 48 additions & 48 deletions lib/router/app_router.gr.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ class _$NoteCreateImpl implements _NoteCreate {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$NoteCreateImpl &&
Expand Down Expand Up @@ -829,7 +829,7 @@ class _$NoteCreateChannelImpl implements _NoteCreateChannel {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$NoteCreateChannelImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class _$ImageMetaImpl implements _ImageMeta {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ImageMetaImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class _$PhotoEditImpl implements _PhotoEdit {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PhotoEditImpl &&
Expand Down Expand Up @@ -557,7 +557,7 @@ class _$ColorFilterPreviewImpl implements _ColorFilterPreview {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ColorFilterPreviewImpl &&
Expand Down Expand Up @@ -726,7 +726,7 @@ class _$EditedEmojiDataImpl implements _EditedEmojiData {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$EditedEmojiDataImpl &&
Expand Down
3 changes: 3 additions & 0 deletions lib/view/notification_page/notification_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ class NotificationPageState extends ConsumerState<NotificationPage> {
ref
.read(notesProvider(widget.account))
.registerAll(result.map((e) => e.note).whereNotNull());
ref
.read(accountRepositoryProvider.notifier)
.readAllNotification(widget.account);
return result.toNotificationData();
},
nextFuture: (lastElement, _) async {
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -884,10 +884,10 @@ packages:
dependency: "direct main"
description:
name: mfm
sha256: b60cde9c69144d3c97cf18fa1a8df55c5da3febeed5994e9c54351b01664a5aa
sha256: a7ed9a185f607d95701a207ada8d40fc9cb25dc63cd1bbf0fa0da774208140d6
url: "https://pub.dev"
source: hosted
version: "1.0.5"
version: "1.0.5+1"
mfm_parser:
dependency: "direct main"
description:
Expand All @@ -909,7 +909,7 @@ packages:
description:
path: "."
ref: HEAD
resolved-ref: "639e89bb6dfa05b9ac34ebe86f063dcd61b840fe"
resolved-ref: "7e4e27950ba8c0db1513e42f773f6577407ed35e"
url: "https://github.com/shiosyakeyakini-info/misskey_dart.git"
source: git
version: "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: miria
description: Miria is Misskey Client for Mobile App.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.0.13+90
version: 1.0.13+91

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
Loading

0 comments on commit 5aa9404

Please sign in to comment.