Commit graph

613 commits

Author SHA1 Message Date
Fini Jastrow
10be9529a0 Remove "fork on github banner"
[why]
Some code has been commented out. This can be removed. We can use git if
we want to access the code again in the future.

Furthermore the banner still is on the page, below the Sanky diagram (in
the small screen rendering position).

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-10-09 12:26:25 +02:00
Fini Jastrow
f71298b449 Simplify link of github button
[why]
The link on the floating Github button explicitely opens the master
branch. We could instead just link to the default branch (which is
technically more correct anyhow).

[how]
Drop branch specification from URL and use default branch.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-10-09 12:26:25 +02:00
Fini Jastrow
6da42f1532 Remove dependency from FA's css
[why]
Keep the dependencies as small as possible.
We already have the github icon in our own set which we import anyhow,
so there is no need to fetch fontawesome's CSS.

[how]
Replace fa-github with nf-fa-github.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-10-09 12:26:25 +02:00
Vitthal Popat Gund
86841c360c Update nerd-font-tweaks.scss
color typo fixed in GitHub Icon
2023-10-09 12:26:25 +02:00
Vitthal Popat Gund
e87c7c4479 Update index.html
Inside the div container github icon is added with link to master branch
2023-10-09 12:26:25 +02:00
Vitthal Popat Gund
eb519696c8 Update nerd-font-tweaks.scss
GitHub icon css is added
2023-10-09 12:26:25 +02:00
GitHub Actions
495352d90c [ci] Regenerate contributors 2023-10-07 10:07:37 +00:00
Vitthal Popat Gund
f6ab1ecadb imports typo in img src attribute fixed 2023-10-07 12:00:49 +02:00
Vitthal Popat Gund
5d46753d1b subtitle-icon class is added in features subtitle element 2023-10-07 12:00:49 +02:00
Vitthal Popat Gund
a8d154fe76 Update 2017-01-02-features.md
the subtitle-icon class is added in div.row elements for the features section and i also foun the some issue the terminal fonts so a media query is added to fix the same in terminal font section
2023-10-07 12:00:49 +02:00
Vitthal Popat Gund
60005e66eb Update main.scss to fix the issue #1367
the subtitle-icon class is added and with some media quires to make the page responsive
2023-10-07 12:00:49 +02:00
GitHub Actions
a707321c4a [ci] Regenerate contributors 2023-09-30 13:37:44 +00:00
GitHub Actions
8455030686 [ci] Sync fonts.json 2023-09-27 09:20:55 +00:00
GitHub Actions
ddea05aa5e [ci] Regenerate contributors 2023-09-27 03:25:31 +00:00
GitHub Actions
a2d223dd6b [ci] Regenerate contributors 2023-09-18 08:12:37 +00:00
GitHub Actions
c3e3d5fec7 [ci] Regenerate contributors 2023-07-26 14:13:10 +00:00
Fini Jastrow
96b062c014 Add Intel One Mono preview
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-07-26 15:59:18 +02:00
GitHub Actions
afff19a978 [ci] Sync fonts.json 2023-07-26 13:02:46 +00:00
Fini Jastrow
3f232dbec0 Add Envy Code R preview
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-07-15 20:20:16 +02:00
GitHub Actions
763c03cb14 [ci] Sync fonts.json 2023-07-15 13:17:57 +00:00
GitHub Actions
f058b046d6 [ci] Sync fonts.json 2023-07-06 08:55:28 +00:00
GitHub Actions
e1e1189429 [ci] Sync fonts.json 2023-07-05 10:16:30 +00:00
Fini Jastrow
df6ab2c942 Allow searching for pasted icon
[why]
There are cases that I find myself into sometimes when I have the glyph
with me but not its name or codepoint. It would be nice to be able to
search for the codepoint and/or name of a glyph by literally putting it
into the search box of the cheat-sheet.
There are several reasons to know the name of the glyph, to use it in a
webpage, to look for alternatives when they get removed, etc.

[how]
Convert high codepoint-chars to codepoint text.

Fixes: #1307

Authored-by: ad-chaos
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-06-25 10:16:24 +02:00
Ryan L McIntyre
748ded8f52 Updates backers section 2023-06-22 02:07:29 -07:00
Fini Jastrow
fa0d3c7e98 cheat-sheet: Show no icons by default
[why]
The additional hints in the bottom are hard to notice if we flood users
with all available items first.
Usually users want to search the icons and not browse, so showing them
all per default seems better.

[how]
Just do not change the search term from "" to something else, so the
search comes up empty on an empty search.

If people search for a blank the previous mechanics to show all icons is
triggered instead. A message to hint for this is added to the empty
search result.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-06-09 07:55:19 +02:00
Fadi Hania
1df198249a Update search page style
- Fix having multiple vertical scrollbars
 - Update icons lazy loading accordingly
2023-06-09 07:55:19 +02:00
GitHub Actions
cd2e548e98 [ci] Regenerate contributors 2023-06-08 13:27:04 +00:00
Fini Jastrow
8d89dba767 Release note: Add missing item
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-06-05 12:49:07 +02:00
GitHub Actions
eb389f9b4a [ci] Regenerate contributors 2023-06-05 10:20:13 +00:00
Fini Jastrow
f6b9feecab Update stuff for v3.0.2
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-06-05 11:40:23 +02:00
Finii
64b0fdf6a4 [ci] Update webfonts 2023-06-04 20:45:40 +00:00
Finii
cfd060cc02 [ci] Regenerate CSS files 2023-06-04 20:45:37 +00:00
GitHub Actions
deaf6ab71b [ci] Regenerate contributors 2023-06-02 11:44:12 +00:00
GitHub Actions
72a98785b1 [ci] Regenerate contributors 2023-06-02 11:31:56 +00:00
GitHub Actions
9f76d9b444 [ci] Regenerate contributors 2023-06-02 09:56:02 +00:00
GitHub Actions
9c43af367c [ci] Regenerate contributors 2023-06-02 06:05:41 +00:00
GitHub Actions
a1703a5495 [ci] Regenerate contributors 2023-06-01 06:13:30 +00:00
Fini Jastrow
8c3d893a60 Some cheat-cheat tweaks
[why]
* We want to have the autocreated cheat-sheet file here 100% and not
  only approximate, so create the file anew via generate-css.sh and
  commit it here.

* "No results found" is kind of a lie, we have a result and the result
  is that there are no hits while searching :-> Call me pedantic.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-30 19:48:05 +02:00
GitHub Actions
021c5fd59e [ci] Regenerate contributors 2023-05-30 17:26:13 +00:00
Fini Jastrow
3d817cfa49 Merge PR #1252 2023-05-30 19:19:19 +02:00
rszyma
270a604d09 cheat-sheet: don't show nfc icons on empty search 2023-05-30 19:13:12 +02:00
rszyma
5d1ccc69ab cheat-sheet: add more negative boost for old icons 2023-05-30 19:13:12 +02:00
rszyma
2360483964 cheat-sheet: boost the part after last - 2023-05-30 19:13:12 +02:00
rszyma
d2503caa4a cheat-sheet: fix negative boost for removed icons 2023-05-30 19:13:12 +02:00
Fini Jastrow
b068b08653 cheat-sheet: Sort the results
[why]
Often it is easier to find what one wants if the search result is
sorted.

[how]
Do a full result sort.
* Sort by id (class name)
* Put removed icons last

We do not need the boost function anymore, so that pre-sorting is
removed.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-30 19:13:12 +02:00
Fini Jastrow
b42a1b82e6 cheat-sheet: Allow incomplete searches
[why]
Sometimes one does not know what the exact search term is.
For example if you want to find a 'homefolder' but the name is
'homedirectory' it is impossible to find.

[how]
Allow prefix search, in this case at least 'home' will find both
variants.
I do believe a full substring search would be even better, but that is
not supported by minisearch.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-30 19:13:12 +02:00
Fini Jastrow
c06a149c9c cheat_sheet: Sort removed icons last
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-30 19:13:12 +02:00
rszyma
156981d8f2 fix: cheatsheet page performance 2023-05-30 19:13:12 +02:00
GitHub Actions
cec9c1e6e2 [ci] Regenerate contributors 2023-05-27 13:35:42 +00:00
rszyma
2d96b7f5e0 Remove gitter-sidecar
[why]
Disfunctional

See PR #1252
2023-05-27 15:27:38 +02:00