rektdeckard
2a030b08cd
refactor(app): switch to @phosphor-icons/core and format files
2023-01-08 02:10:49 -07:00
rektdeckard
511c191a02
chore(app)L remove figma banner
2022-05-10 22:55:05 -06:00
rektdeckard
a9ce9faac8
chore(app): add vote analytics
2022-05-08 14:24:20 -06:00
rektdeckard
bda9942fff
feat(app): add figma banner
2022-05-08 14:14:30 -06:00
rektdeckard
c3cd3c1d80
refactor(ui): clean up snippets code
2021-12-29 01:06:25 -05:00
rektdeckard
4137a8b5c1
feat(app): Add flutter snippets and esc-to-close on panel
2021-12-24 16:21:42 -05:00
rektdeckard
3cdcdd4e0d
chore(grid): add some types
2021-12-22 01:25:58 -05:00
rektdeckard
c090531800
feat(icons): update icons and tags to 1.4
2021-12-22 01:25:31 -05:00
rektdeckard
887617e523
feat(bin): update fetch script to take CLI args
2021-12-12 00:27:14 -05:00
rektdeckard
22b69c3ae6
chore(links): ignore pointer events on link underlines
2021-12-03 19:58:04 -05:00
rektdeckard
e4b99d2ca9
chore(app): better ux for settings actions
2021-11-29 21:14:17 -05:00
rektdeckard
14d8c9d0e7
feat(app): add persistence of settings across sessions
2021-11-26 22:03:54 -05:00
rektdeckard
cdcf38466e
feat(ui): add callouts for new and updated icons
2021-11-26 22:03:01 -05:00
rektdeckard
56dd2ba514
feat(external): Add Sketch plugin link
2021-07-09 23:03:32 -04:00
rektdeckard
77d93e4038
chore(readme): Revisions for v1.3.1
2021-07-08 02:09:33 -04:00
rektdeckard
b6e2ae7da5
feat(deps): Update to phosphor-react@1.3.1 and add icon entries
2021-07-05 22:46:47 -04:00
rektdeckard
a885931831
app: Mobile grid improvements
2021-06-20 19:53:53 -04:00
rektdeckard
2eb51f7ca7
icons: yet more tagging and updates for v1.3.0
2021-06-14 00:53:10 -04:00
rektdeckard
7e1bd3d18e
icons: more tagging
2021-06-13 12:47:11 -04:00
rektdeckard
94e5d9b305
chore: Update snippets and unused code
2021-06-13 12:46:45 -04:00
rektdeckard
02e70848b1
icons: tag additions for v1.3.0
2021-05-31 16:43:46 -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
0e50efb5ea
icons: more tags
2021-05-29 23:11:31 -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
8974b2de19
icons+meta: Update icons to phosphor-react@1.2.0
2021-03-07 23:42:08 -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
78ff8e4500
icons: Reword IconCatergory name
2021-03-06 20:31:56 -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
7bf1833ea2
deps: update to phosphor-react@1.1.1
2020-11-24 20:15:16 -05:00
rektdeckard
de97e02427
icons+deps: update to phosphor-react@1.1.0 and enable new
2020-11-24 15:55:23 -05:00
rektdeckard
2e9c7870bd
lib: retag IconCategory.MAP string
2020-11-24 13:18:53 -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
30e777f856
icons: add "new" tags to icons making first appearance
2020-11-14 23:15:42 -05:00
rektdeckard
71eba27c92
icons: add new icons and tags for v1.1.0
2020-11-14 22:55:28 -05:00
rektdeckard
1221b5628b
icons: additional tagging
2020-11-12 01:57:41 -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
20b077a05f
meta: remove unnecessary phosphor-icons dependency
2020-11-02 22:29:56 -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
3055fbb955
icons: add tags
2020-10-25 17:09:07 -04:00