]> Untitled Git - lemmy.git/commitdiff
Changing default theme to browser from darkly. Fixes #1163
authorDessalines <tyhou13@gmx.com>
Sat, 3 Oct 2020 16:44:25 +0000 (11:44 -0500)
committerDessalines <tyhou13@gmx.com>
Sat, 3 Oct 2020 16:44:25 +0000 (11:44 -0500)
12 files changed:
lemmy_api/src/user.rs
lemmy_db/src/activity.rs
lemmy_db/src/comment.rs
lemmy_db/src/comment_view.rs
lemmy_db/src/community.rs
lemmy_db/src/moderator.rs
lemmy_db/src/password_reset_request.rs
lemmy_db/src/post.rs
lemmy_db/src/post_view.rs
lemmy_db/src/private_message.rs
lemmy_db/src/user.rs
lemmy_db/src/user_mention.rs

index 4324c93689307f9928df5a0da264ddc0b701cbe6..5374f0b2a343d9330cfc607bc9bb1c1638a7534c 100644 (file)
@@ -172,7 +172,7 @@ impl Perform for Register {
       admin: data.admin,
       banned: false,
       show_nsfw: data.show_nsfw,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Active as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),
index c3f0ab679728a084720228527198460686c78f06..7a2da82393572f4edf20fe89f58cbece2db4041c 100644 (file)
@@ -108,7 +108,7 @@ mod tests {
       published: None,
       updated: None,
       show_nsfw: false,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Hot as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),
index 398ea78bf40c624e60af1939d2ce526d31a1240a..02c84187e554788fe056f40f02d78afc2d9add03 100644 (file)
@@ -284,7 +284,7 @@ mod tests {
       published: None,
       updated: None,
       show_nsfw: false,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Hot as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),
index a3358ac43ce5519fcaab1e3d54b65257302f6ff7..568083ce911c6f7e6f11e8d1c74f82fb59e232ab 100644 (file)
@@ -523,7 +523,7 @@ mod tests {
       published: None,
       updated: None,
       show_nsfw: false,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Hot as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),
index 24cf7e32fd0129fdf6cabd1224cbd5dc2b8923c9..57227a08c907d9e0c41568a2a83a17b635fbdab0 100644 (file)
@@ -329,7 +329,7 @@ mod tests {
       published: None,
       updated: None,
       show_nsfw: false,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Hot as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),
index 3edd4350f3732cdd4dd95ebb806a832e278103ad..fb74def08f7406f669938b7c41600c693e251e73 100644 (file)
@@ -420,7 +420,7 @@ mod tests {
       published: None,
       updated: None,
       show_nsfw: false,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Hot as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),
@@ -449,7 +449,7 @@ mod tests {
       published: None,
       updated: None,
       show_nsfw: false,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Hot as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),
index 8a831a8db9f8ce95d94078f151763a3a18dee9e7..20db73ec5ecf46b8213e71f194742f193bb33d56 100644 (file)
@@ -104,7 +104,7 @@ mod tests {
       published: None,
       updated: None,
       show_nsfw: false,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Hot as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),
index 724c342c67c4aeefa686e4665090697e9bf2ecd6..41401431befe59b795b90db0adc14ef8d31baed8 100644 (file)
@@ -353,7 +353,7 @@ mod tests {
       published: None,
       updated: None,
       show_nsfw: false,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Hot as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),
index 8f606b2263b496808594d0276048393ca36078ee..247f53ac8a6fc758a0c96267401facc621f470ba 100644 (file)
@@ -418,7 +418,7 @@ mod tests {
       admin: false,
       banned: false,
       show_nsfw: false,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Hot as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),
index 988d97d3b69b8b139b91e6ab4b751db05082219d..4775ceba2f0d27b6dcfd48b2e10761ebb7f6f3dc 100644 (file)
@@ -161,7 +161,7 @@ mod tests {
       published: None,
       updated: None,
       show_nsfw: false,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Hot as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),
@@ -190,7 +190,7 @@ mod tests {
       published: None,
       updated: None,
       show_nsfw: false,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Hot as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),
index 83f0559abe2906e3c8c300df89d4c1e367703199..ee041ab652a2df551de69fbc03fab13acb21ede4 100644 (file)
@@ -191,7 +191,7 @@ mod tests {
       published: None,
       updated: None,
       show_nsfw: false,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Hot as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),
@@ -221,7 +221,7 @@ mod tests {
       published: inserted_user.published,
       updated: None,
       show_nsfw: false,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Hot as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),
index f35722cf9c098538164b9cf05051af20aace4c82..79f93801a7af4aea6461bd26ef2b67f5aa438fc9 100644 (file)
@@ -100,7 +100,7 @@ mod tests {
       published: None,
       updated: None,
       show_nsfw: false,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Hot as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),
@@ -129,7 +129,7 @@ mod tests {
       published: None,
       updated: None,
       show_nsfw: false,
-      theme: "darkly".into(),
+      theme: "browser".into(),
       default_sort_type: SortType::Hot as i16,
       default_listing_type: ListingType::Subscribed as i16,
       lang: "browser".into(),