Skip to content

Commit

Permalink
chore: updated screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
exochron committed Dec 1, 2024
1 parent fbf80fd commit be10b20
Show file tree
Hide file tree
Showing 17 changed files with 14 additions and 12 deletions.
10 changes: 6 additions & 4 deletions DevZone/MoveScreenshots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

cd Images || return

mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 11_options.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 12_preview.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 12_options.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 13_preview.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 11_pet-assignment.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 10_options-menu.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 09_favorites-menu.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 08_notes.jpg
Expand All @@ -25,5 +26,6 @@ magick 07_filter-rarity.jpg -crop 804x735+11+121 07_filter-rarity.jpg
magick 08_notes.jpg -crop 804x735+11+121 08_notes.jpg
magick 09_favorites-menu.jpg -crop 804x735+11+121 09_favorites-menu.jpg
magick 10_options-menu.jpg -crop 435x422+745+128 10_options-menu.jpg
magick 11_options.jpg -crop 799x820+1770+130 11_options.jpg
magick 12_preview.jpg -crop 519x634+11+121 12_preview.jpg
magick 11_pet-assignment.jpg -crop 762x735+360+121 11_pet-assignment.jpg
magick 12_options.jpg -crop 799x820+1770+130 12_options.jpg
magick 13_preview.jpg -crop 519x634+11+121 13_preview.jpg
16 changes: 8 additions & 8 deletions DevZone/Screenshot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function ADDON:TakeScreenshots()
ToggleCollectionsJournal(COLLECTIONS_JOURNAL_TAB_INDEX_MOUNTS)

local function OpenFilterMenu()
MountJournal.FilterDropdown:SetMenuOpen(true)
MountJournal.FilterDropdown:OpenMenu()

return { Menu.GetManager():GetOpenMenu():GetChildren() }
end
Expand Down Expand Up @@ -64,18 +64,14 @@ function ADDON:TakeScreenshots()
end,
function(api)
api:BackScreen()
MountJournal.FilterDropdown:SetMenuOpen(true)

api:Point(OpenFilterMenu()[13]) -- Sources
end,
function(api)
api:BackScreen()

api:Point(OpenFilterMenu()[14]) -- Type
end,
function(api)
api:BackScreen()

api:Point(OpenFilterMenu()[16]) -- Family
end,
function(api)
Expand All @@ -88,7 +84,6 @@ function ADDON:TakeScreenshots()
end,
function(api)
api:BackScreen()
MountJournal.FilterDropdown:SetMenuOpen(false)

ADDON.Api:SetSelected(1057) -- Nazjatar Blood Serpent
local noteFrame = ADDON.UI:CreateNotesFrame(1057)
Expand All @@ -108,12 +103,17 @@ function ADDON:TakeScreenshots()
function(api)
api:BackScreen()
api:Point(ADDON.UI.FavoriteButton)
ADDON.UI.FavoriteButton:SetMenuOpen(true)
ADDON.UI.FavoriteButton:OpenMenu()
end,
function(api)
api:BackScreen()
api:Point(ADDON.UI.SettingsButton)
ADDON.UI.SettingsButton:SetMenuOpen(true)
ADDON.UI.SettingsButton:OpenMenu()
end,
function(api)
api:BackScreen()
api:Click(ADDON.UI.PetAssignmentToolbarButton)
api:PointAndClick(ADDON.UI.PetAssignmentInfoButton)
end,
function(api)
ToggleCollectionsJournal()
Expand Down
Binary file modified Images/01_special.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/02_sort.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/03_filter-source.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/04_filter-type.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/05_filter-family.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/06_filter-color.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/07_filter-rarity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/08_notes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/09_favorites-menu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/10_options-menu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Images/11_options.jpg
Binary file not shown.
Binary file added Images/11_pet-assignment.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/12_options.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Images/12_preview.jpg
Binary file not shown.
Binary file added Images/13_preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit be10b20

Please sign in to comment.