Skip to content

Tags: sheodox/alexandrite

Tags

0.8.17

Toggle 0.8.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #111 from sheodox/0.8.17

0.8.17

0.8.16

Toggle 0.8.16's commit message
Sort communities from the user's follows by case-insensitive (display…

…) name, so lowercase spellings aren't sorted after all other uppercase ones.

0.8.15

Toggle 0.8.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #109 from sheodox/after-theme-update-features

After theme update features

0.8.14

Toggle 0.8.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #108 from sheodox/theme-updates

Theme updates, left aligned card-style vote buttons, refresh button on feeds

0.8.13

Toggle 0.8.13's commit message
Add some CSP headers

This should block iframes (not currently used anywhere) and scripts on different domains.

0.8.12

Toggle 0.8.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #90 from sheodox/0.19.0-support

Support 0.19 auth changes, nsfw edit fix

0.8.11

Toggle 0.8.11's commit message
Removing a post/comment no longer overwrites the reporter name with t…

…he name of the poster/commenter. Report dialog visual styles fixed.

0.8.10

Toggle 0.8.10's commit message
Bump version to 0.8.10

0.8.9

Toggle 0.8.9's commit message
Save localStorage backed store values when calling `update`; npm audi…

…t fix

The `localStorageBackedStore` wraps `set`, and I had incorrectly thought `update` called `set` in the end, but that doesn't seem to be the case because calls to `update` weren't being saved to localStorage. This meant altering favorites in the sidebar wouldn't save if you refreshed the page.

0.8.8

Toggle 0.8.8's commit message
When resigning as a mod, hide the button afterwards

Now checking the community context to see if the logged in user is a mod, instead of `$siteMeta`, as we only update the community context when that happens.

To cover all the bases it also will remove it from siteMeta if the user is resigning, so we hide all the other moderation buttons.