Commit Graph

22 Commits (459a0aab239eea8d668b0638c5fdf8ed400e4dc9)

Author SHA1 Message Date
Matheus Clemente f42ba3da33 Prettier formatting 2 2023-11-08 00:08:35 -03:00
Zoltan the DM adda90c282 using more names and words from DND5e language file 2023-03-14 16:23:18 -07:00
Zoltan the DM dc5dd51574 minor mistakes in merge 2023-02-10 10:05:15 -08:00
Zoltan the DM 0812d2efcc Merge branch 'master' of https://github.com/eduardopato41/compendium-browser into add-other-changes 2023-02-10 09:46:46 -08:00
Zoltan the DM 165445df29 added some filters for the new dnd5e item types 2023-02-03 20:46:26 -08:00
Eduardo Freire 7b6e590618 added the additional fields to the other translations 2022-09-24 15:17:44 -03:00
Eduardo Freire 126a264d87 fixed pt-br translation and extra string identifiers
Fixed some grammatical errors on the Brazilian Portuguese translation and added a few string identifiers to expand the translation of this module.
2022-09-23 17:42:27 -03:00
opus1217 755308e83c 0.7.2b 4-Jan-2022
- Merge PR #33 (improved NPC search performance) - thanks kyleady
- Fixed #29,#30,#31: Problems running with Foundry v9
- Fixed #28: Problems sorting by magical rarity
- change message to Loading... while still loading.
2022-01-04 17:39:05 -08:00
Pipper Publishing 45f88c9436 v0.6.0d 5-Sep-2021
- Manually merged PR #3 (Spanish and German translations)

module.json
- Reference language additions and give attribution

de.json, es.json: ADDED
2021-09-05 15:26:28 +12:00
opus1217 1679b50859 0.4.3b 11-Mar-2020
- Changed Reset Filters prompt to be consistent
- Fully fixed Issue #4 (filters still showing after reset)

compendium-browser.js
- Clear all filters to match displayed

*-browser.html
- Substitute more localization tags

template.html
- Fixed unlisted bug for content (repeated #if showSpellBrowser)

en.json
- Add localization for "Reset Filters" prompt
2021-03-11 18:26:51 -08:00
opus1217 4ddad55232 0.4.2f 16-Feb-2021
- Working with Loading and Maximum message at top
- Reset Filters is not resetting filter display

compendium-browser.js
- Change preload to maxLoaded and display a message to filter if you want more
- replaceList(): Pass updateLoading function (with max warning) to renderItemData

en.json
CMPBrowser.SETTING.Preload -> Maxload
CMPBrowser.LOADING.Message, .MaxLoaded: ADDED

*-browser.html
- Add messages line, convert to flexcol

*-browser-list.html
- Use same argument (listItems)

loading.html
- Message (including maximum if found)

compendium-browser.css
- Add .list-area styling consistent with flex
- Adjust max-width
- Remove ul setting of width
2021-02-16 20:39:39 -08:00
opus1217 86b15332fe 0.4.1k 12-Feb-2021
Auto-populates the visible tab (based on what is meant to be displayed)
- Needs a Loading... progress indicator in the data area + remember if data has been loaded already

compendium-browser.js
- afterRender(): Hook called after app is rendered to populate initial data
- _onChangeTab(): Override to load data in this tab when you switch tabs
- Move observer to be an instance property

en.json
- Add tab name tags

template.html
- Use tab name tags
2021-02-12 10:53:58 -08:00
opus1217 24cfde1119 0.4.1 8-Feb-2021
Fixed: Issue #2: Was loading items twice (once as this.items, once as this.spells)

compendium-browser.js
- Add numToPreload (default 100, in Settings)
- loadItems(), loadNPCs() load "preload" number of spells, feats, items, NPCs each
- initialize(): Was setting this.spells and then setting this.items in getData()
-  Move load back to "ready" hook, but limit number loaded
- Added CMPBrowser constants
- Fixed minor eslint problems
- getData(): Cleaned up data initialization
2021-02-08 09:13:31 -08:00
Renato Innocenti d5ce9e676a
translate pt-BR
translate portuguese Brazil
2020-06-27 02:14:53 -03:00
Felix ef2e6349b8
Add files via upload 2020-06-12 17:29:59 +02:00
Felix b8c45dea00
Add files via upload 2020-04-30 19:07:00 +02:00
baktov bab461f4e9 add french translation 2020-01-16 19:50:20 +01:00
Felix 1bfd0f22ea
Add files via upload 2020-01-04 15:17:41 +01:00
Felix 18abb1063d
Add files via upload
added some localization that was missing
2020-01-03 16:10:41 +01:00
Felix d0a9c4d369
Add files via upload
minor localization fixes
2019-12-31 11:01:00 +01:00
Felix 1c2d5b1e78
Add files via upload
fixed alidgnment issues with multiSelect filters
fixed misplaced translation files
put the spell-class association list into its own file for easy translation/editing
added japanese translation. Thanks Brother Sharp for that one
2019-12-30 10:29:20 +01:00
Felix 3bd9d6b3f7
Add files via upload
initial release
2019-12-29 17:54:57 +01:00