Martin Holmes

Results 88 comments of Martin Holmes

We should also consider using SCSS/Sass, although that's one more dependency for the project.

@joeytakeda First, I think we should merge this ticket and issue #51, since they address the same thing. Second, in the real-life project that's actually in urgent need of this...

Plan of action: 1. Add the filter element with the label child to the config schema. 2. Add implementation and documentation for this, and close issue #248. 3. Add implementation...

For the sortable setting, we need: - A generic "Sort by:" label in our captions, in the three langs we have so far. - A default use of Unicode arrows...

Some additional points: 1. Sort-by-filter settings should persist between searches, and only be cleared by the Clear button. 1. Relevance should always be the lowest-level sort filter, because you didn't...

Point taken about the two different scenarios. I'll go ahead with implementing a sort key, then, but we can leave this one open so that the more sophisticated option is...

I'm even wondering if we need those divs to have different classes. Everything could be done at the fieldset level, I think.

But nice call on :where -- that'll make it much easier to override at the project level. I think that should be a primary concern. We need to do enough...

Working on this in branch issue-268-filters.

The docSortKey is now working, and it does give me a notion of how we might implement this one without much pain. When the SSResultSet object compiles its results, it...