Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0

feat: april 2019 post

This commit is contained in:
Bauke 2019-05-01 00:32:05 +02:00
parent 72f0c7f56d
commit 8b7a89d3e9
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 776 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## 2019
* [April](https://til.bauke.xyz/posts/april-2019.html)
* [March](https://til.bauke.xyz/posts/march-2019.html)
* [February](https://til.bauke.xyz/posts/february-2019.html)
* [January](https://til.bauke.xyz/posts/january-2019.html)

View File

@ -25,6 +25,11 @@
<section id="posts">
<h1>Posts</h1>
<h2>2019</h2>
<article class="post">
<h2>
<a href="posts/april-2019.html">April</a>
</h2>
</article>
<article class="post">
<h2>
<a href="posts/march-2019.html">March</a>

770
src/posts/april-2019.html Normal file
View File

@ -0,0 +1,770 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>April 2019</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
<link rel="manifest" href="../site.webmanifest">
<link rel="mask-icon" href="../safari-pinned-tab.svg" color="#282a36">
<link rel="shortcut icon" href="../favicon.ico">
<meta name="msapplication-TileColor" content="#282a36">
<meta name="msapplication-config" content="../browserconfig.xml">
<meta name="theme-color" content="#282a36">
</head>
<body>
<div id="wrapper">
<h1>April 2019</h1>
<section id="post">
<article id="toc">
<h2>Table Of Contents</h2>
<ul>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#feedback">Feedback</a>
</li>
<li>
<a href="#highlights">Highlights</a>
<ul>
<li>
<a href="#notification-behaviour">Notification Behaviour</a>
</li>
<li>
<a href="#more-metadata">More Metadata</a>
</li>
<li>
<a href="#tagging-autocomplete">Tagging Autocomplete</a>
</li>
<li>
<a href="#comment-threading">Comment Threading</a>
</li>
<li>
<a href="#markdown-preview">Markdown Preview</a>
</li>
<li>
<a href="#small-changes">Small Changes</a>
</li>
</ul>
</li>
<li>
<a href="#statistics">Statistics</a>
</li>
<li>
<a href="#notable-official-topics">Notable Official Topics</a>
</li>
<li>
<a href="#issue-table">Issue Table</a>
<ul>
<li>
<a href="#opened">Opened</a>
</li>
<li>
<a href="#closed">Closed</a>
</li>
</ul>
</li>
</ul>
</article>
<article id="about">
<h2>About</h2>
<p>The Tildes Issue Log is a monthly recurring post about the changes and progression that Tildes has made.
Highlighting some of the newest additions and changes, as well as a complete table of every issue opened and
closed in that month, along with some interesting statistics so you can get a look into the development
process and a quick grasp of anything you may have missed.</p>
</article>
<article id="feedback">
<h2>Feedback</h2>
<p>If anything is incorrect or you have anything that you'd like to see changed or added please
<a href="https://gitlab.com/Bauke/tildes-issue-log/issues">open an issue</a>,
<a href="https://tildes.net/user/Bauke/new_message">PM me</a>
or comment on the posted topic on Tildes.</p>
<p>If you'd like to write a highlight section or want to contribute in any other way, feel free to do so. Like
Tildes, this will remain entirely open-source.</p>
</article>
<article id="highlights">
<h2>Highlights</h2>
<h3 id="notification-behaviour">Notification Behaviour</h3>
<p>The <a href="https://tild.es/c4t">first change this month</a> came on April 7th, making it so that when you interact with a notification (by voting on the comment, for example) it can be automatically marked as read. If you'd rather manually mark all your notifications yourself, this option can be turned off in <a href="https://tildes.net/settings">your settings</a>.</p>
<details>
<summary>Details</summary>
<p>Author:
<a href="https://tildes.net/user/Bauke">Bauke</a>
</p>
<p>Written Date: 2019-04-27</p>
</details>
<h3 id="more-metadata">More Metadata</h3>
<p>On April 17th, topics that linked to Youtube videos or Tweets will now show the channel's name or the Twitter username where the domain usually goes. There have been some suggestions for other sites <a href="https://tild.es/cfu">in the announcement topic</a> that should be included, if you know of any more feel free to leave a comment there.</p>
<details>
<summary>Details</summary>
<p>Author:
<a href="https://tildes.net/user/Bauke">Bauke</a>
</p>
<p>Written Date: 2019-04-27</p>
</details>
<h3 id="tagging-autocomplete">Tagging Autocomplete</h3>
<p>On the 25th, a <a href="https://gitlab.com/tildes/tildes/issues/142">long awaited feature</a> was added and developed by <a href="https://tildes.net/user/smores">@smores</a>: autocomplete for tags! Now when you're creating a new topic or editing the tags of an existing one, the 100 most commonly used tags (for the group the topic is in) will show up when typing any new tags. You can read more about it <a href="https://tild.es/cpl">here</a>.</p>
<details>
<summary>Details</summary>
<p>Author:
<a href="https://tildes.net/user/Bauke">Bauke</a>
</p>
<p>Written Date: 2019-04-27</p>
</details>
<h3 id="comment-threading">Comment Threading</h3>
<p>A little over halfway through April, the <a href="https://tild.es/cjg">way comments were threaded</a> got changed as an experiment to reduce the amount of indenting any given chain of comments would have, which becomes a problem (especially on mobile) very quickly if you indent once every reply. Direct replies after a certain amount of indentations would receive a "Reply to above comment" just below their header and not be indented. This turned out to be slightly confusing for a lot of people since child comments and siblings would appear on the same indent, so on the 29th <a href="https://tild.es/cv4">this was changed again</a> to be more responsive and work better. A nice detailed explanation is available in <a href="https://tild.es/cv4">the announcement topic</a>.</p>
<details>
<summary>Details</summary>
<p>Author:
<a href="https://tildes.net/user/Bauke">Bauke</a>
</p>
<p>Written Date: 2019-04-27</p>
</details>
<h3 id="markdown-preview">Markdown Preview</h3>
<p>A long awaited feature also got merged on the 30th, <a href="https://tild.es/cwh">markdown preview</a>! This came in as a <a href="https://gitlab.com/tildes/tildes/merge_requests/50">contribution</a> by <a href="https://tildes.net/user/wirelyre">@wirelyre</a>. From now on there will be 2 buttons available just above the input box, allowing you to switch between "Edit" and "Preview" mode.</p>
<details>
<summary>Details</summary>
<p>Author:
<a href="https://tildes.net/user/Bauke">Bauke</a>
</p>
<p>Written Date: 2019-04-30</p>
</details>
<h3 id="small-changes">Small Changes</h3>
<p>There were also a number of small changes that I think are worth noting:</p>
<ul>
<li>Tags that are the same as the group name will automatically be removed from topics. (<a href="https://gitlab.com/tildes/tildes/commit/cefd5a0c5167370b32013e84b7272f4f23ab3b56">more</a>)</li>
<li>The topics in the topic listing were made more space-efficient. (<a href="https://gitlab.com/tildes/tildes/commit/fb5323e51fc7bb86fbc8df0d7dd856d4e24208ca">more</a>, <a href="https://gitlab.com/tildes/tildes/commit/8572276fc7d8c7eb6f14891451ea636a87c146c1">more</a>)</li>
<li>Your <a href="https://tildes.net/settings/filters">filtered tag settings</a> are now separated by newline instead of by comma. (<a href="https://gitlab.com/tildes/tildes/commit/61558feea1673606db72229694c13eee482f2eac">more</a>)</li>
<li>Exemplary count and badge are now hidden again. (<a href="https://gitlab.com/tildes/tildes/commit/6dbaf6a9721ea88ff6ee4c5fdf33a6fb0d87930e">more</a>)</li>
<li>You can now sort the comments and topics on your profile. (<a href="https://tild.es/cv4">more</a>)</li>
</ul>
<details>
<summary>Details</summary>
<p>Author:
<a href="https://tildes.net/user/Bauke">Bauke</a>
</p>
<p>Written Date: 2019-04-30</p>
</details>
</article>
<article id="statistics">
<h2>Statistics</h2>
<p>In the month of April, 40 commits were made by 3 contributors, changing a total of 413 (+700|-287) lines. 47 issues were opened and 15 issues were closed.</p>
<p>An average of 1.57 issues were opened and 0.50 issues were closed each day.</p>
<p>The average time to close issues was 110.60 days or 2654.37 hours.</p>
<p>Top 3 issue creators:</p>
<ol>
<li>
<a href="https://gitlab.com/Bauke">Bauke</a> with <a href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=Bauke">16 issues created</a>.
</li>
<li>
<a href="https://gitlab.com/cfabbro">cfabbro</a> with <a href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=cfabbro">15 issues created</a>.
</li>
<li>
<a href="https://gitlab.com/Deimorz">Deimorz</a> with <a href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=Deimorz">3 issues created</a>.
</li>
</ol>
<p>Amount of labels assigned to currently open issues:</p>
<ul>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=bug")>bug</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=design")>design</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=dev")>dev</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=investigate")>investigate</a>:9 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=suggestion")>suggestion</a>:31 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=tweak")>tweak</a>:2 times.
</li>
</ul>
<p>Amount of labels assigned to closed issues:</p>
<ul>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=bug")>bug</a>:3 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=design")>design</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=feature")>feature</a>:3 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=high+priority")>high priority</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=in+progress")>in progress</a>:4 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=investigate")>investigate</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=suggestion")>suggestion</a>:4 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=tweak")>tweak</a>:3 times.
</li>
</ul>
</article>
<article id="notable-official-topics">
<h2>Notable Official Topics</h2>
<table>
<thead>
<tr>
<td>Date</td>
<td>Title</td>
<td>URL</td>
</tr>
</thead>
<tbody>
<tr>
<td>2019-04-07</td>
<td>Notifications are now automatically marked as read when you take an action on the comment (voting, replying, etc.) - this can be disabled in Settings</td>
<td>
<a href="https://tild.es/c4t">Click</a>
</td>
</tr>
<tr>
<td>2019-04-17</td>
<td>Link topics can now display additional "source" info beyond the domain - currently enabled for YouTube and Twitter</td>
<td>
<a href="https://tild.es/cfu">Click</a>
</td>
</tr>
<tr>
<td>2019-04-20</td>
<td>Experimenting with a way of avoiding deeply nested comment threads</td>
<td>
<a href="https://tild.es/cjg">Click</a>
</td>
</tr>
<tr>
<td>2019-04-25</td>
<td>Autocomplete for topic tagging is now available</td>
<td>
<a href="https://tild.es/cpl">Click</a>
</td>
</tr>
<tr>
<td>2019-04-29</td>
<td>Adjustments to the experimental single-reply-flattening & user-page sorting is now available</td>
<td>
<a href="https://tild.es/cv4">Click</a>
</td>
</tr>
<tr>
<td>2019-04-30</td>
<td>Markdown preview is now available when writing topics/comments/etc.</td>
<td>
<a href="https://tild.es/cwh">Click</a>
</td>
</tr>
</tbody>
</table>
</article>
<article id="issue-table">
<h2>Issue Table</h2>
<h3 id="opened">Opened</h3>
<table>
<thead>
<tr>
<td>Issue</td>
<td>Title</td>
<td>Author</td>
<td>Opened</td>
<td>Closed</td>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/401">401</a></td>
<td>"Comment posted" time makes the header larger i...</td>
<td><a href="https://gitlab.com/Kelsier">Kelsier</a></td>
<td>2019/04/01 21:43:26</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/402">402</a></td>
<td>When a tweet's text is embedded, linkify the ur...</td>
<td><a href="https://gitlab.com/AdamsT">AdamsT</a></td>
<td>2019/04/02 07:16:24</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/403">403</a></td>
<td>Support twitter-like post content embedding for...</td>
<td><a href="https://gitlab.com/deing">deing</a></td>
<td>2019/04/02 19:58:17</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/404">404</a></td>
<td>Require Wikipedia-like edit notes for self.post...</td>
<td><a href="https://gitlab.com/tomflint">tomflint</a></td>
<td>2019/04/04 06:59:05</td>
<td>2019/04/04 23:55:40</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/405">405</a></td>
<td>Mobile: Tapping comments link in topic list inc...</td>
<td><a href="https://gitlab.com/TauZero1">TauZero1</a></td>
<td>2019/04/04 09:40:58</td>
<td>2019/04/16 12:13:01</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/406">406</a></td>
<td>Mobile: Page content squeezed to one side of th...</td>
<td><a href="https://gitlab.com/asoftbird">asoftbird</a></td>
<td>2019/04/05 09:17:13</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/407">407</a></td>
<td>Special highlighting for the “self promotion” tag</td>
<td><a href="https://gitlab.com/ainar-g">ainar-g</a></td>
<td>2019/04/06 13:21:16</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/408">408</a></td>
<td>Display how many results are found when searchi...</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/06 20:26:37</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/409">409</a></td>
<td>Allow users to search for and/or browse topics ...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/04/10 05:04:09</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/410">410</a></td>
<td>Add a tracked topics list or filter</td>
<td><a href="https://gitlab.com/TauZero1">TauZero1</a></td>
<td>2019/04/10 08:28:43</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/411">411</a></td>
<td>On mobile, make the title go above the votes</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/10 23:20:27</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/412">412</a></td>
<td>When linking to a comment collapsed because of ...</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/11 15:08:43</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/413">413</a></td>
<td>Reader view mode renders only partial contents,...</td>
<td><a href="https://gitlab.com/AdamsT">AdamsT</a></td>
<td>2019/04/11 23:16:25</td>
<td>2019/04/15 02:12:39</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/414">414</a></td>
<td>Separate the links for topic tags and subtags s...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/04/12 15:36:31</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/415">415</a></td>
<td>Enable Mastodon Link Verification</td>
<td><a href="https://gitlab.com/deing">deing</a></td>
<td>2019/04/12 21:28:54</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/416">416</a></td>
<td>Padding on post titles</td>
<td><a href="https://gitlab.com/AliKarpuzoglu">AliKarpuzoglu</a></td>
<td>2019/04/14 10:53:56</td>
<td>2019/04/14 22:22:11</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/417">417</a></td>
<td>Should we give the left border/highlight stripe...</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/15 01:33:13</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/418">418</a></td>
<td>Un-pin mypy version</td>
<td><a href="https://gitlab.com/Deimorz">Deimorz</a></td>
<td>2019/04/15 09:05:45</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/419">419</a></td>
<td>Going to local IP of PC on my phone redirects t...</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/15 20:14:02</td>
<td>2019/04/16 00:12:38</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/420">420</a></td>
<td>Notify topic submitters on Topic Logrelated ch...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/04/16 01:00:25</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/421">421</a></td>
<td>Add alternative method to access groups instead...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/04/16 01:03:12</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/422">422</a></td>
<td>Implement keybase proof</td>
<td><a href="https://gitlab.com/Deimorz">Deimorz</a></td>
<td>2019/04/16 07:51:50</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/423">423</a></td>
<td>Option to only list exemplaried comments on pro...</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/16 18:23:55</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/424">424</a></td>
<td>Allow users to collaborate on topic text posts ...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/04/19 12:46:53</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/425">425</a></td>
<td>Investigate other recurring payment / membershi...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/04/19 14:49:03</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/426">426</a></td>
<td>Add user setting option to disable collapse on ...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/04/21 08:46:58</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/427">427</a></td>
<td>More advanced search</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/23 14:15:02</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/428">428</a></td>
<td>Allow users to set a default results per page</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/24 12:56:40</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/429">429</a></td>
<td>Figure out why prospector (and maybe other tool...</td>
<td><a href="https://gitlab.com/Deimorz">Deimorz</a></td>
<td>2019/04/24 21:52:29</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/430">430</a></td>
<td>Add a "compact mode" option for Tildes layout</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/04/25 20:38:54</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/431">431</a></td>
<td>Replace shortlinks with the link behind it</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/26 01:32:51</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/432">432</a></td>
<td>Add "drag and drop" option on the topic tags fo...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/04/26 03:05:12</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/433">433</a></td>
<td>Make the Tildes logo match the themes better.</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/04/26 03:33:07</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/434">434</a></td>
<td>Option for receiving notifications via email</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/04/26 03:34:25</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/435">435</a></td>
<td>Make donate button/link more prominently featur...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/04/26 03:35:43</td>
<td>2019/04/27 01:14:30</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/436">436</a></td>
<td>Suggest related topic tags</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/04/26 05:25:50</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/437">437</a></td>
<td>In topic tag field, backspace does not delete t...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/04/26 05:33:14</td>
<td>2019/04/26 08:38:28</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/438">438</a></td>
<td>Prevent 'bad' words in short url</td>
<td><a href="https://gitlab.com/tomflint">tomflint</a></td>
<td>2019/04/26 07:36:18</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/439">439</a></td>
<td>Mark comments on user profile in a topic with s...</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/26 17:34:06</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/440">440</a></td>
<td>Differentiate topics that were filtered if view...</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/26 19:43:44</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/441">441</a></td>
<td>Use the new tag chip design in your filtered ta...</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/26 19:45:46</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/442">442</a></td>
<td>Bug with double clicking on a topic with "new c...</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/27 15:03:05</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/443">443</a></td>
<td>Hide previously visited topics that have no new...</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/27 15:46:39</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/444">444</a></td>
<td>Allow collapsing a comment tree even if it is `...</td>
<td><a href="https://gitlab.com/cadadr">cadadr</a></td>
<td>2019/04/27 18:29:47</td>
<td>2019/04/27 21:34:19</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/445">445</a></td>
<td>Allow people to delete their accounts</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/28 16:33:26</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/446">446</a></td>
<td>Option to export data from your account</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/04/28 19:36:09</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/447">447</a></td>
<td>Add "sorted by: exemplary" option for new profi...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/04/30 01:09:46</td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="closed">Closed</h3>
<table>
<thead>
<tr>
<td>Issue</td>
<td>Title</td>
<td>Author</td>
<td>Opened</td>
<td>Closed</td>
</tr>
<thead>
<tbody>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/25">25</a></td>
<td>Add a feature for previewing comments/topics/me...
<td><a href="https://gitlab.com/Deimorz">Deimorz</a>
<td>2018/05/19 20:16:39</td>
<td>2019/04/30 22:45:29</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/121">121</a></td>
<td>Avoid indentation of comments wherever possible
<td><a href="https://gitlab.com/pitchforkmatters">pitchforkmatters</a>
<td>2018/06/10 19:49:59</td>
<td>2019/04/20 23:49:02</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/142">142</a></td>
<td>Add autocomplete for common tags
<td><a href="https://gitlab.com/Deimorz">Deimorz</a>
<td>2018/06/21 18:50:16</td>
<td>2019/04/25 22:47:04</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/189">189</a></td>
<td>Add alternate sortings for user pages
<td><a href="https://gitlab.com/Deimorz">Deimorz</a>
<td>2018/08/03 23:18:50</td>
<td>2019/04/30 00:27:20</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/285">285</a></td>
<td>YouTube metadata related suggestions
<td><a href="https://gitlab.com/cfabbro">cfabbro</a>
<td>2018/10/04 14:12:13</td>
<td>2019/04/17 21:56:11</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/336">336</a></td>
<td>Add a link to site-wide tag filter in a group-w...
<td><a href="https://gitlab.com/ainar-g">ainar-g</a>
<td>2018/12/05 23:02:53</td>
<td>2019/04/24 00:37:03</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/370">370</a></td>
<td>Allow themed syntax highlighting colors
<td><a href="https://gitlab.com/Bauke">Bauke</a>
<td>2019/02/19 16:18:20</td>
<td>2019/04/30 03:24:05</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/404">404</a></td>
<td>Require Wikipedia-like edit notes for self.post...
<td><a href="https://gitlab.com/tomflint">tomflint</a>
<td>2019/04/04 06:59:05</td>
<td>2019/04/04 23:55:40</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/405">405</a></td>
<td>Mobile: Tapping comments link in topic list inc...
<td><a href="https://gitlab.com/TauZero1">TauZero1</a>
<td>2019/04/04 09:40:58</td>
<td>2019/04/16 12:13:01</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/413">413</a></td>
<td>Reader view mode renders only partial contents,...
<td><a href="https://gitlab.com/AdamsT">AdamsT</a>
<td>2019/04/11 23:16:25</td>
<td>2019/04/15 02:12:39</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/416">416</a></td>
<td>Padding on post titles
<td><a href="https://gitlab.com/AliKarpuzoglu">AliKarpuzoglu</a>
<td>2019/04/14 10:53:56</td>
<td>2019/04/14 22:22:11</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/419">419</a></td>
<td>Going to local IP of PC on my phone redirects t...
<td><a href="https://gitlab.com/Bauke">Bauke</a>
<td>2019/04/15 20:14:02</td>
<td>2019/04/16 00:12:38</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/435">435</a></td>
<td>Make donate button/link more prominently featur...
<td><a href="https://gitlab.com/cfabbro">cfabbro</a>
<td>2019/04/26 03:35:43</td>
<td>2019/04/27 01:14:30</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/437">437</a></td>
<td>In topic tag field, backspace does not delete t...
<td><a href="https://gitlab.com/cfabbro">cfabbro</a>
<td>2019/04/26 05:33:14</td>
<td>2019/04/26 08:38:28</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/444">444</a></td>
<td>Allow collapsing a comment tree even if it is `...
<td><a href="https://gitlab.com/cadadr">cadadr</a>
<td>2019/04/27 18:29:47</td>
<td>2019/04/27 21:34:19</td>
</tr>
</tbody>
</table>
</article>
</section>
<footer id="footer">
<h3>
<a href="../index.html">Home</a>
</h3>
<h3>
<a href="#">To Top</a>
</h3>
<h3>
<a href="https://tildes.net">Tildes</a>
</h3>
<h3>Built with
<a href="https://gulpjs.com">Gulp</a>
and
<a href="https://sass-lang.com/">Sass</a>
</h3>
<h3>Colors from
<a href="https://draculatheme.com">Dracula</a>
</h3>
<h3>View the
<a href="https://gitlab.com/Bauke/tildes-issue-log">source</a>
</h3>
</footer>
</div>
</body>
</html>