Commit Graph

167 Commits

Author SHA1 Message Date
rektdeckard
94e5d9b305 chore: Update snippets and unused code 2021-06-13 12:46:45 -04:00
rektdeckard
b8eac52689 App: browser compat updates 2021-05-30 23:31:26 -04:00
rektdeckard
73b66e2e86 App: add helper hooks 2021-05-30 23:17:33 -04:00
rektdeckard
dc6764e387 DetailsPanel: smooth panel transitions to eliminate bounce 2021-03-13 12:29:57 -05:00
rektdeckard
6596bce68a SearchInput: More idiomatic shortcuts 2021-03-08 23:58:29 -05:00
rektdeckard
6d74c9f719 DetailsPanel: Avoid framer-motion style value bug 2021-03-08 23:57:42 -05:00
rektdeckard
61fe3d9de8 SearchInput: Make device detection static 2021-03-07 13:47:07 -05:00
rektdeckard
b3b328876f SearchInput: Fix keystroke alignment 2021-03-07 02:48:47 -05:00
rektdeckard
f598e3ab50 SearchInput: Add keyboard shortcuts with platform detection 2021-03-06 22:41:52 -05:00
rektdeckard
98ef9db51a DetailsPanel: Add close button title 2021-03-06 20:31:31 -05:00
rektdeckard
14c8807234 StyleInput: make sure component behaves as controlled on first render
We made the error of setting the value of this component statically,
rather than based on global IconWeight state. This meant that it was not
reflecting the current weight on first render, if it was anything other
than 'regular', for example when set by a URL param.
2021-01-08 15:49:53 -05:00
rektdeckard
c3787fcde0 Parameters: refactor and add more supported params
This patch replaces the component-based URL Parameter matcher with a
hook-based approach. We now watch for, parse, and normalize URL params
for 'color', 'weight', and 'size'.
2021-01-08 15:34:26 -05:00
rektdeckard
5166b0345c Parameters: grab 'color' URL param to override starting iconColor 2021-01-07 18:47:04 -05:00
rektdeckard
fe656731fd DetailsPanel+README: switch to kebab-case for Vue components 2020-11-24 00:38:52 -05:00
rektdeckard
0ea6cdc930 Footer: update TF link to portfolio 2020-11-17 23:07:17 -05:00
rektdeckard
71c6a6927c icons: use "*new*" tag to disambiguate from plus/add-like 2020-11-15 17:24:09 -05:00
rektdeckard
d0c4891480 IconGrid: potentially stupid-big loadtime gains
By adding 'content-visibility: auto;' we were able to see an 8x
improvement on rendering time and a 25x improvement on paint times for
first load. We may need to do some work to bring similar gains to
non-Chrome useragents.
2020-11-05 16:47:13 -05:00
rektdeckard
ea1793a0fa Links: replace Figma library link with current 2020-10-30 18:17:27 -04:00
rektdeckard
3b0d30ed04 DetailsPanel: up PNG download size to 256px 2020-10-25 20:16:43 -04:00
rektdeckard
e38f82501d DetailsPanel: revert copy SVG text 2020-10-25 16:52:18 -04:00
rektdeckard
55931e9f13 meta: rename repo phosphor-web -> phosphor-home 2020-10-25 16:51:18 -04:00
rektdeckard
40f345b0d2 Links: correct Figma plugin link 2020-10-16 02:27:28 -04:00
rektdeckard
cdc14e8ddd Links: add Figma plugin 2020-10-15 16:36:37 -04:00
rektdeckard
31217970a4 Footer: replace TF portfolio link with github 2020-10-13 02:12:02 -04:00
rektdeckard
53b6d57f91 DetailsPanel: copy button text revision 2020-10-13 02:11:32 -04:00
rektdeckard
5cef1dd7cf Footer: copy tweaks 2020-10-12 23:10:37 -04:00
rektdeckard
1c661d81d5 Links: swap out Figma plugin link until it's live 2020-10-12 22:49:30 -04:00
rektdeckard
783f5077fb Notice: prevent whitespace wrap 2020-10-12 22:48:44 -04:00
rektdeckard
587c6a2fe4 Footer: minor copy tweaks 2020-10-12 22:48:23 -04:00
rektdeckard
759fa5f53a Links: add dynamic icon count to download link 2020-10-12 00:37:11 -04:00
rektdeckard
173a019d31 Header+Footer: fix copy and improve elevator btn 2020-10-12 00:36:17 -04:00
rektdeckard
18baa4e75b Footer: fix Patreon button link 2020-10-11 02:07:09 -04:00
rektdeckard
1876e38aa9 SearchInput: skip state updates after unmount 2020-10-10 18:05:21 -04:00
rektdeckard
c5807adf21 Links: add Figma plugin link 2020-10-10 16:18:11 -04:00
rektdeckard
1a2c3ef1de Links: extract external navigation links component
The Header and Footer shared some duplicated code related to external
links. We moved the markup and CSS into a separate Links component to
DRY it up.

We currently apply a 'line-through' style to the Figma links, since they
are not yet implemented. This is a visual treatment only an needs fixed
before production release!
2020-10-10 16:03:26 -04:00
rektdeckard
ae9e71886b Header+Footer: log GA events on download(s) 2020-10-10 01:17:23 -04:00
rektdeckard
079633d8f6 DetailsPanel: log GA events on icon details viewed 2020-10-10 01:17:02 -04:00
rektdeckard
9a4d545dc5 SeachInput: log GA events on searches & tags 2020-10-10 01:16:35 -04:00
rektdeckard
e2d61564c0 IgonGrid: update default search tag suggestions 2020-10-09 22:55:45 -04:00
rektdeckard
5f6c5eb4ad Header+Footer: add Patreon links 2020-10-09 22:55:25 -04:00
rektdeckard
5acea5eafd App: make links column gaps Safari-friendly 2020-10-09 22:55:08 -04:00
rektdeckard
ed3011a020 SearchInput: suppress paranoid exhaustive-deps 2020-10-09 22:54:41 -04:00
rektdeckard
87f5aacf7d EmptyState: match padding to IconGrid 2020-10-09 11:28:34 -04:00
rektdeckard
cfb10c93d9 Footer: update copy and remove command img for now 2020-10-07 16:02:11 -04:00
rektdeckard
255730a11d DetailsPanel: add TagCloud for selected icon 2020-10-07 16:01:21 -04:00
rektdeckard
2487b47c65 IconGrid: add TagCloud on empty search 2020-10-07 16:00:27 -04:00
rektdeckard
f57577c374 SearchInput: update input value when query changes
In cases where the searchQueryAtom is changed directly, either via
clicking a tag-button or from some future use-case, the input value is
updated as well.
2020-10-07 15:56:26 -04:00
rektdeckard
2750c84431 IconGrid: refactor props to accept a whole IconEntry 2020-10-07 15:55:41 -04:00
rektdeckard
c5ce2c21cb TagCloud: add component and implement tag-search feature
This component renders a cloud of tags with the string tags passed to
it, with each tag constituting a button that triggers search on click.
The cloud is also responsive to the color theme of the grid.
2020-10-07 15:47:56 -04:00
rektdeckard
757f12d2f3 Notice: rename Warn -> Notice and add composability
The Notice component can now act as a general indicator component,
exposing four types: "wait", "help", "warn", or "none". These types
display different icons and make this a much more reusable element.

We also render children passed to us, making this even more extendable.
In future, we may wish to extract all message props altogether as
children instead.
2020-10-07 15:43:00 -04:00