Skip to content

Commit

Permalink
Change Sibling Status Sync to Family Status Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
shogenapps committed Jan 4, 2025
1 parent f333faa commit 26cd8fa
Show file tree
Hide file tree
Showing 8 changed files with 448 additions and 202 deletions.
25 changes: 19 additions & 6 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"jszip": "^3.10.1",
"path-browserify": "^1.0.1",
"sheetjs": "^2.0.0",
"sweetalert2": "^11.6.13",
"url": "^0.11.2",
"util": "^0.12.5",
"wikitree-js": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ import "./features/randomProfile/randomProfile";
import "./features/what_links_here/what_links_here";

/* MARKER: Default place for new features. Move these to a more appropriate place.*/
import "./features/sibling_status_sync/sibling_status_sync";
import "./features/family_status_sync/family_status_sync";

import "./features/space_watchlist_sorter/space_watchlist_sorter";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Styles for siblingStatusSync feature */
/* Styles for familyStatusSync feature */
#shakingTree {
width: 150px;
height: 150px;
Expand All @@ -21,4 +21,9 @@
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
z-index: 1000000;
}

#statusSyncNotification p {
margin: 0.2em;
}
Loading

0 comments on commit 26cd8fa

Please sign in to comment.