Skip to content
Permalink
Branch: master
Commits on Jun 3, 2020
  1. Merge pull request #1298 from BorisPAING/patch-1

    christianbundy committed Jun 3, 2020
    Update fr.json
  2. Merge pull request #1297 from ssbc/release-doc

    christianbundy committed Jun 3, 2020
    Put short description of the release process into the docs folder
  3. Update fr.json

    BorisPAING committed Jun 3, 2020
    "has been released"
  4. Put a very short description of the release process into the docs fol…

    black-puppydog committed Jun 3, 2020
    …der.
    
    This is taken from Christian's brain dump in #1023.
  5. 3.18.0

    black-puppydog committed Jun 3, 2020
  6. dracula: better colors for thread expander and backlinks

    black-puppydog committed Jun 3, 2020
  7. Merge pull request #1294 from ssbc/dracula-theme

    christianbundy committed Jun 3, 2020
    Dracula theme
  8. dracula: first... stab. `*giggle*`

    black-puppydog committed Jun 3, 2020
    this is not *really* the dracula palette, but predominantly.
Commits on Jun 2, 2020
  1. start dracula theme

    black-puppydog committed Jun 2, 2020
Commits on May 12, 2020
  1. remove unused dependency from package-lock.json

    black-puppydog committed May 12, 2020
    This slipped in in #1277. I removed the dependency from package.json
    following @Powersource's recommendation but forgot to rebuild the lockfile.
  2. Merge pull request #1290 from ssbc/low-specificity-activity

    Powersource committed May 12, 2020
    Reduce timestamp specificity on profile
  3. Reduce timestamp specificity on profile

    christianbundy committed May 12, 2020
    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.
  4. Merge pull request #1289 from ssbc/show-lastactivity

    christianbundy committed May 12, 2020
    Show last feed activity in profile
  5. Add i18n to last activity as proposed by @Powersource.

    black-puppydog committed May 12, 2020
Commits on May 11, 2020
  1. Merge pull request #1287 from ssbc/searchbar-slash-profile

    Powersource committed May 11, 2020
    Allow navigation to my own profile via search bar.
Commits on May 9, 2020
  1. Show last activity in profile header.

    black-puppydog committed May 9, 2020
    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.
Commits on May 7, 2020
  1. Allow navigation to my own profile via search bar.

    black-puppydog committed May 7, 2020
    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.
  2. Merge pull request #1286 from ssbc/publish-shortcut

    christianbundy committed May 7, 2020
    Add publishing keyboard shortcuts
  3. Merge pull request #1246 from ssbc/dht-invites

    christianbundy committed May 7, 2020
    add DHT invites, only as a client
  4. Merge pull request #1276 from ssbc/fix-avatar-preview

    christianbundy committed May 7, 2020
    Fix display of non-square avatar thumbnails.
  5. Merge pull request #1281 from ssbc/i18n-listenstatus

    christianbundy committed May 7, 2020
    Use i18n for blocking/listening UI.
Commits on May 5, 2020
  1. make standard happy.

    black-puppydog committed May 3, 2020
  2. Remove remove-markdown dependency.

    black-puppydog committed May 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.
  3. Add super-short bio summary to mouseover popup.

    black-puppydog committed Apr 23, 2020
    This addresses #780 (Mouseover of profiles should include some of the
    user bio) in a relatively hap-hazard way.
  4. Allow fast publish and cancel actions when previewing posts.

    black-puppydog committed May 5, 2020
    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.
  5. Allow setting arbitrary attributes on display sheets.

    black-puppydog committed May 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.
  6. Refocus textArea after cancelled publication.

    black-puppydog committed May 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.
Commits on Apr 30, 2020
  1. Fix snap package link in release notes template

    black-puppydog committed Apr 30, 2020
    Fixes #1284
    1
Commits on Apr 28, 2020
  1. Fix ssb principles URL

    black-puppydog committed Apr 28, 2020
    Fixes #1283.
Commits on Apr 27, 2020
  1. Use i18n for blocking/listening UI.

    black-puppydog committed Apr 27, 2020
    Seems to have been overlooked before. Now this UI gets internationalized too. :)
  2. Merge pull request #1280 from vtexier/patch-1

    black-puppydog committed Apr 27, 2020
    update and fix French locale.
  3. Merge branch 'master' into patch-1

    vtexier committed Apr 27, 2020
  4. update and fix French locale.

    vtexier committed Apr 24, 2020
    but there's a bunch of them still missing.
Commits on Apr 25, 2020
  1. Merge pull request #1278 from vtexier/patch-1

    black-puppydog committed Apr 25, 2020
    update locale fr.json
Older
You can’t perform that action at this time.