kibi!
b9f4896830
Fixes to drawer and CWs
7 years ago
beatrix
cd6674606f
Merge pull request #329 from KnzkDev/scss-refactor
...
SCSS Refactor
7 years ago
beatrix
39f231f3da
Merge pull request #328 from glitch-soc/feature/glitchy-elephant-friend
...
Add glitchy elephant friend
7 years ago
kibi!
0fb3bd09e9
Oops this should have been a part of last commit
7 years ago
kibi!
1fa03e026a
Fixes onboarding modal ( #318 )
7 years ago
kibi!
a5931e1f48
Fixed autocollapse detection
7 years ago
David Yip
c2669f93d0
Fix eslint errors. #294 .
7 years ago
David Yip
756a9cd139
Run slightly less afoul of accessibility checks. #294 .
...
This makes the clickable element an interactive element, but doesn't add
alt text and makes it not-obvious that you can click the elefriend. On
one hand, this goes against good practice; on the other hand, it's not
*supposed* to be obvious that you can click the elefriend.
7 years ago
David Yip
e64cc311dd
Introduce a bit of luck into the elefriend selection. #294 .
7 years ago
David Yip
53cbc9933e
Add wave background; blend elefriend in a bit more. #294 .
7 years ago
David Yip
cd1377de7f
Bind click event to elefriend cycling. #294 .
7 years ago
David Yip
1dbb6b5e08
Set glitchy elephant friend variant in initial state. #294 .
...
Also lay some groundwork needed to interactively change the
glitchfriend.
The codebase uses "elefriend" because it's shorter and didn't require me
to realign the actions in actions/compose.js. Same idea, though.
7 years ago
David Yip
1e0b707018
Add the shrinking glitchy elefriend. #294 .
7 years ago
David Yip
835eec8a4c
Prototype out glitchy elephant friend. #294 .
...
Glitched elephant friends kindly provided by @ncls7615.
7 years ago
ncls7615
f9b08e2142
Fix collapsed toot style
7 years ago
ncls7615
1ebe66b78c
Fix un-fullwidth media style
7 years ago
ncls7615
be2bac05aa
Fix media detailed style
7 years ago
ncls7615
b5476f6c75
Fix confirmation modal bug
7 years ago
ncls7615
bc0524834e
Fix letterbox bug
7 years ago
ncls7615
6ecf81cacf
Improve scss refactor 5
7 years ago
ncls7615
64425dbb77
Improve scss refactor 4
7 years ago
ncls7615
a16d885ac9
Improve scss refactor 3
7 years ago
ncls7615
5f35b39f6f
Improve scss refactor 2
7 years ago
ncls7615
bb2ca23839
Improve scss refactor 1
7 years ago
ncls7615
a9be680807
Fix padded-blocks error
7 years ago
ncls7615
6a73c8c8a2
Initial scss refactor
7 years ago
Gô Shoemake
3a0b47982d
load public.js on vanilla#admin
7 years ago
Gô Shoemake
9b9b7fa005
Load packs/public.js for glitch#admin
7 years ago
Marcin Mikołajczak
ee7217bc94
i18n: Update Polish translation
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
ncls7615
cf5789146b
Fix dropdown text
7 years ago
David Yip
095a00ef3d
Merge pull request #316 from glitch-soc/fix-async
...
Fix glitch async chunks
7 years ago
kibigo!
35be02f21d
Renamed glitch async chunks
7 years ago
cwm
aef4b1af66
Refactor /api/web APIs to use the centralized axios instance (tootsuite pr #6223 )
7 years ago
cwm
f43c2f12f3
Fix overflowing audit logs (tootsuite pr #6184 )
7 years ago
cwm
9bdbe66316
Set background to the navigation of Getting Started column (tootsuite pr #6163 )
7 years ago
cwm
b535f24fe5
Use const instead of let for constant (tootsuite pr #6106 )
7 years ago
cwm
0d4dcb5fb2
change key to path in timeline settings containers
7 years ago
cwm
6d1c325167
Rename key to path in actions and reducers for settings (tootsuite pr #6105 )
7 years ago
cwm
7f4374d97d
Fix newlines-to-spaces functionality (tootsuite pr #6158 )
7 years ago
cwm
8a0e4bb9a4
Hide moved account's follow button in search result (tootsuite pr #5913 )
7 years ago
cwm
5963630c63
Prevent duplicate load of favourites (tootsuite pr #5931 )
7 years ago
David Yip
ec0bdd6c1a
Merge pull request #312 from glitch-soc/tag-sensitive-imgs
...
Show SENSITIVE tag on sensitive images (#267 )
7 years ago
kibigo!
60433d03f5
Add missing comma
7 years ago
kibigo!
5d2ef7a616
Show SENSITIVE tag on sensitive images ( #267 )
7 years ago
kibigo!
824a790e63
Threads now inherit privacy directly ( #309 )
7 years ago
ncls7615
ef0b7d1e76
fix list editor scss
7 years ago
David Yip
2dc4fbbd1a
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!
b5874c1428
Fixes to search dropdown
7 years ago
beatrix
61ef8d643e
fix typo in vanilla names.yml
7 years ago
Ondřej Hruška
9f29fd31ba
fixed ctrl enter
7 years ago
Ondřej Hruška
53caab0c0b
Fix the always-threaded bug
7 years ago
ncls7615
f5a4201ad8
Update ja.js
7 years ago
beatrix
a251c42192
Merge pull request #296 from glitch-soc/thread-mode
...
Threaded mode~
7 years ago
beatrix
2ec9a75a1d
Merge pull request #302 from KnzkDev/fix/search-popout
...
Fix search popout
7 years ago
beatrix
fa92e88fb2
appease eslint
7 years ago
ncls7615
da98c33161
Fix search popout
7 years ago
David Yip
2eed4ace11
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!
c71d848855
my global .gitignore excluded this file ;_;
7 years ago
kibigo!
e4bc013d6f
Threaded mode~
7 years ago
kibigo!
6932b464e6
Fixed improper dropdown func binding for #293 + toot button spacing
7 years ago
kibigo!
ad10a80a99
Styling and autosuggest fixes for #293
7 years ago
kibigo!
8bf9d9362a
Fixes composer mounting issue with #293
7 years ago
beatrix
f441770e50
Merge pull request #290 from chriswmartin/web-push-updates
...
Web push updates
7 years ago
beatrix
b4e667f86b
Merge pull request #295 from chriswmartin/getting-started-key-fix
...
unique ColumnLink keys in getting_started
7 years ago
beatrix
faf20eeaa4
Merge pull request #293 from glitch-soc/compose-refactor
...
Compose refactor
7 years ago
cwm
9fc08e4861
add key to lists div
7 years ago
cwm
6236577734
change how list ColumnLink keys are determined
7 years ago
kibigo!
d7ce339c2e
WIP <Compose> Refactor; Fin~
7 years ago
kibigo!
42f50049ff
WIP <Compose> Refactor; 1000 tiny edits
7 years ago
kibigo!
b4a3792201
WIP <Compose> Refactor; <ActionsModal>; dropdowns
7 years ago
kibigo!
083170bec7
WIP <Compose> Refactor; SCSS ed.
7 years ago
kibigo!
8713659dff
WIP <Compose> Refactor; <OnboardingModal> ed.
7 years ago
kibigo!
3c29f57404
WIP <Compose> Refactor; <Drawer> ed.
7 years ago
kibigo!
924ffe81d4
WIPgit status <Compose> Refactor; <Composer> ed.
7 years ago
Marcin Mikołajczak
0f69a90588
i18n: Update Polish translation
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
cwm
72b99f6ee4
bug fix (tootsuite pr #6120 )
7 years ago
cwm
4ce44ba470
remove unused 'saveSettings' from column_settings_container
7 years ago
cwm
0dce26b82b
web push updates (tootsuite PRs #5879 , #5941 , #6047 )
7 years ago
cwm
832a93e67c
Fix GIF avatars not autoplaying ( fixes #287 , tootsuite pr #6000 )
7 years ago
beatrix
7347bc7334
Merge pull request #286 from chriswmartin/merge-vanilla-updates-into-glitch
...
Merge various small vanilla updates into glitch
7 years ago
cwm
20ad071931
Set direction style to reply indicator (tootsuite pr #6006 )
7 years ago
cwm
14243bf80a
Reduce motion for boost animation (tootsuite pr #5871 )
7 years ago
cwm
337c2e77ee
Fix layout for RTL (tootsuite pr #6014 , #6018 )
7 years ago
cwm
46565ed746
Fix focused background color of favourited direct toot (tootsuite pr #6021 )
7 years ago
cwm
815524412b
Move dropdown transform origin (tootsuite pr #6091 )
7 years ago
cwm
083571915f
onMuteNotifications validation (tootsuite pr #6092 )
7 years ago
cwm
2bbd22e91c
Rename settingKey to settingPath (tootsuite pr #6046 & #6098 )
7 years ago
cwm
cc6a2ffd0a
use 'flavours/glitch/' prefix in new imports
7 years ago
cwm
22818d2a16
Add mute, block, conversation mute actions to detailed status dropdown menu
7 years ago
beatrix
60d415bc5e
Merge pull request #266 from chriswmartin/getting-started-improvements
...
Getting started column improvements
7 years ago
ncls7615
191b625a27
Fix account header avatar
7 years ago
David Yip
7bb99ca3cf
Add data-status-by back to DetailedStatus component. Fixes #273 .
7 years ago
cwm
d736739e8f
<kbd> instead of <code> in KeyboardShortcuts component (tootsuite pr #6049 )
7 years ago
David Yip
dbd5f8b9a5
Wrap <Avatar> in account header in a link to that account's page. Fixes #245 .
7 years ago
cwm
9042f9a813
add keyboard shortcuts to getting started ( fixes #275 )
7 years ago
ncls7615
d3b2677775
Add en and ja
7 years ago
cwm
14aae9c05c
missed a semicolon
7 years ago
cwm
be50e45a74
use makeMapStateToProps
7 years ago
cwm
e4ebbf4f07
use list-ul icon in list header and web/lists
7 years ago
ncls7615
9e8fa3caee
fix admin/action_logs page
7 years ago
kibigo!
e677dda07c
Fixes #244 to make search results scrollable
7 years ago
NCLS
e9a5bde9a0
Update ja.js
7 years ago
NCLS
61ed5b972c
Update ja.js
7 years ago
cwm
17e53b931c
code style fixes
7 years ago
cwm
9719983f2d
move list items into an array, don't unnecessarily concat misc nav item
7 years ago
cwm
b6ded7119e
travis fixes
7 years ago
cwm
9b7208f4b4
readded connect for onboarding modal
7 years ago
cwm
b358483ef2
remove unneeded imports from getting_started_misc
7 years ago
cwm
37ced4c903
add components to getting started column
7 years ago
ncls7615
b93ad3d0e8
add ja
7 years ago
beatrix
771b950feb
Merge pull request #254 from glitch-soc/new-theme-ux
...
New flavour/skin UX
7 years ago
ncls7615
9d5ecdbf41
remove picture
7 years ago
kibigo!
ed7231947c
Added styling
7 years ago
kibigo!
bdca1614d5
Screenshot support for themes
7 years ago
kibigo!
dabf66e676
Moved flavour UI into own prefs tab
7 years ago
beatrix
08b0861b96
Merge pull request #250 from chriswmartin/fav-confirm-modal
...
add favourite confirmation modal
7 years ago
ncls7615
d420e2f047
add comma
7 years ago
ncls7615
279231c5dd
" => '
7 years ago
ncls7615
a98b0a47ef
Merge branch 'master' of https://github.com/glitch-soc/mastodon into glitch-langfiles
...
# Conflicts:
# app/javascript/glitch/locales/ja.json
7 years ago
cwm
0466aa8d08
use single quotes in locale entry
7 years ago
cwm
072ab191cc
pulled master, moved locale entry to new location
7 years ago
cwm
eec5d350fd
removed unneeded actions_modal div
7 years ago
kibigo!
cd107e92cb
Move ja localization to new locaiton
7 years ago
kibigo!
6b7085a33e
Linting fixes
7 years ago
kibigo!
b28cd6769c
Javascript intl8n flavour support
7 years ago
kibigo!
d08d0f9f33
Ruby intl8n for themes
7 years ago
cwm
066458a659
removed one last app settings addition
7 years ago
cwm
7a8711ccac
removed app settings additions
7 years ago
cwm
8606e53384
moved locales to glitch, created add settings entry
7 years ago
cwm
c5a688d70e
remove trailing spaces
7 years ago
cwm
22cdbca82c
fixes, functioning now
7 years ago
cwm
a489e5d5cd
added a few more things
7 years ago
cwm
baf9ea8018
remove keyboard shortcuts from getting started because thats a different thing
7 years ago
cwm
abe95b614b
add initial components based off of tootsuite pr #1507
7 years ago
cwm
02d71c6a11
fix a missing semicolon and mixed tabs/spaces that travis was complaining about
7 years ago
cwm
4a5401a58e
merge tootsuite prs #5895 and #5889 into glitch flavour
7 years ago
cwm
28423dd046
merge tootsuite pr #5904 into glitch flavour
7 years ago
cwm
b165950ca7
add keyboard shortcut to getting started, add missing list style
7 years ago
cwm
47157e07b2
merged tootsuite pr #5811 into glitch flavour
7 years ago
cwm
f44c8fd130
merged tootsuite pr #5750 into glitch flavour
7 years ago
kibigo!
9cdd81e9dd
Glitch doesn't have a home stylesheet anymore
7 years ago
kibigo!
96126a5b01
Packaged local_settings styles in common
7 years ago
David Yip
67d625c42d
Fix hide reblogs in glitch frontend ( #5909 )
...
This applies 432761f375
to the glitch copy
of the Mastodon frontend.
7 years ago
David Yip
935c1944e2
Merge pull request #241 from glitch-soc/no-dm-option
...
Add option to remove DMs from home (#126 )
7 years ago
kibigo!
2f2467ce8e
Add option to remove DMs from home ( #126 )
7 years ago
David Yip
133f5b3b53
Apply Javascript changes in tootsuite/mastodon#5887 to glitch flavour ( #239 )
7 years ago
David Yip
d9800a5647
Merge branch 'gs-master' into glitch-theme
7 years ago
kibigo!
bc4fa6b198
Rename themes -> flavours ? ?
7 years ago