Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #357: unused lib view components #439

Merged
merged 4 commits into from
Nov 23, 2014

Conversation

Martii
Copy link
Member

@Martii Martii commented Nov 22, 2014

Okay to go? (the reason why I ask is it's not as critical but is confusing for some... could use a "just do it" but can also perhaps use other input)

Applies to #357 not 383 ughh... apologize for the incorrect naming of the branch... I was looking at both of these during this... still don't have answer for #383 though.

Martii added 2 commits November 22, 2014 15:29
@Martii Martii added PR READY This is used to indicate that a pull request (PR) is ready for evaluation. UI Pertains inclusively to the User Interface. labels Nov 22, 2014
* Use a `–` to denote we know it's not there instead of absent tag.

Applies to OpenUserJS#357 and committed in pr OpenUserJS#439
@@ -2,7 +2,7 @@
<thead>
<tr>
<th class="text-center"><a href="?orderBy=name&orderDir={{orderDir.name}}{{#librariesOnly}}&library=true{{/librariesOnly}}{{#isFlagged}}&flagged=true{{/isFlagged}}">Name</a></th>
<th class="text-center td-fit"><a href="?orderBy=installs&orderDir={{orderDir.install}}{{#librariesOnly}}&library=true{{/librariesOnly}}{{#isFlagged}}&flagged=true{{/isFlagged}}">Installs</a></th>
{{^librariesOnly}}<th class="text-center td-fit"><a href="?orderBy=installs&orderDir={{orderDir.install}}{{#librariesOnly}}&library=true{{/librariesOnly}}{{#isFlagged}}&flagged=true{{/isFlagged}}">Installs</a></th>{{/librariesOnly}}
Copy link
Contributor

Choose a reason for hiding this comment

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

The second if-statement for librariesOnly might be redundant here: {{#librariesOnly}}&library=true{{/librariesOnly}}

Copy link
Member Author

Choose a reason for hiding this comment

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

It sure looks like it... needed your confirmation on this since you did this portion earlier in the project and I didn't watch much on what you did... thank you. :)

Copy link
Contributor

Choose a reason for hiding this comment

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

Actually you did the {{#librariesOnly}}&library=true{{/librariesOnly}} part.

@jerone
Copy link
Contributor

jerone commented Nov 23, 2014

@Martii commented on 23 nov. 2014 00:08 CET:

Okay to go? (the reason why I ask is it's not as critical but is confusing for some... could use a "just do it" but can also perhaps use other input)

Just one comment to go and then +1 👍 from me.

@jerone jerone changed the title Issue 383unused lib view components Issue 357: unused lib view components Nov 23, 2014
@jerone jerone changed the title Issue 357: unused lib view components Issue #357: unused lib view components Nov 23, 2014
Thanks go to @jerone for that catch/verification

Applies to OpenUserJS#357 and commited in pr OpenUserJS#439
@Martii
Copy link
Member Author

Martii commented Nov 23, 2014

Thanks for the title change... this wide theme .user.js I'm using for GH is starting to stray and I didn't see that... might have to disable that soon or go bug him.

@Martii
Copy link
Member Author

Martii commented Nov 23, 2014

I'm feeling everyone has had a chance to pick this over so in about 10ish minutes or so I'll merge.

Martii added a commit that referenced this pull request Nov 23, 2014
@Martii Martii merged commit df021e0 into OpenUserJS:master Nov 23, 2014
@Martii Martii deleted the Issue-383unusedLibViewComponents branch November 23, 2014 13:16
jerone added a commit that referenced this pull request Nov 23, 2014
Refixes PR #439 by removing the `&library=true` from sorting urls on installs column. Fixes #357
@Martii Martii removed the PR READY This is used to indicate that a pull request (PR) is ready for evaluation. label Feb 7, 2015
Martii pushed a commit to Martii/OpenUserJS.org that referenced this pull request Feb 9, 2016
* Set up server to client caching for inline serving of scripts... full manual, direct method e.g. not middleware
* Server to DB caching is not in this commit... additional MongoDB item will be needed for Script model to skip redoing minification constantly... will be later. During experimental phase this is probably a good thing to hold off on for a bit anyhow.
* Remove minification request stdout message... already enough data on interest.

Applies to OpenUserJS#432 and OpenUserJS#439
Martii added a commit to Martii/OpenUserJS.org that referenced this pull request Jul 28, 2020
Martii added a commit that referenced this pull request Jul 28, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
UI Pertains inclusively to the User Interface.
Development

Successfully merging this pull request may close these issues.

3 participants