Nolan Lawson
67a338be17
fix: tweak style of audio player ( #1968 )
2021-02-22 20:37:18 -08:00
Nolan Lawson
ef3f107d82
fix: tweak emoji picker style on mobile ( #1969 )
...
* fix: tweak emoji picker style on mobile
* fix: remove unnecessary global styles
2021-02-22 20:37:08 -08:00
Nolan Lawson
b2583277eb
chore: update to webpack v5 ( #1967 )
...
The bundle size has decreased slightly, so I really can't complain.
2021-02-20 15:30:58 -08:00
Nolan Lawson
533360e32f
chore: update standard and eslint-plugin-html ( #1963 )
2021-02-20 13:40:33 -08:00
Nolan Lawson
ba3b76f769
fix: fix error message on media upload ( #1959 )
2021-02-15 19:23:01 -08:00
Nolan Lawson
9cf8f8b516
perf: cache polyfills on-demand ( #1954 )
...
* perf: cache polyfills on-demand
* fix: actually apply the name
2021-02-15 16:47:18 -08:00
Nolan Lawson
760b7f6cd4
fix: fix Intl.RelativeTimeFormat on iOS 13 ( #1947 )
...
Fixes #1938
2021-02-15 15:07:19 -08:00
Nolan Lawson
c3d25b88cf
feat: allow file-drop to accept multiple files ( #1945 )
2021-02-15 15:07:13 -08:00
Nolan Lawson
2585b55479
fix: fix custom emoji in secure mode ( #1940 )
...
Fixes #1915
2021-02-15 12:54:03 -08:00
Nolan Lawson
456dac73b5
fix: partially fix video/audio in dialogs ( #1939 )
2021-02-15 12:53:58 -08:00
Nolan Lawson
a3d0c87e27
fix: fix cursor set incorrectly on WebKit browsers ( #1937 )
...
fixes #1921
2021-02-14 18:44:14 -08:00
Nolan Lawson
4218c4ce64
fix: fix up/down arrows in poll options ( #1934 )
...
fixes #1928
2021-02-14 14:01:46 -08:00
Marco Zehe
96d84134b4
feat: add German locale ( #1930 )
...
* Add German locale
* Appeas the linter.
* Add Emoji Picker strings as well
* Correct double und typo in footer
2021-02-14 09:59:12 -08:00
Nolan Lawson
a028a7e880
feat: intl support for emoji picker ( #1910 )
...
* feat: intl support for emoji picker
Fixes #1908
* fix: update emoji-picker-element
* fix: fix typo
2020-12-18 20:02:36 -08:00
Nolan Lawson
6433a9c644
test: fix timeago unit test ( #1906 )
2020-11-29 18:50:13 -08:00
Nolan Lawson
0022286b46
fix: first stab at i18n, extract English strings, add French ( #1904 )
...
* first attempt
* progress
* working
* working
* test timeago
* rm
* get timeago working
* reduce size
* fix whitespace
* more intl stuff
* more effort
* more work
* more progress
* more work
* more intl
* set lang=LOCALE
* flatten
* more work
* add ltr/rtl
* more work
* add comments
* yet more work
* still more work
* more work
* fix tests
* more test and string fixes
* fix test
* fix test
* fix test
* fix some more strings, add test
* fix snackbar
* fix }
* fix typo
* fix english
* measure perf
* start on french
* more work on french
* more french
* more french
* finish french
* fix some missing translations
* update readme
* fix test
2020-11-29 14:13:27 -08:00
Nolan Lawson
69aad56421
fix: fix tainted canvas error with OCR ( #1902 )
...
* fix: fix tainted canvas error with OCR
fixes #1901
* fix: minor tweaks
2020-11-24 15:37:10 -08:00
Nolan Lawson
006f0deee8
fix: fix tappable area between toolbar buttons ( #1893 )
...
fixes #1884
If "disable entire toot area" is on, then the cursor becomes default between the buttons, and clicking does nothing. If it is off (default), then the cursor is always pointer and clicking between the buttons clicks the whole toot.
2020-11-14 17:22:12 -08:00
Nolan Lawson
9cb16ea91c
fix: move "bookmark" button past "report" ( #1891 )
...
fixes #1879
2020-11-14 14:13:45 -08:00
Nolan Lawson
870fa0e93c
feat: add "i" as shortcut to open media ( #1890 )
...
fixes #1883
2020-11-14 14:13:38 -08:00
Timo Tijhof
9acb3faac8
fix: change dark grayscale to use have a brighter action-button color ( #1881 )
...
The pressed state, such as used for the "Unfollow" button, was effectively
identical to the background, thus making it invisible.
Brighten it up to fix this. The relative differences are kept the same as
before and match the default theme,, e.g. the brightness ranges from
(darkest) Unfollow > Unfollow-hover > Follow > Follow-hover (brightest)
Fixes https://github.com/nolanlawson/pinafore/issues/1880 .
2020-11-14 11:35:55 -08:00
Nolan Lawson
04b56f5dc5
fix: remove license files from service worker ( #1875 )
2020-09-20 14:31:15 -07:00
Nolan Lawson
37711ee17e
fix: dynamically import focus-visible polyfill for emoji picker ( #1870 )
2020-09-13 15:34:01 -07:00
Nolan Lawson
7803bdf797
fix: remove LEGACY mode ( #1867 )
2020-09-13 13:37:54 -07:00
Nolan Lawson
c683a4b85d
fix: ensure bookmarks page has generated HTML file ( #1861 )
...
* fix: ensure bookmarks page has generated HTML file
* fix: only render if not logged in
2020-09-02 18:01:46 -07:00
Emilia Michanek
60a146eb40
fix: pinning the bookmarks page ( #1859 )
...
Pinning the bookmarks page would accidentally pin the local timeline page due a forgotten `else if`.
Fixes #1858
2020-09-01 21:57:36 -07:00
Nolan Lawson
07f23c5990
feat: pressing / or s focuses search input ( #1855 )
2020-08-31 16:06:31 -07:00
Nolan Lawson
430ab4db4c
fix: empty timelines no longer show infinite loading spinner ( #1854 )
...
Instead, they now show "Nothing to show." I only fixed this for VirtualList because List should never be non-empty (threads).
Fixes #1763
2020-08-30 18:08:55 -07:00
Nolan Lawson
55b9c8d3b8
fix: use absolute positioning over transform ( #1850 )
2020-08-29 19:19:24 -07:00
Nolan Lawson
40e9b44adc
fix(VirtualList): fix some TODOs ( #1851 )
...
* fix(VirtualList): fix some TODOs
* fix: fix memory leak
* fix: remove dead code
2020-08-29 19:19:16 -07:00
Nolan Lawson
1466371909
test: count store listeners in memory leak test ( #1853 )
2020-08-29 19:18:53 -07:00
Nolan Lawson
2f41494a9a
fix: tweak language around bookmarking ( #1848 )
...
For consistency with the rest of the UI, say "toot" instead of "status" and specify "toot."
2020-08-27 08:49:36 -07:00
Nolan Lawson
08c021bc56
fix: log an error when images cannot be decoded ( #1849 )
2020-08-27 08:49:22 -07:00
Nolan Lawson
5a9e5ae8bc
fix: tidy up bookmarks, add tests
2020-08-25 23:47:20 -07:00
charlag
2113ab3d46
feat: Implement bookmarks, close #1726
2020-08-25 23:47:20 -07:00
Nolan Lawson
36cf9fd56d
test: add test for accessible radio buttons in /community ( #1845 )
2020-08-25 22:16:14 -07:00
Nolan Lawson
07deb122f3
chore: update emoji-picker-element, use declarative format ( #1840 )
2020-08-25 16:46:02 -07:00
Nolan Lawson
7de0023d17
fix: add "/" hotkey to help info ( #1843 )
2020-08-25 16:45:41 -07:00
shine
c86d2b5088
feat: add /
as a navigation shortcut for search ( #1838 )
...
`/` is a well-known vi/vim key-binding for search. It is supported by
Firefox for a 'quick find' feature in addition to the main find feature
available with the Ctrl+F key combination. DuckDuckGo also supports the
key to focus the search bar as well.
Signed-off-by: shine <4771718+shinenelson@users.noreply.github.com>
2020-08-25 16:45:32 -07:00
Nolan Lawson
bd09718cf6
fix: improve a11y of autosuggest labels ( #1830 )
2020-07-06 22:27:04 -07:00
Nolan Lawson
b8fef16a92
fix: fix mobile size of picker when searching ( #1822 )
2020-07-05 12:38:05 -07:00
Nolan Lawson
55ded5c234
fix: fix stacking context in Safari/WebKit ( #1812 )
...
fixes #1806
2020-07-04 23:17:55 -07:00
Nolan Lawson
f17096a8ac
fix: emoji picker height on mobile ( #1811 )
2020-07-04 19:34:21 -07:00
Nolan Lawson
44c1b6feb5
fix: fix ajax code, add test, switch parser library
2020-07-04 19:34:01 -07:00
charlag
5e7c8003db
fix: Fix favorites, fix #850
...
This commit fixes invalid assumption that all timelines are sorted by status id.
Some, like favorites or bookmarks are sorted by private server id. To correctly
paginate we must use the Link header.
To work around the issue, offline for favorites was effectively disabled.
Statuses are still inserted into the database but we can't reproduce correct
timeline order.
2020-07-04 19:34:01 -07:00
Nolan Lawson
1371175bce
feat: use emoji-picker-element, add emoji autocompletions/tooltips ( #1804 )
...
* feat: use emoji-picker-element, add emoji autocompletions/tooltips
* fix: fix lint bug
* test: fix emoji in chrome on linux in travis
* test: try bionic in travis
* chore: try to fix travis
* chore: try to fix travis
* fix: filter unsupported emoji
* chore: try to fix travis
* chore: try to fix travis
* chore: try to fix travis
* chore: try to fix travis
* Revert "chore: try to fix travis"
This reverts commit 3cd2d94469b2f1a20c847c2a69e088d7c8d1efdd.
* fix: fix emoji autosuggest
* test: fix test
2020-06-28 23:12:14 -07:00
Nolan Lawson
85ce93177b
fix: add apple-mobile-web-app-capable ( #1803 )
...
Fixes #1802
2020-06-25 19:09:27 -07:00
Nolan Lawson
ec8e872f8d
fix: better error message for invalid instances ( #1793 )
2020-05-30 11:05:13 -07:00
Nolan Lawson
ceff1f1f8f
fix: tweak indicator design again ( #1789 )
2020-05-23 09:28:23 -07:00
Nolan Lawson
1fc14107c8
fix: tweak nav indicator so it's a bit more prominent ( #1788 )
2020-05-20 21:10:56 -07:00