mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Spells: initial implementation of DetailPage, ListPage, Filter, Search
Spells: - improved tooltips to use a less table-dependant layout - defined the missing fulltext-variables - buff or tooltip are only reandered for the current spell - reduced redundancy in buff / tooltip-code some ToDos: - no tabs on the detail-page implemented yet (used-by, affected-by, ect) - localization for frFR, esES and ruRu is .. lacking and will probably be commited with the point above) - a full search runs for almost 2sec and i haven't implemented every type yet >.< .. spells are too greedy - in some cases $d must supply a time unit, in most cases it does not .. why..? - sources can be improved .. anything related to items is still missing
This commit is contained in:
@@ -325,7 +325,6 @@ var fi_filters = {
|
||||
{ id: 20, name: 'hasreagents', type: 'yn' },
|
||||
{ id: 12, name: 'lastrank', type: 'yn' },
|
||||
{ id: 13, name: 'rankno', type: 'num' },
|
||||
{ id: 22, name: 'proficiencytype', type: 'proficiencytype' },
|
||||
{ id: 19, name: 'scaling', type: 'yn' },
|
||||
{ id: 25, name: 'rewardsskillups', type: 'yn' },
|
||||
{ id: 3, name: 'requiresnearbyobject', type: 'yn' },
|
||||
|
||||
Reference in New Issue
Block a user