Commit Graph

9 Commits

Author SHA1 Message Date
admin 6f2e676359 Language switching works
app.js
   - call to index.js changed

public/javascripts/global.js
   - no more show version
   - no more 'showReset

routes/index.js
   - added 'translate'-function

views/index.pug
   - texts changed for translation

views/layout.pug
   - show version and date

public/javascripts/map.js
   - added text from server

charts/preparecharts.js
   - translate texts

locales/[en|de]/translation.json
   - new translations

charts/urils.js
   - added translations

package.json
  "version": "3.0.2",
   "date": "2023-04-19 11:00 UTC",
2023-04-19 13:07:08 +02:00
admin 0573c95179 *** WIP *** Language switching works
public/javascripts/checklang.js
   - better description in comment

views/chglang.pug
   - text for 'h1' changed

routers/index.js
   - more comment

views/index.pug
   - no more action on click at language

package.json
  "version": "3.0.1",
  "date": "2023-04-17 13:00 UTC",

public/stylesheets/style.sass
   - css for 'Loading' on first page

locales/en/translation.json
   - type
2023-04-17 15:04:37 +02:00
admin bf2aa26952 WIP **** WIP
funktioniert nur teilweise: Umschaltung auf en geht seltsamerwesie nicht
2023-04-12 12:43:03 +02:00
admin 109b532074 Version and date adapted
package.json
  "version": "3.0.0",
  "date": "2023-04-07",
2023-04-07 18:19:50 +02:00
admin 47417baeca removed reference to package.json in api.js 2023-04-07 18:13:34 +02:00
admin abc05f177b Automatic refresh after change of settings
routes/api.js
   - check error on return from server

public/javascripts/global.js
   -  reload pages with new values after save at settings

public/javascripts/map.js
   - removed status.loaded=true after call to laodAll

public/javascripts/showcharts.js
   - also load live at loadAll
2023-04-07 18:09:24 +02:00
admin 22a6b9ab2c Prepare charts moved from api server to here
route/api.js
   - new distriputer fpr chart preparation

appp.js
   - removed unnecessary calls

public/javascripts/map.js
   - changed /char/... call to /api/... call

charts/preparecharts
   - added

charts/utilities.js
   - added

public/javascripts/showcharts.js
   - changed /char/... call to /api/... call

routes/users.js
   - deleted
2023-04-07 15:23:16 +02:00
admin d10b274fe0 First running version 2023-03-24 13:49:54 +01:00
admin b270370105 WIP WIP WIP ** first git - markers work as expected 2023-03-14 17:34:48 +01:00