David Yip
5b4f9858e6
Add the shrinking glitchy elefriend. #294 .
7 years ago
David Yip
a6eeda658c
Prototype out glitchy elephant friend. #294 .
...
Glitched elephant friends kindly provided by @ncls7615.
7 years ago
David Yip
75cbeb775f
When pulling out max_toot_chars, handle nulls
...
flavours/glitch/util/initial_state is used in places where we want to
exhibit different behavior based on user preferences. This means that
it's used in places where no preference is defined, i.e. on an
unauthenticated access. All values exported from that module must
therefore expect that case; previously, the max chars value didn't.
Addresses #306 .
7 years ago
kibigo!
a38bd57f8a
Fixes to search dropdown
7 years ago
beatrix
cd8d0d7b85
fix typo in vanilla names.yml
7 years ago
Ondřej Hruška
07ea1aa6fe
fixed ctrl enter
7 years ago
Ondřej Hruška
568c9272ff
Fix the always-threaded bug
7 years ago
ncls7615
aa02511e1c
Update ja.js
7 years ago
beatrix
ed5d06c7e7
Merge pull request #296 from glitch-soc/thread-mode
...
Threaded mode~
7 years ago
beatrix
45487e8862
Merge pull request #302 from KnzkDev/fix/search-popout
...
Fix search popout
7 years ago
beatrix
34b7208e3f
appease eslint
7 years ago
ncls7615
896830cc57
Fix search popout
7 years ago
David Yip
2e3bb24ed6
Read max_toot_chars from root object. Fixes #297 .
...
max_toot_chars is present in the root of the initial state object.
(Previously, we were trying to read it from the meta child object.)
7 years ago
kibigo!
25da6ed5c1
my global .gitignore excluded this file ;_;
7 years ago
kibigo!
e5a10a1fd3
Threaded mode~
7 years ago
kibigo!
85ffb07656
Fixed improper dropdown func binding for #293 + toot button spacing
7 years ago
kibigo!
77cb2d04f9
Styling and autosuggest fixes for #293
7 years ago
kibigo!
0e418264fb
Fixes composer mounting issue with #293
7 years ago
beatrix
5500346b79
Merge pull request #290 from chriswmartin/web-push-updates
...
Web push updates
7 years ago
beatrix
3671d07f37
Merge pull request #295 from chriswmartin/getting-started-key-fix
...
unique ColumnLink keys in getting_started
7 years ago
beatrix
f6ed878ee9
Merge pull request #293 from glitch-soc/compose-refactor
...
Compose refactor
7 years ago
cwm
17034d36cf
add key to lists div
7 years ago
cwm
56429e7ca9
change how list ColumnLink keys are determined
7 years ago
kibigo!
55ead6a4b2
WIP <Compose> Refactor; Fin~
7 years ago
kibigo!
7a9aaf28c4
WIP <Compose> Refactor; 1000 tiny edits
7 years ago
kibigo!
0cb97608c7
WIP <Compose> Refactor; <ActionsModal>; dropdowns
7 years ago
kibigo!
c560373d5e
WIP <Compose> Refactor; SCSS ed.
7 years ago
kibigo!
c20717bd9f
WIP <Compose> Refactor; <OnboardingModal> ed.
7 years ago
kibigo!
49d8d72192
WIP <Compose> Refactor; <Drawer> ed.
7 years ago
kibigo!
f87cce9e28
WIPgit status <Compose> Refactor; <Composer> ed.
7 years ago
Marcin Mikołajczak
1ba0732b82
i18n: Update Polish translation
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
cwm
d5770ef7ac
bug fix (tootsuite pr #6120 )
7 years ago
cwm
a4ae9c4109
remove unused 'saveSettings' from column_settings_container
7 years ago
cwm
093c27fe46
web push updates (tootsuite PRs #5879 , #5941 , #6047 )
7 years ago
cwm
485dbbb9b7
Fix GIF avatars not autoplaying ( fixes #287 , tootsuite pr #6000 )
7 years ago
beatrix
dde1db7efb
Merge pull request #286 from chriswmartin/merge-vanilla-updates-into-glitch
...
Merge various small vanilla updates into glitch
7 years ago
cwm
4d2ca09ae8
Set direction style to reply indicator (tootsuite pr #6006 )
7 years ago
cwm
c670d2cadd
Reduce motion for boost animation (tootsuite pr #5871 )
7 years ago
cwm
ccc14ad59b
Fix layout for RTL (tootsuite pr #6014 , #6018 )
7 years ago
cwm
44d1b30dfb
Fix focused background color of favourited direct toot (tootsuite pr #6021 )
7 years ago
cwm
f9863df926
Move dropdown transform origin (tootsuite pr #6091 )
7 years ago
cwm
4a0dd0efea
onMuteNotifications validation (tootsuite pr #6092 )
7 years ago
cwm
ab81f8414d
Rename settingKey to settingPath (tootsuite pr #6046 & #6098 )
7 years ago
cwm
15796d0b5f
use 'flavours/glitch/' prefix in new imports
7 years ago
cwm
61aa7a385b
Add mute, block, conversation mute actions to detailed status dropdown menu
7 years ago
beatrix
9ba54d457a
Merge pull request #266 from chriswmartin/getting-started-improvements
...
Getting started column improvements
7 years ago
ncls7615
4c682228ce
Fix account header avatar
7 years ago
David Yip
d93f6b4720
Add data-status-by back to DetailedStatus component. Fixes #273 .
7 years ago
cwm
f923aeec08
<kbd> instead of <code> in KeyboardShortcuts component (tootsuite pr #6049 )
7 years ago
David Yip
c94a497ef6
Wrap <Avatar> in account header in a link to that account's page. Fixes #245 .
7 years ago