Commit Graph

49 Commits

Author SHA1 Message Date
Jovan Krunić
5435f85cc4 feat: add filter chips for news 2021-07-21 17:06:27 +02:00
Jovan Krunić
c1c9a92ec9 feat: add map module 2021-07-13 07:57:09 +00:00
Wieland Schöbl
d696215d08 refactor: replace TSLint with ESLint 2021-07-08 15:32:07 +02:00
Wieland Schöbl
67fb4a43c9 feat: add action chips to search results 2021-06-22 15:09:40 +00:00
Wieland Schöbl
93877c9fc7 refactor: use range query for canteen module 2021-06-16 07:38:05 +00:00
Jovan Krunić
7b402d61c3 fix: item not available in offer template
Closes #110
2021-06-08 11:34:31 +02:00
Jovan Krunić
643b6c967f fix: swap missing icon after ionic update 2021-06-08 11:15:25 +02:00
Jovan Krunić
27cf62f952 refactor: optimize data list component 2021-06-01 07:44:40 +00:00
Jovan Krunić
66167831e6 refactor: show top of the list if query changed (no setTimeout) 2021-06-01 07:44:40 +00:00
Rainer Killinger
00d52fa069 refactor: align grid & thumbnail spacing with list 2021-06-01 07:44:40 +00:00
Rainer Killinger
f0a45d1b8e fix: performance degradation when scrolling 2021-06-01 07:44:40 +00:00
Jovan Krunić
add690c842 refactor: use ion-img where lazy load needed 2021-06-01 08:56:16 +02:00
Wieland Schöbl
ad0dae46ff fix: fix various typos 2021-05-21 15:35:26 +02:00
Jovan Krunić
a8f22c1e96 refactor: make data list reusable component
Closes #98
2021-04-16 15:48:57 +02:00
Wieland Schöbl
c75ca68c44 feat: add "no results" screen to search 2021-04-07 10:05:20 +02:00
Rainer Killinger
55be9d4d4e refactor: use i18n in every data component 2021-03-31 11:11:05 +02:00
Jovan Krunić
1a8660590f style: improve design and add logo
- show data icons in thumbnails in data list items
- add app logo
- fix various visibility issues
2021-03-23 15:59:58 +00:00
Rainer Killinger
ccf8b1a5cc fix: setting of default language 2021-03-15 14:42:15 +01:00
Rainer Killinger
abf7595c03 refactor: i18n for dish item listings and details 2021-03-15 14:30:14 +01:00
Rainer Killinger
3d4c476549 refactor: update to recent changes in translator 2021-03-15 14:30:09 +01:00
Wieland Schöbl
e3d9ef40cc feat: add not found screen 2021-02-23 16:56:41 +01:00
Michel Jonathan Schmitz
6ca0b97637 fix: use localized date and time 2021-02-09 16:59:50 +00:00
Jovan Krunić
22cd0af1bf feat: news module 2021-01-29 11:36:37 +01:00
Wieland Schöbl
3c079cd189 feat: show menu for multiple days for canteens and cafes
Closes #19, #79
2021-01-19 13:50:51 +00:00
Jovan Krunić
6647750a6c refactor: use new backend version (2.x.x)
Close #74
2020-11-25 15:36:59 +01:00
Jovan Krunić
987f9d45f5 refactor: use ngx-logger instead of @openstapps/logger
Closes #71
2020-11-17 15:19:23 +01:00
Jovan Krunić
f7790426cd fix: adjust code to overcome the breaking changes (ionic 4 to 5)
Closes #70
2020-11-03 17:29:58 +01:00
Jovan Krunić
2e8d717607 refactor: adjust code after upgrade of ionic from v4 to v5
Note: used observables instead of events service which
doesn't exist in ionic 5 anymore.
2020-10-29 12:12:06 +01:00
Sebastian Lange
1dbf4515fe feat(menu): add context menu
Closes #3
2020-09-30 10:18:52 +02:00
Frank Nagel
25434d54e3 fix: angular1 ng-if leftover 2020-06-02 14:04:08 +02:00
Michel Jonathan Schmitz
c1d33303aa feat: add backend toggle 2020-05-15 17:17:24 +02:00
Michel Jonathan Schmitz
911492d064 fix: update core and apply stricter tslint rules 2019-07-10 12:38:29 +02:00
Jovan Krunić
e1039aa226 feat(data): show skeleton screens before data is loaded
Closes #4
2019-04-29 10:52:15 +00:00
Michel Jonathan Schmitz
88f87a2ce1 refactor: removed the origin component from the date series detail component 2019-04-29 09:33:13 +00:00
Jovan Krunić
478f49a874 fix(data): fix and adjust detail test using translation
Closes #50
2019-04-26 10:05:42 +02:00
Jovan Krunić
58960a29ea feat(data): use general template for all offers
With help of Object.keys (which is provided to the
template) make offers template general for different
price group types (which are academic or sport course
for now).

See discussions on !2
2019-04-15 13:58:25 +02:00
Jovan Krunić
c3bc227a3c fix(data): fix template and other consistency issues 2019-04-15 13:41:27 +02:00
Jovan Krunić
5855accc16 feat(data): add data detail templates
Additionally clean up the code
2019-04-12 14:14:22 +02:00
Jovan Krunić
75ca8c8a73 build: update dependencies
Additionally adjust the code after the latest
rebase.
2019-04-12 14:14:22 +02:00
Jovan Krunić
3e697b17b4 feat: add basic templates for data list items 2019-04-12 14:14:22 +02:00
Jovan Krunić
b6f92a7449 feat(data): implement basic facets handling
Related to #1
2019-04-12 14:14:22 +02:00
Jovan Krunić
8c3c2810e5 refactor(data): adjust data detail component 2019-04-12 14:14:22 +02:00
Jovan Krunić
017fc67765 feat(data): add method that checks if data item has been saved 2019-04-12 14:14:22 +02:00
Jovan Krunić
7caaa18b7e feat(data): use data provider for list and detail view 2019-04-12 14:14:22 +02:00
Jovan Krunić
ffe05e4548 feat(data): add basic methods of data provider
Related to #1
2019-04-12 14:14:20 +02:00
Jovan Krunić
c819d15386 build: upgrade to ionic 4 (update dependencies)
Closes #35
2019-04-12 13:51:43 +02:00
Jovan Krunić
246dddd5a5 refactor: move web http client to a new file 2019-04-12 13:51:43 +02:00
Jovan Krunić
a503811c1c fix: fix issues found by ng build for production
Closes #48
2019-04-12 12:12:26 +02:00
Jovan Krunić
8b23159e67 feat: add the app 2018-12-11 22:11:50 +01:00