Branch: master
-
Merge pull request #1298 from BorisPAING/patch-1
Update fr.json
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1297 from ssbc/release-doc
Put short description of the release process into the docs folder
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Put a very short description of the release process into the docs fol…
…der. This is taken from Christian's brain dump in #1023.
-
-
black-puppydog committed
Jun 3, 2020 -
-
Merge pull request #1294 from ssbc/dracula-theme
Dracula theme
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
dracula: first... stab. `*giggle*`
this is not *really* the dracula palette, but predominantly.
-
black-puppydog committed
Jun 2, 2020
-
remove unused dependency from package-lock.json
This slipped in in #1277. I removed the dependency from package.json following @Powersource's recommendation but forgot to rebuild the lockfile.
-
Merge pull request #1290 from ssbc/low-specificity-activity
Reduce timestamp specificity on profile
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Reduce timestamp specificity on profile
Problem: Concern has been expressed about being able to see granular timestamps on the profile page, which would let you see "active 3 seconds ago" or similar. This is public metadata that anyone can access, and we **can not** provide privacy with UI decisions, but the idea that high specificity in the UI is creepy seems fair to me. Solution: Change the display format so that the options are "Today", "Yesterday", "Last $weekday", or the default date formate for the locale in question. Since we aren't hardcoding strings, this should continue to be localized.
-
Merge pull request #1289 from ssbc/show-lastactivity
Show last feed activity in profile
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Merge pull request #1287 from ssbc/searchbar-slash-profile
Allow navigation to my own profile via search bar.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Show last activity in profile header.
Brought up by [@kas](@RuNxm8SRujPcJx6GjtTQHp6hprAFv5voEkcvoAkB8Pk=.ed25519) in [`%j0/mywlnDar3HJ6ED34ICxzyep3QhM0hvi1ov12A04s=.sha256`](https://ssb.muchmuch.coffee/%25j0%2FmywlnDar3HJ6ED34ICxzyep3QhM0hvi1ov12A04s%3D.sha256). This shows the timestamp of the last message received from a feed.
-
Allow navigation to my own profile via search bar.
So far, the search bar included all the main views *except* the Profile. This was supposedly because for the other views the navigation is trivially done by a string constant, while navigating to the user's profile requires navigating to their feed ID. So this introduces the navigation to /profile as an alias to navigating to the user's own feed ID.
-
Merge pull request #1286 from ssbc/publish-shortcut
Add publishing keyboard shortcuts
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1246 from ssbc/dht-invites
add DHT invites, only as a client
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1276 from ssbc/fix-avatar-preview
Fix display of non-square avatar thumbnails.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1281 from ssbc/i18n-listenstatus
Use i18n for blocking/listening UI.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
-
Remove remove-markdown dependency.
black-puppydog committedMay 3, 2020 We already had a method to make a short version of a markdown text. It was stuck deep in a depject module, so I ripped it out of there and put it into its own module. It is now require()d in the depject module and in the new bio preview code.
-
Add super-short bio summary to mouseover popup.
black-puppydog committedApr 23, 2020 This addresses #780 (Mouseover of profiles should include some of the user bio) in a relatively hap-hazard way.
-
Allow fast publish and cancel actions when previewing posts.
Addresses #1285 by adding a key handler to the preview sheet. It also put the focus on the cancel button. The result is that after entering preview with `<Ctrl/Cmd> + <Return>` ... * `<Return>` OR `<Escape>` will cancel the publish and go back to editing * `<Ctrl/Cmd> + <Return>` once more will publish the message.
-
Allow setting arbitrary attributes on display sheets.
black-puppydog committedMay 5, 2020 This can be used to e.g. set event handlers or such for the faux-modals we use for confirmation dialogs and such.
-
Refocus textArea after cancelled publication.
black-puppydog committedMay 5, 2020 When I hit cancel, I usually want to keep editing. This small change puts the focus back to the textArea when I hit cancel, so that I can just keep typing right away.
-
1
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Use i18n for blocking/listening UI.
Seems to have been overlooked before. Now this UI gets internationalized too. :)
-
Merge pull request #1280 from vtexier/patch-1
update and fix French locale.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
vtexier committed
Apr 24, 2020 but there's a bunch of them still missing.
-
Merge pull request #1278 from vtexier/patch-1
update locale fr.json
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits