Commit Graph

2090 Commits

Author SHA1 Message Date
Baptiste Lemoine 871aceb89a better placement for popups 2020-06-02 17:28:23 +02:00
tykayn 519c9f417e merge messaging 2020-02-01 12:17:06 +01:00
tykayn cc4e34e508 hop 2020-02-01 12:16:22 +01:00
Baptiste Lemoine d923019b3e fix bulma 2020-01-31 11:48:37 +01:00
Baptiste Lemoine 6a616a0c33 save stuff 2020-01-16 17:10:18 +01:00
Baptiste Lemoine 9bef612c35 split of css
Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com>
2020-01-08 10:12:38 +01:00
Baptiste Lemoine 8dde1abdd4 🎨 style on conversations stacks
Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com>
2020-01-07 16:44:50 +01:00
Baptiste Lemoine cda3febaac 🐛 remove logs
Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com>
2020-01-07 15:08:35 +01:00
Baptiste Lemoine fa91d39338 🎨 make avatars a bit bigger
Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com>
2020-01-07 13:06:39 +01:00
Baptiste Lemoine 9e79e11091 🎨 style for footer links, responsive breakpoints
Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com>
2020-01-07 12:36:59 +01:00
Baptiste Lemoine fe7ce9f2e0 cut components for messaging
Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com>
2020-01-07 12:21:34 +01:00
Baptiste Lemoine ef47cee872 compose components for messaging, show mock contacts
Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com>
2020-01-07 11:11:48 +01:00
Baptiste Lemoine e8d5b39d02 📖 add bulma css framework
Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com>
2020-01-07 11:11:16 +01:00
Baptiste Lemoine d1ca0f69a8 list fake contacts 2020-01-06 20:50:36 +01:00
Baptiste Lemoine d7a17f9834 fix some columns show on smaller screens 2020-01-04 16:27:50 +01:00
Baptiste Lemoine 248e22cf6c style and place footer links 2019-12-28 11:19:51 +01:00
Baptiste Lemoine 3008f5e026 links and tags 2019-12-23 17:09:56 +01:00
Baptiste Lemoine 5175059c24 🎨 styling timelines
Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com>
2019-12-23 17:00:57 +01:00
Baptiste Lemoine 0e3069c8d7 👽 convert direct messages to private messages
Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com>
2019-12-23 16:28:07 +01:00
Baptiste Lemoine 948e2e5e9b automatically enable snow on the 3 last weeks of the year, add links to external utilities 2019-12-23 15:04:13 +01:00
Baptiste Lemoine a43f67dd03 🎨 big answering buttons for conversations in direct messages 2019-12-23 12:41:49 +01:00
Baptiste Lemoine ff53301fdb 🎨 full width for send toot button 2019-12-23 12:24:29 +01:00
Baptiste Lemoine 879a6ef656 factorize maxTootCharsLimit to only have one setting in the compose form 2019-12-23 12:10:55 +01:00
Baptiste Lemoine 26002f4b67 airmail style for notifications about direct messages 2019-12-23 11:44:49 +01:00
Baptiste Lemoine 03fd10d068 Merge branch 'master' of https://github.com/tootsuite/mastodon into messaging
 add snow effect conditionnally

# Conflicts:
#	package.json
#	yarn.lock
2019-12-23 11:01:09 +01:00
Baptiste Lemoine 8661eb28a4 split conversation example 2019-12-22 18:48:13 +01:00
Baptiste Lemoine 0b5c3dba2a debug info in threads 2019-12-22 18:30:22 +01:00
Baptiste Lemoine a572fd707a 🎨 staff only link to manage trending tags and administrate user 2019-12-21 17:20:44 +01:00
Baptiste Lemoine 9c968a0b23 refacto messaging into several components 2019-12-21 17:03:26 +01:00
Baptiste Lemoine 15a9f2633f stuff for messaging box 2019-12-21 15:16:13 +01:00
ThibG dc0750abc3 Fix manual scrolling issue on Firefox/Windows (#12648)
Fixes #12607

`will-change: transform` apparently makes manual scrolling impossible on
Firefox/Windows. While this should probably be considered a Firefox bug,
`will-change: transform` seem like a very aggressive performance hint that
may possibly make the browser consume more resources than needed, especially
in multiple-column mode.

This was originally added to improve scrolling performances on mobile, but
I think this isn't necessary anymore, because of the two following reasons:
- `contain: paint` (which is implied by `contain: strict`, which we apply
  whenever the browser supports grids) should have similar effects
- in single-column mode, the scrolling container is the root element, which
  I believe is optimized in at least Chromium

Keep in mind that I have not been able to make in-depth benchmarks, and
especially not been able to try on mobile, so performances should probably
be investigated further…
2019-12-19 12:47:19 +01:00
Marcin Mikołajczak a90258dbe9 fix multiple space (#12655) 2019-12-19 07:39:08 +09:00
Baptiste Lemoine efe3acd0c5 todo on messaging 2019-12-18 16:16:08 +01:00
Baptiste Lemoine 4e336c8e6b fix account admin info, and links in the footer on the left 2019-12-18 12:52:46 +01:00
Baptiste Lemoine 626fa25f4b 👽 fr bookmark 2019-12-18 12:52:08 +01:00
Baptiste Lemoine c0c704652c creation time for message 2019-12-18 12:37:42 +01:00
Alice Gaudon 668f698077 Admin setting to disable default follows (#12566) 2019-12-16 23:55:50 +01:00
Sasha Sorokin 34aa5c7cb2 Improve report page structure (#12615)
* Move resolved button to the heading

This is one of the commits on improving overall reports page structure.
It changes where resolved button is located, moving it to the heading,
right next to the "Report #n" header, so-called "hot-place" to look at.

To accomplish this we have to declare one more content variable, change
admin dashboard template to respect it and CSS files for minor styling,
so buttons are inlined and centrally aligned according to the heading.

* Move actions buttons below the report table

I believe that actions to react on report should not be located at the
top of the page, instead they should be either after the table or
reporter's comment. This is just a logical sign that you should not
react to the report without reading all the details first.
2019-12-16 23:55:16 +01:00
Acid Chicken (硫酸鶏) 09a72add0e Fix tooltip messages of multiple poll switcher are reversed (#12616) 2019-12-16 23:55:02 +01:00
Baptiste Lemoine 7e30a3a575 demo structure for message stream 2019-12-15 22:48:15 +01:00
Baptiste Lemoine 2461daf88e 👽 bookmark in fr 2019-12-15 22:46:50 +01:00
Baptiste Lemoine acdac0c88a add link to moderation hashtags 2019-12-15 22:42:42 +01:00
Baptiste Lemoine 6fb8899c56 🎨 bigger approval buttons 2019-12-15 21:43:01 +01:00
Baptiste Lemoine f38213fc9d pseudo code for messaging box 2019-12-13 17:19:37 +01:00
Baptiste Lemoine f76462ade2 Merge remote-tracking branch 'tk/master' into messaging 2019-12-13 16:33:46 +01:00
Eugen Rochko 77e7b33dea
Revert "Fix an eslint warning (#12426)" (#12596)
This reverts commit 054ef83fc5.
2019-12-10 19:39:02 +01:00
Baptiste Lemoine ab8e381e3c Merge remote-tracking branch 'gh/master' 2019-12-10 12:05:30 +01:00
Hinaloe eb551c480d Highlight border when focusing poll-form footer (#12544) 2019-12-05 00:51:07 +01:00
Jeong Arm 76adde4fe2 Fix media open hotkey (#12546) 2019-12-05 00:50:51 +01:00
Takeshi Umeda f43f1e0184 Add basic support for group actors (#12071)
* Show badge on group actor in WebUI

* Do not notify in case of  by following group actor

* If you mention group actor, also mention group actor followers

* Relax characters that can be used in username (same as Application)

* Revert "Relax characters that can be used in username (same as Application)"

This reverts commit 7e10a137b878d0db1b5252c52106faef5e09ca4b.

* Delete display_name method
2019-12-04 20:36:33 +01:00