Merge branch 'postorius-prettify-msg-view-patch' into 'master'
Prettify message view in held messages This replaces and is inspired by the work done by @maxking in !9 The added benefits of this merge request: * use only one modal (no transitions when displaying full message) * it also drastically decreases the website's size since it is only using one modal for all messages, relying on javascript to display the correct information See merge request !52 |
---|
src/postorius/lib/__init__.py 0 → 100644 |
---|
src/postorius/lib/scrub.py 0 → 100644 |
---|
src/postorius/static/postorius/js/held_messages.js 0 → 100644 |
---|
src/postorius/templates/postorius/lists/held_messages.html |
---|
src/postorius/tests/test_urls.py |
---|
src/postorius/urls.py |
---|
src/postorius/views/list.py |
---|
src/postorius/views/rest.py 0 → 100644 |
---|