Henry Jameson
|
46d8b55d44
|
Merge remote-tracking branch 'upstream/develop' into polish
* upstream/develop:
i18n: make "plain text" translatable
add the ability to select a post's content type
|
2018-08-31 04:20:40 +03:00 |
|
Henry Jameson
|
e99534ef71
|
added option for logo in navbar to follow color scheme of the rest of the site
also fixed potential mess-up between api/static configs
|
2018-08-31 04:06:00 +03:00 |
|
William Pitcock
|
38e3c2493d
|
add the ability to select a post's content type
|
2018-08-31 00:42:42 +00:00 |
|
Henry Jameson
|
fa4c4c9122
|
fixed #87
|
2018-08-30 18:23:43 +03:00 |
|
Henry Jameson
|
da362b2b88
|
minor style tweaks
|
2018-08-28 16:20:04 +03:00 |
|
Henry Jameson
|
330288b4cd
|
panel styling cleanup
|
2018-08-28 16:14:32 +03:00 |
|
William Pitcock
|
95e6bccec5
|
Revert "Unify button styles and use min-width"
This reverts commit 8f79193883 .
|
2018-08-20 18:06:29 +00:00 |
|
kaniini
|
9982376f9a
|
Merge branch 'feature/theme-export-import' into 'develop'
Theme import & export
Closes #119
See merge request pleroma/pleroma-fe!290
|
2018-08-20 00:03:35 +00:00 |
|
kaniini
|
702dfcec10
|
Merge branch 'develop' into 'fixes-and-tweaks'
# Conflicts:
# src/i18n/messages.js
|
2018-08-19 23:59:15 +00:00 |
|
William Pitcock
|
61d40f40ae
|
allow default visibility scope to be configured
|
2018-08-18 17:06:06 +00:00 |
|
Henry Jameson
|
87eee191b8
|
Made pausing TL updating configurable. Added styles for disabled checkboxes.
Shuffled settings a bit b/c all the settings are in "Attachments" section
depsite the fact not all of them are attachments-related.
|
2018-08-13 17:07:45 +03:00 |
|
Henry Jameson
|
3373d28701
|
Fixes selects having unreadable text on some browsers/OSes. Added bonus: theme
switcher select now has styled options that show preview of what theme's bg/fg
colors are
|
2018-08-05 09:18:04 +03:00 |
|
Ole Bertram
|
8f79193883
|
Unify button styles and use min-width
This seemed to be the same across multiple components anyway.
Switched to min-width to allow for buttons with longer text, e.g.
from other languages.
|
2018-07-04 13:49:31 +02:00 |
|
Henry Jameson
|
e93ce99198
|
small fix + white color for user-card + opaque outline for text
|
2018-05-12 15:19:53 +03:00 |
|
Henry Jameson
|
a6fa913f45
|
Input fields separate radii
|
2018-05-12 15:19:53 +03:00 |
|
Henry Jameson
|
2b64432f9a
|
semi-transparent inputbox style
|
2018-05-12 15:19:53 +03:00 |
|
shpuld
|
96692454a0
|
change external link icon, move chat from side panel to floating, hide own bio, prevent body/app from scrolling horizontally.
|
2018-04-14 10:19:09 +03:00 |
|
shpuld
|
8db70ffa85
|
Fix missing border radii and read button text color
|
2018-04-12 19:51:33 +03:00 |
|
shpuld
|
ee883d0f88
|
Remove some commented lines and logs
|
2018-04-11 19:40:59 +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 |
|
shpuld
|
896fea7dbd
|
Fixes from review
|
2018-04-10 22:12:59 +03:00 |
|
shpuld
|
6a5116c349
|
Fixes to notification style issues mostly
|
2018-04-10 19:25:24 +03:00 |
|
Henry Jameson
|
59a05081c5
|
some styles fixes
|
2018-04-08 03:43:07 +03:00 |
|
Henry Jameson
|
cc02672e14
|
made alerts use red with transparent theme red. some UI improvs
|
2018-04-08 03:22:03 +03:00 |
|
Henry Jameson
|
65f82cf294
|
<select> styling (abeit somewhat not pretty code-wise), default colors for
default schemes.
|
2018-04-07 21:58:29 +03:00 |
|
Henry Jameson
|
3df7c1977f
|
fixes
|
2018-04-07 16:40:08 +03:00 |
|
Henry Jameson
|
33b1d85921
|
border-radii moved to variables, made rgbo colors use theme data, customizable
from settings screen.
|
2018-04-07 16:40:08 +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 |
|
shpuld
|
326859464c
|
Add the forgotten flex prop to make everything nice and tight again
|
2017-11-25 00:09:28 +02:00 |
|
shpuld
|
1ade284293
|
Fix content sizing to not allow empty scrolling, make panel-switcher not grow on mobile
|
2017-11-23 15:55:53 +02:00 |
|
shpuld
|
90c8d80279
|
give nav-bar a shadow
|
2017-11-20 13:04:55 +02:00 |
|
shpuld
|
95cbd19254
|
Unhide completions, strengthen shadows a bit, force the 0.1 shade to always span the full height, make usercard use correct borders.
|
2017-11-20 13:03:02 +02:00 |
|
lambda
|
7403c6c3dc
|
Merge branch 'fix/replace-sidepanel-scroll-js-with-css' into 'develop'
Get rid of the js to scale sidepanel, add an additional div and a css class to fix the same issue.
See merge request pleroma/pleroma-fe!156
|
2017-11-13 10:57:33 +00:00 |
|
shpuld
|
4cc73cfe21
|
Get rid of the js to scale sidepanel, add an additional div and a css class to fix the same issue.
|
2017-11-13 12:00:08 +02:00 |
|
lambda
|
c3b401167d
|
Merge branch 'fix/css-fixes-attachments-timeline-bottom' into 'develop'
CSS fixes
Closes #39
See merge request pleroma/pleroma-fe!154
|
2017-11-13 09:34:16 +00:00 |
|
lambda
|
d7e4279c59
|
Merge branch 'fix/sidepanel-gap-consistency-fix' into 'develop'
Fix sidepanel gap
See merge request pleroma/pleroma-fe!148
|
2017-11-13 09:11:50 +00:00 |
|
shpuld
|
bac092d953
|
Make oembeds behave properly, hide empty html attachments, hide overflowing timeline background.
|
2017-11-13 11:08:34 +02:00 |
|
Henry Jameson
|
6a44d1c9ac
|
small shadows + show placeholder for empty panel body
|
2017-11-13 01:08:06 +03:00 |
|
shpuld
|
07dc195234
|
Add a hack to a hack to make it look much less hacky.
|
2017-11-12 20:24:20 +02:00 |
|
shpuld
|
bfa04bfb11
|
Hide overflowing elements when userfinder is active. Don't scroll on button presses. Make buttons slightly bigger and more spaced out.
|
2017-11-08 11:26:42 +02:00 |
|
Shpuld Shpuldson
|
f897c656fc
|
Also disable select on buttons
|
2017-11-02 16:27:34 +02:00 |
|
Shpuld Shpuldson
|
226f435a17
|
Add user-select: none to i elements.
|
2017-11-02 11:27:52 +02:00 |
|
Shpuld Shpuldson
|
acf3fd5d91
|
Add new user-settings component/route, add options to change name, bio, avatar, banner and bg. Add those options to api service and backend interactor service.
|
2017-08-02 22:09:40 +03:00 |
|
Shpuld Shpuldson
|
c1f1599f2f
|
Another minor consistency fix.
|
2017-06-21 17:32:41 +03:00 |
|
Shpuld Shpuldson
|
97bb03a00c
|
Fix consistency in font families between chromium and ff
|
2017-06-21 17:19:56 +03:00 |
|
Shpuld Shpuldson
|
bf84a87821
|
Make buttons stand out with some shading.
|
2017-06-21 17:15:45 +03:00 |
|
Shpuld Shpuldson
|
bac1d3bd57
|
Move user-finder into navbar and hide it behind a toggle button, update fontello icons with user-plus and menu.
|
2017-06-03 23:42:54 +03:00 |
|
Shpuld Shpuldson
|
ea8a700796
|
Move a bunch of status-related styles from App to status component, alter status header layout for better user experience hopefully, make status actions placing more consistent, adjust margins.
|
2017-06-01 01:02:04 +03:00 |
|
Shpuld Shpuldson
|
2efddaf874
|
Tweak values to minimize distracting artifacting when scrollbars are smaller or don't exist.
|
2017-04-13 23:36:16 +03:00 |
|