Akash Nimare
f60e6d7c20
desktop: Update app to v2.3.82.
2018-10-12 10:32:58 -07:00
Tim Abbott
792b08c3b8
auth: Remove unused CSS/HTML for social auth buttons.
...
The margin-left CSS was incorrect and overridden anyway, and after
removing that, login-github-button no longer appeared in the project.
2018-10-11 17:18:04 -07:00
Tim Abbott
fd4c23e12d
login: Clean up CSS/HTML for google/github login buttons.
...
This removes some unnecessary code duplication in the CSS classes for
Google and GitHub authentication social auth buttons.
This will, in turn, help us avoid extra work every time we add a new
authentication backend.
2018-10-11 16:52:41 -07:00
Akash Nimare
f9179e9903
login: Vertically align the buttons.
...
This sets the padding top to 13px so that it matches with
the bottom padding.
2018-10-10 11:57:44 -07:00
Akash Nimare
f00cd549cd
login-page: Make the buttons and labels cleaner.
...
Changes -
a) Updated the border-radius to 4px for all the buttons.
b) Increased the margins between the labels and inputs.
These changes affect the login and register page's styling.
2018-10-10 11:57:44 -07:00
Akash Nimare
3e72db8c62
devlogin: Update the border-radius of all the buttons.
...
This commit updates the border-radius of the buttons presents
on the /devlogin page.
2018-10-10 11:57:44 -07:00
Akash Nimare
da7adb038f
thumbnail: Show play button on hovering youtube thumbnail.
...
This PR adds a play icon on hovering the youtube thumbnails.
Also, shows the pointer cursor on vimeo videos instead of
zoom-in.
2018-10-09 16:12:36 -07:00
Rishi Gupta
4265b8e62f
user docs: Soften the h1 underline in the sidebar.
2018-10-09 15:23:07 -07:00
Pragati Agrawal
749e034863
org settings: Rename "Filter settings" to "Linkifiers".
...
Fixes : #10551
2018-10-09 08:50:45 -07:00
Lenny Jagielski
4fa4ca53c2
webhooks: Add Netlify integration.
...
Fixes : #10169 .
2018-10-05 17:04:40 -07:00
Pragati Agrawal
8a9959b4be
org settings: Remove bolt-icon from active users' list.
...
Since now we have a "role" column under org settings->active-users, so
this bolt admin icon is redundant,thus removing it.
2018-10-05 15:50:27 -07:00
Pragati Agrawal
8ae008abe4
org settings: Add column for "role" under active-users.
...
Fixes : #10413
2018-10-05 15:50:27 -07:00
Vishnu Ks
255c21e81e
portico: Increase the clickable area of logout button.
...
The current logout button in portico pages is very hard
to click as the clickable area is very small.
2018-10-05 15:35:43 -07:00
Cynthia Lin
a11c56f02a
people: Format times without leading zeroes.
2018-10-04 17:02:09 -07:00
Cynthia Lin
6d0aa68591
custom profile fields: Add and restyle default user profile fields.
...
Refactor selectors to utilize SCSS features.
Fixes some issues in #10545 .
2018-10-04 17:02:09 -07:00
Cynthia Lin
1a198b6a79
left sidebar: Eliminate duplicate border for stream sidebar icon.
...
Resolves one of the issues listed in #10423 .
2018-10-02 12:08:42 -07:00
Akash Nimare
138cef0906
hotspots: Change styling of intro to reply hotspot.
...
Updated the styling so that it looks like other hotspots.
2018-10-02 11:38:26 -07:00
Cynthia Lin
b27201056c
attachments ui: Initialize table sorted by Date uploaded column.
...
Previously we only added the active class to the Date uploaded
column, thinking it was already sorted by upload date by default.
However, it wasn't, so now we explicitly make a call to sort it by upload
date to fix an issue with broken sorting.
Fixes #10518 .
2018-10-02 11:32:45 -07:00
Cynthia Lin
95fc86442e
tools: Improve styling of /devtools page.
...
We readapt styling from documentation pages and add the `.flex`
class to the element to resolve the header issue.
Replaces and closes #10461 .
2018-10-02 11:30:29 -07:00
Rishi Gupta
0c7be02b99
user docs: Update stream guidelines link in stream subscriptions modal.
2018-10-01 12:45:59 -07:00
Rishi Gupta
8c0bfb925d
integration docs: Change location of bot_types.png.
...
Fixes broken test in 53a2f71
.
2018-10-01 12:42:29 -07:00
Rishi Gupta
53a2f71c3f
integration docs: Add back bot_types.png.
...
This was removed accidentally in 8c6424a
.
2018-10-01 10:30:13 -07:00
Rishi Gupta
6880af6c2e
user docs: Update search-for-messages.
2018-09-29 12:37:45 -07:00
Steve Howell
c91b804683
bug fix: Handle "Subscribe" button in empty views.
...
I don't know how long this has been broken, but it seems
some re-design of our message feed moved the Subscribe
button out #zfilt, so we use a different parent selector
now to turn on the click handler.
Hopefully this was a pretty obscure bug. To reproduce
it go to "Manage Streams" and then select a stream you're
not subscribed to (from "All Streams"), and don't actually
subscribe, but then hit "View stream".
The user experience here is still a bit confusing, but
this is just a quick fix.
2018-09-28 14:08:37 -07:00
Rishi Gupta
6324af849d
user docs: Update about-streams-and-topics.
2018-09-28 12:09:33 -07:00
Akash Nimare
f426d2cb22
desktop: Update desktop app link to v2.3.8.
2018-09-28 00:20:45 -07:00
Akash Nimare
a9c32b535f
settings: Properly align preview profile button.
2018-09-27 13:17:03 -07:00
Akash Nimare
9a63685338
team: Decrease the margin in profile description.
...
Also removed unnecessary margins.
2018-09-27 13:09:05 -07:00
Akash Nimare
0e7e19355a
team: Minor design fixes.
...
Decrease the font-size of profile description.
Add a maring to "Last updated" text and fix the
font-size for the same.
2018-09-27 13:09:05 -07:00
Rishi Gupta
5774300364
right sidebar: Change media cut-off for where we hide the buddy list.
...
This was last changed in 88951d6
from 975 to 1025, but I think that wasn't
quite aggressive enough.
2018-09-27 07:29:32 -04:00
Rishi Gupta
7f16d27015
api docs: Update api-keys.
2018-09-25 21:02:58 -07:00
Shubham Dhama
8c6424a4bd
user docs: Split and update add-a-bot-or-integration.md.
2018-09-25 20:48:12 -07:00
Shubham Dhama
4126089679
settings: Fix real-time update of `full_name` property in page_params.
...
Previously, if someone updated his/her name from accounts page and closed
the modal and then reopen the modal, the page still had the old name as
we use `page_params.full_name` in `accounts-settings.handlebars`. This
commit fixes this bug.
Fixes : #10529 .
2018-09-25 13:34:22 -07:00
Vishnu Ks
5a6b2ebb1f
billing: Add ability for users to change their card.
2018-09-24 19:25:26 -07:00
Harshit Bansal
400bb6ca48
emoji: Fix caching for text emojiset.
...
This commit removes an early exit that was causing spritesheets to
not get cached for fallback emojiset in case of text emojiset.
2018-09-21 18:34:12 -07:00
Harshit Bansal
20aee7b116
emoji: Change fallback emojiset for text emojiset.
...
Now that we have added back support for `google-blob` emojiset,
changing the fallback emojiset for `text` emojiset to `google-blob`
make sense.
2018-09-21 18:34:12 -07:00
Adam Birds
18a4239d7e
integration: Add AppVeyor webhook.
2018-09-21 17:51:34 -07:00
Pragati Agrawal
6adabd20f5
settings: Remove dependency of message_content_in_email_notifications.
...
Since now we have email notifications for streams messages too, so
there is no direct dependency of
`message_content_in_email_notifications`checkbox on
`enable_offline_email_notifications` setting and neither we can say it's
dependent on `enable_stream_email_notifications` as well because we may
have email notifications set for individual streams. So removing this
checkbox dependency is the best solution here.
2018-09-21 12:46:02 -07:00
Akash Nimare
17c541fedf
help: Add a bottom border in section headings.
...
This commit adds a bottom border to all the section
headings.
2018-09-21 12:32:24 -07:00
Akash Nimare
4e176b97b2
help: Align down arrow to the right.
...
This commit changes the position of the down arrow
from left to right since it more intuitive to have
the arrow in the right side.
2018-09-21 12:32:24 -07:00
Akash Nimare
b539dedfcd
stream-settings: Remove unnecessary delete text from button.
...
We are already showing the Delete icon so it's unnecessary to have
the "Delete" text. This PR removes the same.
2018-09-21 12:17:17 -07:00
Adam Birds
bd6a5ed7af
integrations: Add Ansible Tower Webhook.
2018-09-21 11:05:36 -07:00
Akash Nimare
dbb2d28ad6
hotkey: Update deprecation notice for '*' hotkey.
...
This PR updates the shortcut of the deprecation notice
for '*' hotkey. On macOS, it should be 'Cmd + s' instead
of 'Ctrl'.
2018-09-21 10:59:55 -07:00
Rishi Gupta
7acd640f6a
user docs: Update format-your-messages-using-markdown.
...
I used line-height: 22px and font-size: 16px in .message-content to take the
screenshots. Requires some additional fiddling for the LaTeX picture, inline
code block, and maybe a few others.
2018-09-19 17:09:28 -07:00
Rishi Gupta
74628ccfa6
user docs: Update at-mention-a-team-member.
2018-09-18 14:47:37 -07:00
Eeshan Garg
2443919a7e
user docs: Use tabbed instructions on desktop-app-install-guide.
...
Note that the correct tab is automatically activated depending on
the user's OS.
2018-09-18 13:49:34 -07:00
Eeshan Garg
ecd4f821be
user docs: Automatically activate correct tab for OS-specific instructions.
2018-09-18 13:49:34 -07:00
Akash Nimare
2385b3d1d3
notification: Add a space in narrow to message content.
...
We have a space for this kind of texts in other places but somehow we
missed this case. This PR fixes the same.
2018-09-17 13:58:29 -04:00
Rishi Gupta
f56a76b53d
user docs: Update manage-your-uploaded-files.
...
Eventually this should probably just be a document on deleting files.
2018-09-16 18:03:10 -07:00
Rishi Gupta
6557764373
user docs: Update preview-your-message-before-sending.
2018-09-16 18:03:09 -07:00