<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts/groups, branch 51470-webide-default-commit</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Ensure visibility icons in group/project listings are grey</title>
<updated>2019-07-18T08:55:04+00:00</updated>
<author>
<name>Dennis Tang</name>
<email>750946-dennis@users.noreply.gitlab.com</email>
</author>
<published>2019-07-18T08:55:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=40fd2977c51f2f4f51d63ba790fb5fa2acfd866d'/>
<id>40fd2977c51f2f4f51d63ba790fb5fa2acfd866d</id>
<content type='text'>
- Project listing icons now use the `text-secondary` class
- Group listing icons now use the `text-secondary` class
  - Unnecessary CSS was removed from groups.scss as a result
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Project listing icons now use the `text-secondary` class
- Group listing icons now use the `text-secondary` class
  - Unnecessary CSS was removed from groups.scss as a result
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve group list UI</title>
<updated>2019-06-24T11:05:21+00:00</updated>
<author>
<name>Dennis Tang</name>
<email>dtang@gitlab.com</email>
</author>
<published>2019-03-26T00:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7a4b15214a64478adad96bca1d4d63cc1755abfc'/>
<id>7a4b15214a64478adad96bca1d4d63cc1755abfc</id>
<content type='text'>
This updates the groups list UI to match the style of the project list:

- New layout
- Improve loading state when loading group children
- Larger, responsive text
- Icon and text colors changed to secondary
- Smaller button sizes
- Content list description colors were standardized to body text
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This updates the groups list UI to match the style of the project list:

- New layout
- Improve loading state when loading group children
- Larger, responsive text
- Icon and text colors changed to secondary
- Smaller button sizes
- Content list description colors were standardized to body text
</pre>
</div>
</content>
</entry>
<entry>
<title>Internationalisation of groups directory</title>
<updated>2019-04-29T14:20:16+00:00</updated>
<author>
<name>Brandon Labuschagne</name>
<email>blabuschagne@gitlab.com</email>
</author>
<published>2019-04-29T14:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ba5cb321b90a50bd24d1acf90fa1bf001120ca85'/>
<id>ba5cb321b90a50bd24d1acf90fa1bf001120ca85</id>
<content type='text'>
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.

i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.

i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Update spinners in group list component</title>
<updated>2019-03-26T00:13:57+00:00</updated>
<author>
<name>Dennis Tang</name>
<email>dtang@gitlab.com</email>
</author>
<published>2019-03-26T00:02:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6cf4b2d51802c1b197a84d1f66343ad483fc8aea'/>
<id>6cf4b2d51802c1b197a84d1f66343ad483fc8aea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Style avatars for groups and projects</title>
<updated>2019-02-25T13:00:05+00:00</updated>
<author>
<name>Martin Wortschack</name>
<email>mwortschack@gitlab.com</email>
</author>
<published>2019-02-25T13:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=12ed4dbf4a2a2e0a53d74470fc76b7e3b39cc1b7'/>
<id>12ed4dbf4a2a2e0a53d74470fc76b7e3b39cc1b7</id>
<content type='text'>
- Add rectangular avatar classes
- Update avatar for groups
- Update avatar for projects
- Update avatar for frequent items
- Update avatar on "Fork project" page
- Conditionally add rectangular avatar class to autocomplete items
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add rectangular avatar classes
- Update avatar for groups
- Update avatar for projects
- Update avatar for frequent items
- Update avatar on "Fork project" page
- Conditionally add rectangular avatar class to autocomplete items
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace `=== true` with `parseBoolean()`</title>
<updated>2018-11-27T08:18:48+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2018-11-21T15:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0bf740fa324df2971d0f38d4ff814095a2af4c83'/>
<id>0bf740fa324df2971d0f38d4ff814095a2af4c83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prettify all the things</title>
<updated>2018-11-20T15:30:01+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-11-16T20:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5b9495c5db851ec8d1ca2cc6da0da12d6b161130'/>
<id>5b9495c5db851ec8d1ca2cc6da0da12d6b161130</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use @gitlab npm namespace</title>
<updated>2018-11-16T19:29:11+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2018-11-16T19:29:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8b1f2823a28ce791e6e0a56f36aeebc7e61740cc'/>
<id>8b1f2823a28ce791e6e0a56f36aeebc7e61740cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove gitlab-ui loading icon from global</title>
<updated>2018-11-07T10:06:15+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2018-11-07T10:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c4aa33fc8b7add082b73007830fdd0348d4913a0'/>
<id>c4aa33fc8b7add082b73007830fdd0348d4913a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prettify all the things (part 7)</title>
<updated>2018-10-24T19:17:03+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-10-24T19:17:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dfb082434611648658ace012d45b7d6914bc70bd'/>
<id>dfb082434611648658ace012d45b7d6914bc70bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
