Henry Jameson
f0c4bb1193
Merge remote-tracking branch 'upstream/develop' into themes-accent
...
* upstream/develop: (33 commits)
add emoji reactions to changelog
fix emoji reaction classes broken in develop
review changes
Fix password and email update
remove unnecessary anonymous function
Apply suggestion to src/services/api/api.service.js
remove logs/commented code
remove favs count from react button
remove mock data
change emoji reactions to use new format
Added polyfills for EventTarget (needed for Safari) and CustomEvent (needed for IE)
Fix missing TWKN when logged in, but server is set to private mode.
Fix follower request fetching
Add domain mutes to changelog
Implement domain mutes v2
change changelog to reflect actual release history of frontend
Fix #750 , fix error messages and captcha resetting
Optimize Notifications Rendering
update CHANGELOG
Use last seen notif instead of first unseen notif for sinceId
...
2020-01-28 20:44:13 +02:00
Henry Jameson
b96993e4dd
improved selectedMenu again
2020-01-24 00:36:32 +02:00
Mark Felder
9d8dbd8340
Fix missing TWKN when logged in, but server is set to private mode.
2020-01-23 12:00:50 -06:00
lain
8080981fcd
Fix follower request fetching
2020-01-21 16:51:49 +01:00
Henry Jameson
8a7f3fc16a
selectedPost and selectedMenu support
2020-01-13 20:40:16 +02:00
Henry Jameson
8f63bbb64f
poll slot renamed, lightBg customization implemented
2020-01-13 00:33:04 +02:00
Mark Felder
d899d06973
Use a centralized fallback for missing values and use instance.federating instead of
...
instance.federation.enabled
2019-12-12 15:29:50 -06:00
Mark Felder
8d14036a23
Add fallback in case BE does not report federating status in nodeinfo
2019-12-12 15:17:23 -06:00
Mark Felder
0743fbb28b
The value we are looking for is federationPolicy.enabled, not federationPolicy.federating
...
Also the || true fallback does not work and always becomes true
2019-12-12 13:56:07 -06:00
Mark Felder
2514dc183f
Logic should be to hide TWKN if not federating OR if instance is not public
...
Private instances should not show any timelines
2019-12-12 13:51:50 -06:00
Mark Felder
3eeb3dc572
Lint
2019-12-12 13:37:32 -06:00
Mark Felder
821a2bcc68
Merge branch 'develop' into feature/lockdown-timelines-private-mode
2019-12-12 13:32:52 -06:00
taehoon
a412b53801
increase icon width a little bit in the nav panel
2019-12-12 10:42:27 -05:00
taehoon
7fa294f11c
add icons to nav panel
2019-12-12 10:42:27 -05:00
kPherox
0995658757
backend interactor service: implement startFetchingFollowRequest
...
backend interactor service: remove unused fetchFollowRequests
2019-11-19 14:07:15 +00:00
Ariadne Conill
1f9674350c
nav panel: disable TWKN if federation disabled, disable Public and TWKN if privateMode is enabled
2019-11-11 14:28:07 -06:00
Ariadne Conill
21f1637e43
nav panel: refactor to use vuex mapState
2019-11-11 14:14:44 -06:00
Ariadne Conill
6cede475be
nav panel: add link to about page
2019-11-08 21:53:53 -06:00
Henry Jameson
8d6750d9c2
eslint --fix --ext .js,.vue src
2019-07-05 10:17:44 +03:00
Henry Jameson
7976d118ca
Cleanup, little documentation, localization
2019-05-15 20:44:35 +03:00
Henry Jameson
543604fd2d
removed unused masto api, added initial version of interactions timeline
2019-05-14 22:48:44 +03:00
dave
cccf33d6dd
#388 : update naming properly
2019-02-28 12:53:37 -05:00
dave
7c6446a9de
#388 : get follow request on a real-time basis
2019-02-27 14:38:10 -05:00
eugenijm
d831b81912
Added follow requests counter to nav bar to make it visible behorehand
2019-02-15 12:49:00 +03:00
shpuld
1f3cf6d1fc
add missing shadow to nav panel
2019-01-29 16:32:34 +02:00
shpuld
85c058e95c
New routes, notifications, other impovements in side drwaer
2018-12-28 21:39:54 +02:00
Maxim Filippov
6532462b95
Move old routes to /p, use /nickname for user profiles
2018-12-06 22:09:54 +03:00
eal
668087a29e
Switch to timeline on nav panel actions
2018-11-25 19:00:24 +02:00
Roger Braun
c7d469249e
Always show dm panel.
2018-11-13 22:30:00 +01:00
Roger Braun
b37a0f4f23
Add direct message tab.
2018-11-13 20:34:56 +01:00
William Pitcock
f3a27764aa
add follow requests UI
2018-06-07 00:58:44 +00:00
Henry Jameson
e23986e239
unnecessary styles removed (fixes transparent color userstyle)
2018-05-12 15:19:53 +03:00
shpuld
a1f6ef1dca
Loads of fixes: notifs, autoload setting, overflow, faint text, reply form, status fadein.
2018-04-11 19:34:40 +03:00
Henry Jameson
4bbc3ada5d
fix some incorrect radii
2018-04-08 14:45:12 +03:00
Henry Jameson
529643d35a
indents
2018-04-07 19:30:27 +03:00
Henry Jameson
acdb5e5c7a
cleanup. added fallback mechanism for IE11 and unsupported browsers.
2018-04-07 16:36:35 +03:00
Henry Jameson
aa0564406a
getting rid of baseXX, some small fixes. Seems to be usable.
2018-04-07 16:34:11 +03:00
Roger Braun
92289e545a
Move chat to sidebar.
2018-01-26 15:11:34 +01:00
Roger Braun
6c4e3a509a
Don't display if we don't have a chat.
2017-12-05 14:20:34 +01:00
Roger Braun
fbee80474b
Basic frontend changes for chat.
2017-12-04 19:08:33 +01:00
Roger Braun
7516cd859f
Prepare for i18n.
2017-11-07 15:14:37 +01:00
shpuld
6f450fe7b0
base01 -> base00, base02 -> base01
2017-03-10 00:45:16 +02:00
shpuld
d99b9bdac1
Merged with changes in develop & fixed conflicts.
2017-03-09 12:45:12 +02:00
xj9
aff432a572
themeable hover states for nav-panel
2017-03-08 22:36:03 -07:00
shpuld
6c8fc99d5a
Make style setter create an often used base03-border class, use that class in notifications, navpanel and statuses.
2017-03-09 01:09:23 +02:00
hakui
b29a094e38
set top and bottom padding on the bars to be equal because it was too top-heavy
2017-02-20 09:28:50 -06:00
hakui
734597b43f
hello world
2017-02-18 01:48:35 -06:00
Roger Braun
fc7e13e7bb
Add styling with base16.
...
Solarized-dark for now.
2017-01-15 15:44:56 +01:00
Roger Braun
6c2941dba0
Basic mention support.
...
I still have to think about how to integrate them in the state system...
2016-11-26 21:09:41 +01:00
Roger Braun
8cd1c690ca
Hide timeline if user isn't logged in.
2016-11-26 19:29:01 +01:00