Skip to content

Remove Author Column from guidelist and add search box#3303

Open
Spoony36 wants to merge 2 commits intoLudovicus-Maior:mainfrom
Spoony36:Remove-Author-Column-and-add-search-box
Open

Remove Author Column from guidelist and add search box#3303
Spoony36 wants to merge 2 commits intoLudovicus-Maior:mainfrom
Spoony36:Remove-Author-Column-and-add-search-box

Conversation

@Spoony36
Copy link
Copy Markdown
Collaborator

@Spoony36 Spoony36 commented Apr 3, 2026

image image

Requested a while back

@Spoony36 Spoony36 requested a review from Ludovicus-Maior April 3, 2026 16:41
@Ludovicus-Maior
Copy link
Copy Markdown
Owner

OOOOOOh!

or GuideFieldMatches(guide.Name, filterText)
or GuideFieldMatches(guide.Zone, filterText)
or GuideFieldMatches(guide.Content, filterText)
or GuideFieldMatches(guide.Author, filterText)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If Author is not displayed, why search on it?

Copy link
Copy Markdown
Collaborator Author

@Spoony36 Spoony36 Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opps, i wasn't intending to remove the author column when i added the search function :D

Copy link
Copy Markdown
Owner

@Ludovicus-Maior Ludovicus-Maior left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two questions

local guides = self.guides
local buttons = _G.HybridScrollFrame_GetButtons(self)
local offset = _G.HybridScrollFrame_GetOffset(self)
local headerCount = self.activeHeaderCount or #self.headers
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will Author be on the header list and thus the count off by one?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It shouldn't be but have simplified the search function

@Spoony36 Spoony36 requested a review from Ludovicus-Maior April 3, 2026 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants