Emanuel Schütze
c2b89c0bb2
Merge pull request #5072 from tsiegleauq/vscroll-performance
...
Fix flickering in tables
2019-10-11 09:51:37 +02:00
Sean
0dbec6404e
Merge pull request #5049 from GabrielInTheWorld/travisImprovement
...
Improves travis a little bit
2019-10-09 16:11:35 +02:00
GabrielMeyer
a56d850f51
Separates the menu for multi-select of motions
...
- Adds a new component for the list.
- Adds the component to amendment-list and motion-list.
2019-10-09 16:10:44 +02:00
Sean Engelhardt
2d14fc2057
Fix flickering in tables
...
reduces the flickering during scroll events in list view tables
Adjusts some ellipsis
2019-10-09 14:59:43 +02:00
Emanuel Schütze
4a8362deaf
Merge pull request #5067 from emanuelschuetze/styles
...
Set h4 font-size. Added tooltips for projector controls.
2019-10-05 10:42:39 +02:00
Emanuel Schütze
ef7bb01043
Set h4 font-size. Added tooltips for projector controls.
2019-10-05 10:11:03 +02:00
Emanuel Schütze
41627da5de
Merge pull request #5066 from FinnStutzenstein/notifyLogging
...
Logs notify messages on server
2019-10-05 08:14:55 +02:00
FinnStutzenstein
9ae66fb33b
Logs notify messages on server
2019-10-04 11:58:07 +02:00
Emanuel Schütze
50bd31a9a6
Merge pull request #5064 from GabrielInTheWorld/doubleHitProjector
...
Enhances the autoupdate of projector by change-id
2019-10-02 17:00:25 +02:00
Emanuel Schütze
c2c1186da9
Merge pull request #5063 from GabrielInTheWorld/addsTitleToAgenda
...
Extends the title of the agenda-items
2019-10-02 16:57:11 +02:00
GabrielMeyer
c8d02788dc
Enhances the autoupdate of projector by change-id
2019-10-02 16:30:30 +02:00
GabrielMeyer
6c98fbcb83
Extends the title of the agenda-items
2019-10-02 15:48:43 +02:00
Emanuel Schütze
aab7a41efd
Merge pull request #5065 from tsiegleauq/apply-search-filter-bug
...
Refresh DataSource filter and sort
2019-10-02 14:21:46 +02:00
Sean Engelhardt
d4090122ef
Refresh DataSource filter and sort
...
Cleanup some List View Table code
Fixes a bug where the search-filter was not applied after navigation
Fixes a bug where the search-filter and the property-filter and property-sort could not be used together
2019-10-02 13:35:18 +02:00
GabrielInTheWorld
1dc96b0f2f
Merge pull request #5002 from GabrielInTheWorld/coolestAgenda
...
Build agenda with optional subtitle
2019-09-30 10:51:55 +02:00
Emanuel Schütze
af995a1de5
Merge pull request #5061 from emanuelschuetze/noindex
...
Added meta noindex tag.
2019-09-28 13:58:26 +02:00
Emanuel Schütze
4a595a8abc
Added meta noindex tag.
2019-09-27 18:19:47 +02:00
Emanuel Schütze
a9f03b61f4
Merge pull request #5060 from FinnStutzenstein/ws
...
Improved WS connection failure handling
2019-09-27 09:59:07 +02:00
FinnStutzenstein
97cda14a04
Improved WS connection failure handling
2019-09-27 07:41:36 +02:00
Emanuel Schütze
29d151450c
Merge pull request #5059 from emanuelschuetze/translation-20190926
...
Updated translations.
2019-09-26 14:42:26 +02:00
Emanuel Schütze
3f76a19bfc
Updated translations.
2019-09-26 14:17:28 +02:00
Emanuel Schütze
f0dd88ddb8
Merge pull request #5056 from tsiegleauq/amendment-filter-for-motion-list
...
Adds amendment filter types to motion list
2019-09-25 17:01:18 +02:00
Sean Engelhardt
82fe7eea4b
Adds amendment filter types to motion list
...
Adds the possibility to filter if a motion has amendments or is an amendment
2019-09-25 15:51:15 +02:00
Emanuel Schütze
7f49ead439
Merge pull request #5055 from tsiegleauq/fix-projector
...
Fix flickering projector button in lists
2019-09-24 22:04:30 +02:00
Sean Engelhardt
dc60d1254b
Fix flickering projector button in lists
...
...
2019-09-24 21:31:51 +02:00
Sean
c848472642
Merge pull request #5053 from GabrielInTheWorld/savingCountdown
...
Saves the settings for countdown-controls
2019-09-24 20:30:56 +02:00
Emanuel Schütze
205bfa05ef
Merge pull request #5054 from emanuelschuetze/fixTranslation
...
Fix translation in assignment poll.
2019-09-24 20:22:55 +02:00
Emanuel Schütze
683f87b3ff
Fix translation in assignment poll.
2019-09-24 19:06:44 +02:00
GabrielMeyer
7462918e43
Saves the settings for countdown-controls
2019-09-24 18:55:30 +02:00
Emanuel Schütze
a82789d201
Merge pull request #5052 from tsiegleauq/show-motion-context
...
Fix showing content of amendments
2019-09-24 18:02:40 +02:00
Emanuel Schütze
23a7f26437
Merge pull request #5051 from tsiegleauq/amendment-pdf-overview-list-issue
...
Render lists in amendment overview PDF
2019-09-24 16:51:34 +02:00
Sean Engelhardt
48321fa2b7
Fix showing content of amendments
...
Fixes an error where the "Show entire motion text" was not giving expected results
2019-09-24 16:33:48 +02:00
Sean Engelhardt
a4dd0acd53
Render lists in amendment overview PDF
...
Fixes an issue that lists where not sown in the amendment overview PDF
2019-09-24 16:10:21 +02:00
Emanuel Schütze
b33c01f1aa
Merge pull request #5050 from emanuelschuetze/additional-html-tags
...
Allow <del> and <ins> html tags.
2019-09-24 13:23:36 +02:00
Emanuel Schütze
1ff616fe4f
Allow <del> and <ins> html tags.
2019-09-24 12:53:15 +02:00
GabrielMeyer
71fdc28413
Build agenda with optional subtitle
...
- Updates the `virtual-scroll`-package.
- Updates the `list-view-table.component` for variable row-height.
- Adds config to have optional a subtitle in the `agenda-list`.
2019-09-24 11:15:28 +02:00
GabrielMeyer
49bec70042
Improves travis a little bit
2019-09-24 11:09:56 +02:00
GabrielInTheWorld
534f2d1835
Merge pull request #5037 from GabrielInTheWorld/alwaysTheSameTitle
...
Sets always the title 'Current LOS' if current LOS
2019-09-23 18:18:47 +02:00
Sean
e3270d4302
Merge pull request #5047 from GabrielInTheWorld/configureJasmine
...
Updates karma to prevent cancelling tests because of timeout
2019-09-23 18:16:52 +02:00
GabrielMeyer
9e407006f6
Sets always the title 'Current LOS' if current LOS
2019-09-23 17:31:45 +02:00
Emanuel Schütze
b9fe0c39cf
Merge pull request #5044 from FinnStutzenstein/isSubmitterForAnonymous
...
Fixed submitter check for anonymous users
2019-09-23 17:27:25 +02:00
Emanuel Schütze
398cdf02a1
Merge pull request #5045 from FinnStutzenstein/autoupdateForProjectiondefaults
...
Added autoupdate for changed projectiondefaults
2019-09-23 17:25:09 +02:00
GabrielMeyer
07481feba5
Updates karma to prevent cancelling tests because of timeout
2019-09-23 16:55:53 +02:00
FinnStutzenstein
1ed613629e
Added autoupdate for changed projectiondefaults
2019-09-23 16:51:20 +02:00
GabrielInTheWorld
a688bd0ffe
Merge pull request #5035 from GabrielInTheWorld/sortingReferMotions
...
Quick sorting the reference of motions by their identifier
2019-09-23 10:25:43 +02:00
FinnStutzenstein
e8dec048ef
Fixed submitter check for anonymous users
2019-09-23 10:12:15 +02:00
Sean
59089ebef0
Merge pull request #5042 from emanuelschuetze/event-date-format
...
Changed input type of event date config from datetime back to string.
2019-09-20 10:13:32 +02:00
GabrielInTheWorld
8e8fb4f3b9
Merge pull request #5036 from GabrielInTheWorld/paddingAgenda
...
Adds some more space for the 'speaker-button'
2019-09-20 08:45:04 +02:00
Emanuel Schütze
9e0817d2e8
Merge pull request #5038 from tsiegleauq/dynamic-scale-tiles
...
Scale motion tiles by viewport size
2019-09-19 19:43:40 +02:00
Sean Engelhardt
faa1d9c658
Scale motion tiles by viewport size
...
Also puts the desktop, tablet and phone declarations into an
own scss file that can be used via mixin
2019-09-19 15:23:34 +02:00