Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/jqPublic
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Redesign website#2628

Merged
itchyny merged 1 commit intojqlang:masterfromitchyny:redesign-website
Jul 31, 2023
Merged

Redesign website#2628

itchyny merged 1 commit intojqlang:masterfromitchyny:redesign-website
Jul 31, 2023

Conversation

itchyny
Copy link
Contributor

@itchynyitchyny commentedJun 24, 2023
edited
Loading

This PR improves the jq website entirely.

  • Bump up Bootstrap to v5.3.0, Bootstrap Icon to v1.10.5.
  • Use autoComplete.js to drop dependency on jQuery, typeahead.js.
  • Support dark mode.
  • New svg logo and icon with responsive color mode support.
  • Improve section ids to make them easy to link in Markdown.
  • Various markup cleanups and accessibility improvements.

Resolves#986,resolves#1714,resolves#1848,resolves#2419,resolves#2555.

Screenshots

Color modelightdark
Top pageScreenshot 2023-06-24 at 12 41 51Screenshot 2023-06-24 at 12 41 55
TutorialScreenshot 2023-06-24 at 12 42 08Screenshot 2023-06-24 at 12 42 11
DownloadScreenshot 2023-06-24 at 12 42 19Screenshot 2023-06-24 at 12 42 23
ManualScreenshot 2023-06-24 at 12 42 35Screenshot 2023-06-24 at 12 42 39
Manual searchScreenshot 2023-06-24 at 12 43 04Screenshot 2023-06-24 at 12 43 10
Manual examplesScreenshot 2023-06-24 at 12 44 03Screenshot 2023-06-24 at 12 44 07
Responsive global navigatorScreenshot 2023-06-24 at 12 44 41Screenshot 2023-06-24 at 12 44 45
Responsive table of contentsScreenshot 2023-06-24 at 12 44 56Screenshot 2023-06-24 at 12 45 01

wader, jhnsmth, emanuele6, and shuhei-fujita reacted with thumbs up emoji
@itchynyitchyny added the docs labelJun 24, 2023
@itchynyitchynyforce-pushed theredesign-website branch 2 times, most recently from6dfa101 to92bd503CompareJune 24, 2023 07:38
Copy link
Member

@waderwader left a comment

Choose a reason for hiding this comment

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

Skimmed diff and look good think 👍 do you want me to generate the site locally and play around a bit?

@nicowilliams
Copy link
Contributor

Is this PR waiting on a review?

@nicowilliams
Copy link
Contributor

LGTM, but you have to rebase.

@itchynyitchyny marked this pull request as draftJuly 13, 2023 14:59
@nicowilliams
Copy link
Contributor

Do we want to merge this before or after the 1.7 release?

* Bump up Bootstrap to v5.3.1, Bootstrap Icon to v1.10.5.* Use autoComplete.js to drop dependency on jQuery and typeahead.js.* Support dark mode.* New svg logo and icon with responsive color mode support.* Normalize section ids to lower kebab-case for easiness of linking.* Use relative paths for links for local development (--root /output).* Various markup cleanups and accessibility improvements.
@nicowilliams
Copy link
Contributor

Should this still be a draft PR,@itchyny, or is it ready?

@itchyny
Copy link
ContributorAuthor

I'll include this now, thank you.

nicowilliams reacted with hooray emoji

@itchynyitchyny marked this pull request as ready for reviewJuly 31, 2023 00:51
@itchynyitchyny merged commitc8e28da intojqlang:masterJul 31, 2023
@nicowilliams
Copy link
Contributor

This is beautiful. Thank you!

itchyny reacted with thumbs up emoji

@itchynyitchyny mentioned this pull requestJul 31, 2023
pkoppstein added a commit to pkoppstein/jq that referenced this pull requestJul 31, 2023
commit9afda0aMerge:4665e81eeb08b5Author: pkoppstein <pkoppstein@gmail.com>Date:   Mon Jul 31 07:33:58 2023 -0400    Merge branch 'walk' ofhttps://github.com/pkoppstein/jq into walkcommit4665e81Author: pkoppstein <pkoppstein@gmail.com>Date:   Mon Jul 31 07:26:03 2023 -0400    revamp walk/1: rebase, add test cases    Note that according to the new def:    `{x:0} | walk(.,1)` is equivalent to: {x:0} | walk(.), walk(1)commitbdec9c0Author: pkoppstein <pkoppstein@gmail.com>Date:   Wed Jul 5 02:00:59 2023 -0400    revamp walk/1Resolvesjqlang#2584; see alsojqlang#2611commitc8e28daAuthor: itchyny <itchyny@cybozu.co.jp>Date:   Mon Jul 31 09:52:52 2023 +0900    Redesign website (jqlang#2628)    * Bump up Bootstrap to v5.3.1, Bootstrap Icon to v1.10.5.    * Use autoComplete.js to drop dependency on jQuery and typeahead.js.    * Support dark mode.    * New svg logo and icon with responsive color mode support.    * Normalize section ids to lower kebab-case for easiness of linking.    * Use relative paths for links for local development (--root /output).    * Various markup cleanups and accessibility improvements.commit4af3f99Author: Owen Ou <o@owenou.com>Date:   Sat Jul 29 07:20:48 2023 -0700    Update `bug_report.md` with Discord linkcommit82f7f77Author: Owen Ou <o@owenou.com>Date:   Sat Jul 29 07:15:57 2023 -0700    Redirect questions to Discord    We now have an official Discord server and most maintainers are hanging    out there. It would be a good idea to redirect questions to Discord.commitf733a15Author: Nicolas Williams <nico@cryptonector.com>Date:   Mon Jul 10 18:29:03 2023 -0500    Use -Wno-cast-function-type to quiet many warningscommitc8b30dfAuthor: Nicolas Williams <nico@cryptonector.com>Date:   Mon Jul 10 18:28:33 2023 -0500    Add JQ_FALLTHROUGH and use it to quiet warningscommita6eb055Author: Emanuele Torre <torreemanuele6@gmail.com>Date:   Sat Jul 29 21:57:40 2023 +0200    Fix typo in manual: "-seq" => "--seq"commitee2a215Author: Owen Ou <169064+owenthereal@users.noreply.github.com>Date:   Sat Jul 29 07:38:08 2023 -0700    Backfill with references in NEWS.md (jqlang#2788)    Backfill with references to PRs & issues in NEWS.mdcommiteeb08b5Author: pkoppstein <pkoppstein@gmail.com>Date:   Wed Jul 5 02:00:59 2023 -0400    revamp walk/1Resolvesjqlang#2584; see alsojqlang#2611
Comment on lines +55 to +58
button{
&[aria-expanded=false] .bi-chevron-down {
display: none;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Wow, this is cutting edge technology! My Firefox doesn't evensupport this by default yet.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

Yeah, I feel sorry for Firefox users but I know that. The feature will be turned on soon; at the end of this month.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ncfavierncfavierncfavier left review comments

@waderwaderwader approved these changes

Assignees
No one assigned
Labels
Projects
None yet
Milestone
1.7 release
4 participants
@itchyny@nicowilliams@wader@ncfavier

[8]ページ先頭

©2009-2025 Movatter.jp