Darius Kazemi
1befe817c2
Fixing stray merge cruft
7 years ago
Emma Winston
3da7ff7230
fix colour of bottom border of favourite notifications
7 years ago
Emma Winston
18f6b7e994
Fix public account page header colours
7 years ago
Emma Winston
63a7118ef1
Bugfix for notification border colours
...
- Fix bug which showed certain notifications with the wrong bottom border colour
7 years ago
Emma Winston
7ee0582c34
Additional theme tweaks for macaron
...
Additional refinements and bugfixes:
- fixed bug where notifications of DMs showed as the wrong colour
- fixed colours of poll notifications
- fixed colours of borders in profile
- made loading indicator more pastel green
7 years ago
Emma Winston
09ec02601b
Small changes to macaron theme
...
- Change hover colour for shared links to purple
- Change background colour of textbox in list editing popup to blue
- Fix bug which made a border green instead of grey when being notified of a new follower
7 years ago
Emma Winston
926d05eb59
Add Fairy Floss theme for hometown
7 years ago
Emma Winston
29bdcf3bee
Add macaron theme
...
Add macaron, a pastel light theme for hometown
7 years ago
ThibG
011909262a
Add message telling FTS is disabled when no toot can be found because of this ( #11112 )
...
* Add message telling FTS is disabled when no toot can be found because of this
Fixes #11082
* Remove info icon and reword message
7 years ago
Darius Kazemi
bfc0fbab2c
Adding exclusive lists feature
...
Major new feature, currently testing in a branch right now. Fixes #1
7 years ago
Darius Kazemi
f82b572102
Underlining hyperlinks by default
7 years ago
Darius Kazemi
0436aa9984
Adding full Article support
...
This creates a new column in the `statuses` table which keeps track of
activity_pub_type, so in the case of a Note it will be blank (the
default) and it will be a string "Article" if the received remote object
is an AP Article. There is now a bunch of special case code in the
formatters and sanitizers to handle Articles differently, as well as on
the clientside.
7 years ago
Thibaut Girka
615bfe8c16
Improve styling of rich text
...
- Increase font weight of headers and bold text
- Increase blockquote's contrast
- Avoid some extra margins
7 years ago
Thibaut Girka
10924fc580
Accept richer text from remote statuses
...
Support abbr, del, pre, blockquote, code, strong, b, em, i, ul, ol, li and
h1 to h5 tags in remote statuses.
7 years ago
Eugen Rochko
49ebda4d49
Change audio format from ogg to mp3 for wider compatibility ( #11141 )
...
* Change audio format from ogg to mp3 for wider compatibility
* Add media description as title to links of unknown media attachments
7 years ago
ThibG
b4d67fe57a
Fix ordering of keyboard access between CW field, textarea and emoji picker ( #11066 )
7 years ago
ThibG
faafc3ae25
Fix border-bottom of active tab bars ( #11068 )
7 years ago
Eugen Rochko
92b572e2a3
Fix list not being automatically unpinned when it returns 404 in web UI ( #11045 )
7 years ago
Eugen Rochko
9add88a920
Fix position of search icon ( #11003 )
7 years ago
Eugen Rochko
241a8e7b5f
Fix more issues in the light theme ( #10996 )
...
* Fix tabs bar in light theme
* Fix borders on small screens in light theme
7 years ago
Eugen Rochko
20dda5cca0
Change full logo to use primary text color of the given theme ( #10994 )
...
* Change full logo to use primary text color of the given theme
* Fix colors of public layout header in light theme
7 years ago
Eugen Rochko
f4bc77f290
Improve light theme ( #10992 )
7 years ago
Eugen Rochko
25f93f4097
Fix RTL layout not being RTL within the columns area ( #10990 )
7 years ago
ThibG
cdb420862e
Fix display of alt-text when a media attachment is not available ( #10981 )
7 years ago
Eugen Rochko
1db4117030
Change preferences page into appearance, notifications, and other ( #10977 )
7 years ago
Yamagishi Kazutoshi
c672676c03
Fix sass-lint config ( #10982 )
7 years ago
Takeshi Umeda
c402c291f4
Fix emoji picker being always displayed ( #10979 )
...
* Fix emoji picker being always displayed
* Remove duplicate content with other pull-requests
7 years ago
Eugen Rochko
ed19f33440
Fix margins on profile metadata in single column mode ( #10961 )
7 years ago
Jeong Arm
e13e4b28db
Fix profile picture preview ( #10931 )
7 years ago
Takeshi Umeda
d93b82af87
Improvement variable height in single column layout ( #10917 )
...
* Improvement variable height of compose and navigation panel in single column layout
* Fix wrong quotes and missing commas
7 years ago
Hanage999
7c1ca0c37b
Center 2-columns layout without side effect ( #10915 )
7 years ago
Takeshi Umeda
7f203f7c49
Fix safari post field display issue in single column layout ( #10883 )
7 years ago
Eugen Rochko
8d5dcc9301
Use `<use />` to render transparent SVG logo instead of inserting it ( #10845 )
7 years ago
Mélanie Chauvel (ariasuni)
4168aeb234
Avoid cutting bottom of letters of last paragraph of statuses ( #10821 )
7 years ago
Eugen Rochko
1e5532e693
Add responsive panels to the single-column layout ( #10820 )
...
* Add responsive panels to the single-column layout
* Fixes
* Fix not being able to save the preference
* Fix code style issues
* Set max-height on the compose textarea and add a link to relationship manager
7 years ago
Eugen Rochko
84dc21d55d
Various improvements to single column layout ( #10809 )
...
- Add potential side panels to single column layout
- Hide FAB on large screens
7 years ago
Eugen Rochko
9ddeb30f90
Add `forceSingleColumn` prop to `<UI />` ( #10807 )
...
* Move TabsBar rendering logic from CSS to the ColumnsArea component
* Add forceSingleColumn mode
* Add unread notifications counter to tabs bar
* Add toggle to control `forceSingleColumn`
* Increase paddings in mobile layout responsively at large sizes
7 years ago
nzws
8a378d4c3d
Fix stacking order of emoji picker ( #10801 )
7 years ago
Neil Moore
9e95af3391
Adds click-able div that expands status ( #10733 ) ( #10766 )
...
The clickable div is positioned under the account avatar and covers
all empty space below it to the end of the status.
7 years ago
nzws
91e25a20ce
Fix some colors in light theme ( #10754 )
...
* Fix typo in light theme
* Fix background color of empty column
7 years ago
ThibG
47e0928c5b
Change icon and label depending on whether media is marked as sensitive ( #10748 )
...
* Change icon and label depending on whether media is marked as sensitive
* WiP use a checkbox
7 years ago
Maciek Baron
c407a4edf8
Improve poll link accessibility ( #10720 )
...
* Add distinction between hover and active/focus states
* Resolves #10198
7 years ago
Jeong Arm
7a6464bea0
Bring back crossed eye icon on gallery ( #10715 )
7 years ago
nzws
9679ec4fcb
Fix some colors of high contrast theme ( #10711 )
...
* Fix "nothing here" text color of high contrast
* Fix counter border color of high contrast
7 years ago
Neil Moore
4ab094d35e
Adds click-able div that expands status ( #10733 ) ( #10766 )
...
The clickable div is positioned under the account avatar and covers
all empty space below it to the end of the status.
7 years ago
nzws
3e15a845c1
Fix some colors in light theme ( #10754 )
...
* Fix typo in light theme
* Fix background color of empty column
7 years ago
ThibG
6dc9baad2a
Change icon and label depending on whether media is marked as sensitive ( #10748 )
...
* Change icon and label depending on whether media is marked as sensitive
* WiP use a checkbox
7 years ago
ThibG
f2be71c293
Add emoji suggestions to CW and poll option fields ( #10555 )
...
* Refactor selectComposeSuggestion so that different paths can be updated
* Add suggestions in CW field
* Add emoji suggestion to poll options
* Attempt to fix CSS
* Hide suggestions by default
They will be enabled if the input has focus
7 years ago
Maciek Baron
0402c52f28
Improve poll link accessibility ( #10720 )
...
* Add distinction between hover and active/focus states
* Resolves #10198
7 years ago
Jeong Arm
09eea46631
Bring back crossed eye icon on gallery ( #10715 )
7 years ago